made by pyLODE 2.5

RealEstateCore Full

Metadata

IRI
https://w3id.org/rec/full/
Publisher(s)
RealEstateCore Consortium
Creator(s)
Erik Wallin
Karl Hammar
Contributors(s)
HÃ¥kan Eriksson
Joakim Eriksson
Per Karlberg
Peter Hartlev
Modified
2020-06-23
Version Information
3.2
Version IRI
https://w3id.org/rec/full/3.2/
Imports
https://w3id.org/rec/actuation/3.2/
https://w3id.org/rec/agents/3.2/
https://w3id.org/rec/analytics/3.2/
https://w3id.org/rec/building/3.2/
https://w3id.org/rec/core/3.2/
https://w3id.org/rec/dataschemas/3.2/
https://w3id.org/rec/device/3.2/
https://w3id.org/rec/lease/3.2/
https://w3id.org/rec/metadata/3.2/
Ontology RDF
RDF (xml)

Description

This ontology imports all RealEstateCore (REC) modules and thus gives the fullest expressivity that REC allows. You can use this ontology as-is, or you can construct your own ontology by importing individual REC modules.

History Note:

Version 3.2 is a feature release that contains:

Version 3.1.3 is a hotfix release that addresses bugs arising from version management in release 3.1.1 and 3.1.2. Several classes and properties from the 3.2 development branch were mistakenly implemented prematurely in 3.1.1 and 3.1.2, causing subtle inconsistencies in the model. Version 3.1.3 reverts all ontology entities to those from version 3.1, while maintaining the REST API specification and edge message examples that were updated since then.

We apologize for providing an inconsistent ontology, and are implementing testing and version management procedures to ensure this does not occur again.

Version 3.1.2 is a bug fix release that addresses two issues in the REST API specification, and one in the edge message format:

Note that this hotfix does not affect the ontology semantics; aside from version and release node annotations, REC 3.1.2 is identical to REC 3.1.2.

Version 3.1.1 is a minor release of REC that contains:

Version 3.1 is a feature release of REC that contains:

Version 3.0 is a major and compatibility-breaking refactoring of REC:

Table of Contents

  1. Classes
  2. Object Properties
  3. Functional Properties
  4. Datatype Properties
  5. Annotation Properties
  6. Named Individuals
  7. Namespaces
  8. Legend

Overview

Figure 1: Ontology overview

Classes

Geometryc

IRI http://www.opengis.net/ont/geosparql#Geometry
Is Defined By http://www.opengis.net/ont/geosparql#
Description

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.

GeoSPARQL is Copyright (c) 2012 Open Geospatial Consortium, Inc. All Rights Reserved. http://www.opengeospatial.org/ogc/document.

Sub-classes core:GeoReferenceOrigoc
In domain of http://www.opengis.net/ont/geosparql#hasSerializationdp
http://www.opengis.net/ont/geosparql#asWKTdp
http://www.opengis.net/ont/geosparql#asGMLdp
In range of http://www.opengis.net/ont/geosparql#hasGeometryop
http://www.opengis.net/ont/geosparql#defaultGeometryop

Actuation commandc

IRI https://w3id.org/rec/actuation/ActuationCommand
Description

Message from a REC platform to a specific actuator or system, requesting that an actuation be carried out.

Super-classes actuation:ActuationEventc
Restrictions actuation:actuationPayloaddp only xsd:stringc
actuation:requestingAgentop only core:Agentc
actuation:requestingAgentop exactly 1 core:Agentc
actuation:wasGeneratedFromRequestop exactly 1
actuation:hasCommandResponseop max 1
actuation:actuationPayloaddp exactly 1
actuation:targetActuatorop only device:Actuatorc
In domain of actuation:hasCommandResponseop
actuation:wasGeneratedFromRequestop
In range of actuation:responseToCommandop
actuation:generatedCommandop

Actuation command responsec

IRI https://w3id.org/rec/actuation/ActuationCommandResponse
Description

Return message from a specific actuator or system to a a REC platform, indicating whether an actuation has been accepted by that actuator/system. Note that a positive response does not imply that the real-world actuation has been fully carried out -- certain devices have a very long response time, dependent on physical processes, bus saturations, etc. To record the real-world state of such devices, use a sensor device instead.

Super-classes actuation:ActuationEventc
Restrictions actuation:responseToCommandop exactly 1
actuation:responseCodeop exactly 1
In domain of actuation:responseCodeop
actuation:responseToCommandop
In range of actuation:generatedCommandResponseop
actuation:hasCommandResponseop

Actuation eventc

IRI https://w3id.org/rec/actuation/ActuationEvent
Description

This class is a simple cognitive clustering of various types of events/messages that make up the REC actuation model, to group them in ontology editing tools and visualizations. The class should in most cases not be used as typing for any individuals.

Super-classes device:DeviceEventsc
Sub-classes actuation:ActuationRequestc
actuation:ActuationCommandResponsec
actuation:ActuationCommandc
actuation:ActuationRequestResponsec

Actuation interfacec

IRI https://w3id.org/rec/actuation/ActuationInterface
Description

An interface describing the expected payload structure for one or more actuators.

Super-classes core:Softwarec
Restrictions actuation:payloadKeyValueDefinitionop min 1
core:dataSchemaop exactly 1 core:DataSchemac
In domain of actuation:isActuationInterfaceOfop
actuation:payloadKeyValueDefinitionop
actuation:isDefaultActuationInterfaceOfop
In range of actuation:targetInterfaceop
actuation:hasDefaultActuationInterfaceop
actuation:hasActuationInterfaceop

Actuation requestc

IRI https://w3id.org/rec/actuation/ActuationRequest
Description

An incoming request from a client or other component, for an actuation to be carried out on one or many actuators or systems.

Super-classes actuation:ActuationEventc
Restrictions actuation:requestingAgentop only core:Agentc
actuation:targetActuatorop min 1 device:Actuatorc
actuation:actuationPayloaddp exactly 1
actuation:targetActuatorop only device:Actuatorc
actuation:hasRequestResponseop max 1
actuation:requestingAgentop exactly 1 core:Agentc
actuation:targetInterfaceop max 1
actuation:actuationPayloaddp only xsd:stringc
In domain of actuation:generatedCommandop
actuation:hasRequestResponseop
actuation:targetInterfaceop
In range of actuation:wasGeneratedFromRequestop
actuation:responseToRequestop

Actuation request responsec

IRI https://w3id.org/rec/actuation/ActuationRequestResponse
Description

Message returned to a client or component, reporting that actuation commands have been passed to one or more actuators or systems, and reporting the response status of those actuators or systems.

Note that positive responses from actuators/systems do not imply that the real-world actuations have been fully carried out -- certain devices have a very long response time, dependent on physical processes, bus saturations, etc. To record the real-world state of such devices, use a sensor device instead.

Super-classes actuation:ActuationEventc
Restrictions actuation:responseToRequestop exactly 1
actuation:generatedCommandResponseop min 1
actuation:requestAccepteddp exactly 1
In domain of actuation:responseToRequestop
actuation:requestAccepteddp
actuation:actuationObservedByop
actuation:generatedCommandResponseop
In range of actuation:hasRequestResponseop

Key-Value definitionc

IRI https://w3id.org/rec/actuation/KeyValueDefinition
Description

Defines allowable or required structures for key-value lists. Used in interface definitions.

Deprecated in favour of core:ObjectSchema

Super-classes core:DataSchemac
Restrictions actuation:valueRestrictionop max 1
actuation:keyMandatoryfp exactly 1
actuation:valueDatatypefp exactly 1
actuation:keyStringfp exactly 1
In domain of actuation:valueDatatypefp
actuation:valueRestrictionop
actuation:keyMandatoryfp
actuation:keyStringfp
In range of actuation:payloadKeyValueDefinitionop

Response codec

IRI https://w3id.org/rec/actuation/ResponseCode
Description

The response code, as reported by an actuator or subsystem, to an actuation command. Typically packaged within an ActuationResponse message.

Super-classes core:Informationc
In domain of actuation:responseCodeIntegerdp
actuation:responseCodeStringdp
In range of actuation:responseCodeop

Value restrictionc

IRI https://w3id.org/rec/actuation/ValueRestriction
Description

Defines constraints on values in key-value lists, e.g., for defining interfaces.

Deprecated in favour of the definitions provided in the new dataschemas module.

Super-classes core:Informationc
In domain of actuation:valueRestrictionTypefp
actuation:valueRestrictionValuesdp
actuation:valueRestrictionResolutionfp
In range of actuation:valueRestrictionop

Groupc

IRI https://w3id.org/rec/agents/Group
Description

A collection of individual Agents (included in the Group via the object property hasMember). These agents can be organizations or persons.

Super-classes core:Agentc
In domain of https://w3id.org/rec/agents/hasMemberop

Organizationc

IRI https://w3id.org/rec/agents/Organization
Description

An organization of any sort (e.g., a business, association, project, consortium, tribe, etc.)

Super-classes core:Agentc
In domain of https://w3id.org/rec/agents/logoop

Personc

IRI https://w3id.org/rec/agents/Person
Description

A natural person (i.e., an individual human being).

Super-classes core:Agentc
In domain of https://w3id.org/rec/agents/imageop
https://w3id.org/rec/agents/firstNamedp
https://w3id.org/rec/agents/givenNamedp
https://w3id.org/rec/agents/genderfp
https://w3id.org/rec/agents/lastNamedp
https://w3id.org/rec/agents/familyNamedp

Aggregatec

IRI https://w3id.org/rec/analytics/Aggregate
Super-classes core:Observationc
Restrictions https://w3id.org/rec/analytics/generatedByop exactly 1 https://w3id.org/rec/analytics/AnalysisProcessc

Analysis configurationc

IRI https://w3id.org/rec/analytics/AnalysisConfiguration
Description

The configuration for a given analysis process. E.g., which model was used for a machine learning classifier, which dataset was that model trained on, which algorithm was used for some prediction or aggregation, etc. The modelling of specific analysis processes and their semantics remains to be done.

Super-classes core:Informationc
In range of https://w3id.org/rec/analytics/analysisConfigurationop

Analysis processc

IRI https://w3id.org/rec/analytics/AnalysisProcess
Description

Some process that generates analysis results, e.g., predictions, aggregates, series, etc. This could be anything from the execution of a machine learning classifier to a simple mathematical averaging operation. The modelling of specific analysis processes and their semantics remains to be done.

In domain of https://w3id.org/rec/analytics/analysisConfigurationop
In range of https://w3id.org/rec/analytics/generatedByop

Data seriesc

IRI https://w3id.org/rec/analytics/DataSeries
Description

A series of somehow related observations.

Super-classes core:Informationc
Restrictions https://w3id.org/rec/analytics/seriesMembersop min 1 core:Observationc
https://w3id.org/rec/analytics/generatedByop max 1 https://w3id.org/rec/analytics/AnalysisProcessc
In domain of https://w3id.org/rec/analytics/seriesMembersop

Predictionc

IRI https://w3id.org/rec/analytics/Prediction
Super-classes core:Observationc
Restrictions https://w3id.org/rec/analytics/generatedByop exactly 1 https://w3id.org/rec/analytics/AnalysisProcessc

Atriumc

IRI https://w3id.org/rec/building/Atrium
Super-classes core:Roomc

Auditoriumc

IRI https://w3id.org/rec/building/Auditorium
Super-classes core:Roomc

BackOfficec

IRI https://w3id.org/rec/building/BackOffice
Super-classes core:Roomc

Balconyc

IRI https://w3id.org/rec/building/Balcony
Super-classes core:BuildingComponentc

BarRoomc

IRI https://w3id.org/rec/building/BarRoom
Super-classes building:FoodHandlingRoomc

Bathroomc

IRI https://w3id.org/rec/building/Bathroom
Super-classes core:Roomc

Bedroomc

IRI https://w3id.org/rec/building/Bedroom
Super-classes core:Roomc

BicycleGaragec

IRI https://w3id.org/rec/building/BicycleGarage
Super-classes building:Garagec

Cabinetc

IRI https://w3id.org/rec/building/Cabinet
Super-classes building:UtilitiesRoomc

Cinemac

IRI https://w3id.org/rec/building/Cinema
Super-classes core:Roomc

Classroomc

IRI https://w3id.org/rec/building/Classroom
Super-classes building:EducationalRoomc

CleaningRoomc

IRI https://w3id.org/rec/building/CleaningRoom
Super-classes core:Roomc

ClimateControlRoomc

IRI https://w3id.org/rec/building/ClimateControlRoom
Super-classes building:UtilitiesRoomc

CloakRoomc

IRI https://w3id.org/rec/building/CloakRoom
Super-classes core:Roomc

CoffeeRoomc

IRI https://w3id.org/rec/building/CoffeeRoom
Super-classes building:FoodHandlingRoomc

ConferenceRoomc

IRI https://w3id.org/rec/building/ConferenceRoom
Super-classes core:Roomc

ConversationRoomc

IRI https://w3id.org/rec/building/ConversationRoom
Super-classes core:Roomc

CookingRoomc

IRI https://w3id.org/rec/building/CookingRoom
Super-classes building:FoodHandlingRoomc

CopyingRoomc

IRI https://w3id.org/rec/building/CopyingRoom
Super-classes core:Roomc

DataServerRoomc

IRI https://w3id.org/rec/building/DataServerRoom
Super-classes building:UtilitiesRoomc

DiningRoomc

IRI https://w3id.org/rec/building/DiningRoom
Super-classes building:FoodHandlingRoomc

DisabledToiletc

IRI https://w3id.org/rec/building/DisabledToilet
Super-classes building:PersonalHygienec

DishingRoomc

IRI https://w3id.org/rec/building/DishingRoom
Super-classes building:FoodHandlingRoomc

DressingRoomc

IRI https://w3id.org/rec/building/DressingRoom
Super-classes core:Roomc

EducationalRoomc

IRI https://w3id.org/rec/building/EducationalRoom
Super-classes core:Roomc
Sub-classes building:Classroomc
building:GroupRoomc
building:SmallStudyRoomc

ElectricityRoomc

IRI https://w3id.org/rec/building/ElectricityRoom
Super-classes building:UtilitiesRoomc

ElevatorRoomc

IRI https://w3id.org/rec/building/ElevatorRoom
Super-classes core:Roomc

ElevatorShaftc

IRI https://w3id.org/rec/building/ElevatorShaft
Super-classes core:Roomc

Entrancec

IRI https://w3id.org/rec/building/Entrance
Super-classes core:Roomc
Sub-classes building:ServiceEntrancec
building:MainEntrancec

ExerciseRoomc

IRI https://w3id.org/rec/building/ExerciseRoom
Super-classes core:Roomc

ExhibitionRoomc

IRI https://w3id.org/rec/building/ExhibitionRoom
Super-classes core:Roomc

Facadec

IRI https://w3id.org/rec/building/Facade
Super-classes core:BuildingComponentc

FittingRoomc

IRI https://w3id.org/rec/building/FittingRoom
Super-classes building:RetailRoomc

Floorc

IRI https://w3id.org/rec/building/Floor
Super-classes core:BuildingComponentc

FoodHandlingRoomc

IRI https://w3id.org/rec/building/FoodHandlingRoom
Super-classes core:Roomc
Sub-classes building:CoffeeRoomc
building:BarRoomc
building:CookingRoomc
building:DishingRoomc
building:Pentryc
building:DiningRoomc

Garagec

IRI https://w3id.org/rec/building/Garage
Super-classes core:Roomc
Sub-classes building:ParkingSlotWarmc
building:BicycleGaragec
building:ParkingSlotColdc

GroupRoomc

IRI https://w3id.org/rec/building/GroupRoom
Super-classes building:EducationalRoomc

Hallwayc

IRI https://w3id.org/rec/building/Hallway
Super-classes core:Roomc

Laboratoryc

IRI https://w3id.org/rec/building/Laboratory
Super-classes core:Roomc
Sub-classes building:LaboratoryDryc
building:LaboratoryWetc

LaboratoryDryc

IRI https://w3id.org/rec/building/LaboratoryDry
Description

A LaboratoryDry is a laboratory where computational or applied mathematical analyses are done on a computer-generated model to simulate a phenomenon in the physical realm.

Super-classes building:Laboratoryc

LaboratoryWetc

IRI https://w3id.org/rec/building/LaboratoryWet
Description

A LaboratoryWet is a type of laboratory where it is necessary to handle various types of chemicals and potential "wet" hazards, so the room has to be carefully designed, constructed, and controlled to avoid spillage and contamination.

Super-classes building:Laboratoryc

LaundryRoomc

IRI https://w3id.org/rec/building/LaundryRoom
Super-classes core:Roomc

Libraryc

IRI https://w3id.org/rec/building/Library
Super-classes core:Roomc

LivingRoomc

IRI https://w3id.org/rec/building/LivingRoom
Super-classes core:Roomc

MainEntrancec

IRI https://w3id.org/rec/building/MainEntrance
Super-classes building:Entrancec

Officec

IRI https://w3id.org/rec/building/Office
Super-classes core:Roomc
Sub-classes building:OfficeRoomc
building:PhoneBoothc
building:OfficeLandscapec

OfficeLandscapec

IRI https://w3id.org/rec/building/OfficeLandscape
Super-classes building:Officec

OfficeRoomc

IRI https://w3id.org/rec/building/OfficeRoom
Super-classes building:Officec

ParkingSlotColdc

IRI https://w3id.org/rec/building/ParkingSlotCold
Super-classes building:Garagec

ParkingSlotWarmc

IRI https://w3id.org/rec/building/ParkingSlotWarm
Super-classes building:Garagec

Pentryc

IRI https://w3id.org/rec/building/Pentry
Super-classes building:FoodHandlingRoomc

PersonalHygienec

IRI https://w3id.org/rec/building/PersonalHygiene
Super-classes core:Roomc
Sub-classes building:Toiletc
building:Saunac
building:DisabledToiletc
building:ShowerRoomc

PhoneBoothc

IRI https://w3id.org/rec/building/PhoneBooth
Super-classes building:Officec

Receptionc

IRI https://w3id.org/rec/building/Reception
Super-classes core:Roomc

RecordingRoomc

IRI https://w3id.org/rec/building/RecordingRoom
Description

Room for making audio and/or video recordings. A.ka. studio.

Super-classes core:Roomc

RecreationalRoomc

IRI https://w3id.org/rec/building/RecreationalRoom
Super-classes core:Roomc

RestingRoomc

IRI https://w3id.org/rec/building/RestingRoom
Super-classes core:Roomc

RetailRoomc

IRI https://w3id.org/rec/building/RetailRoom
Super-classes core:Roomc
Sub-classes building:FittingRoomc

Roof, innerc

IRI https://w3id.org/rec/building/RoofInner
Super-classes core:BuildingComponentc

Roof, outerc

IRI https://w3id.org/rec/building/RoofOuter
Super-classes core:BuildingComponentc

Room typec

IRI https://w3id.org/rec/building/RoomType
Super-classes core:Typec
In range of building:roomTypeop

Saunac

IRI https://w3id.org/rec/building/Sauna
Super-classes building:PersonalHygienec

ServiceEntrancec

IRI https://w3id.org/rec/building/ServiceEntrance
Super-classes building:Entrancec

ServiceShaftc

IRI https://w3id.org/rec/building/ServiceShaft
Super-classes core:Roomc

Shelterc

IRI https://w3id.org/rec/building/Shelter
Super-classes core:Roomc
Sub-classes building:ShelterGasLockc
building:ShelterRoomc

ShelterGasLockc

IRI https://w3id.org/rec/building/ShelterGasLock
Super-classes building:Shelterc

ShelterRoomc

IRI https://w3id.org/rec/building/ShelterRoom
Super-classes building:Shelterc

ShowerRoomc

IRI https://w3id.org/rec/building/ShowerRoom
Super-classes building:PersonalHygienec

Slabc

IRI https://w3id.org/rec/building/Slab
Super-classes core:BuildingComponentc

SmallStudyRoomc

IRI https://w3id.org/rec/building/SmallStudyRoom
Super-classes building:EducationalRoomc

StaffRoomc

IRI https://w3id.org/rec/building/StaffRoom
Description

Room for staff to take breaks.

Super-classes core:Roomc

Stairwellc

IRI https://w3id.org/rec/building/Stairwell
Super-classes core:Roomc

Storagec

IRI https://w3id.org/rec/building/Storage
Super-classes core:Roomc

Storeyc

IRI https://w3id.org/rec/building/Storey
Description

The level of storey, a.k.a. floorplan

Super-classes core:BuildingComponentc

Storey levelc

IRI https://w3id.org/rec/building/StoreyLevel
Description

The level of storey, a.k.a. floorplan

Super-classes core:BuildingComponentc

TelecommunicationRoomc

IRI https://w3id.org/rec/building/TelecommunicationRoom
Super-classes building:UtilitiesRoomc

Terracec

IRI https://w3id.org/rec/building/Terrace
Super-classes core:BuildingComponentc

Theaterc

IRI https://w3id.org/rec/building/Theater
Super-classes core:Roomc

Toiletc

IRI https://w3id.org/rec/building/Toilet
Super-classes building:PersonalHygienec

TreatmentRoomc

IRI https://w3id.org/rec/building/TreatmentRoom
Description

For e.g. medical or other treatment or consultation.

Super-classes core:Roomc
Sub-classes building:TreatmentWaitingRoomc

TreatmentWaitingRoomc

IRI https://w3id.org/rec/building/TreatmentWaitingRoom
Super-classes building:TreatmentRoomc

UtilitiesRoomc

IRI https://w3id.org/rec/building/UtilitiesRoom
Super-classes core:Roomc
Sub-classes building:ElectricityRoomc
building:Cabinetc
building:ClimateControlRoomc
building:DataServerRoomc
building:TelecommunicationRoomc

Virtual buildingc

IRI https://w3id.org/rec/building/VirtualBuilding
Description

A non-physical Building. Belongs to a RealEstate.

Super-classes core:Buildingc

Virtual building componentc

IRI https://w3id.org/rec/building/VirtualBuildingComponent
Description

A non-physical component. Belongs to a Building . One Building may have zero, one, or many Virtual components. E.g a temperature value from an external service for the area of a building.

Super-classes core:BuildingComponentc

Wallc

IRI https://w3id.org/rec/building/Wall
Super-classes core:BuildingComponentc
Sub-classes building:WallInnerc

Inner wallc

IRI https://w3id.org/rec/building/WallInner
Super-classes building:Wallc

WasteManagementRoomc

IRI https://w3id.org/rec/building/WasteManagementRoom
Super-classes core:Roomc

Workshopc

IRI https://w3id.org/rec/building/Workshop
Super-classes core:Roomc

Agentc

IRI https://w3id.org/rec/core/Agent
Description

The human, group, or machine that consumes or acts upon an object or data. This higher-level grouping allows properties that are shared among its subclasses (Person, Organization, Group) to be anchord in one joint place, on the Agent class. Conceptually this mimics the Agent class from the well-known FOAF vocabulary, see http://xmlns.com/foaf/spec/#term_Agent.

Sub-classes https://w3id.org/rec/agents/Personc
https://w3id.org/rec/agents/Groupc
https://w3id.org/rec/agents/Organizationc
In domain of https://w3id.org/rec/agents/namedp
https://w3id.org/rec/agents/accountop
In range of https://w3id.org/rec/lease/leaseeop
https://w3id.org/rec/agents/hasMemberop
actuation:requestingAgentop
https://w3id.org/rec/lease/leasorop

Apartmentc

IRI https://w3id.org/rec/core/Apartment
Super-classes core:Collectionc
Restrictions core:hasMemberop only core:Roomc

Buildingc

IRI https://w3id.org/rec/core/Building
Description

A confined building structure.

Super-classes core:RealEstateComponentc
Sub-classes building:VirtualBuildingc
In domain of https://w3id.org/rec/lease/buildingIsPartOfPremisesop
core:hasBuildingComponentop
core:hasGeoReferenceOrigoop
In range of core:servesBuildingop
https://w3id.org/rec/lease/premisesIncludesBuildingop
core:isPartOfBuildingop

Building componentc

IRI https://w3id.org/rec/core/BuildingComponent
Description

The parts that makes up a building structure (Building). E.g., Room, Facade, RoofInner, etc.

Restrictions core:hasSuperBuildingComponentop max 1
core:isPartOfBuildingop max 1
Sub-classes building:RoofInnerc
building:Storeyc
building:StoreyLevelc
building:Slabc
building:Floorc
building:Terracec
building:Facadec
building:VirtualBuildingComponentc
building:Balconyc
building:Wallc
core:Roomc
building:RoofOuterc
In domain of core:isPartOfBuildingop
core:hasSuperBuildingComponentop
core:hasSubBuildingComponentop
In range of core:hasSubBuildingComponentop
core:hasSuperBuildingComponentop
core:servesBuildingComponentop
core:isMountedInBuildingComponentop
core:hasBuildingComponentop

Collectionc

IRI https://w3id.org/rec/core/Collection
Sub-classes core:Premisesc
core:Apartmentc
In domain of core:hasMemberop
In range of core:isMemberOfop

Data schemac

IRI https://w3id.org/rec/core/DataSchema
Description

A data schema for a service, a sensor, an actuator, etc. See the REC dataschemas module for concrete schema semantics.

Super-classes core:Informationc
Sub-classes ns1:ArraySchemac
actuation:KeyValueDefinitionc
ns1:PrimitiveSchemac
ns1:ObjectSchemac
In domain of core:schemaNamedp
In range of core:dataSchemaop

Devicec

IRI https://w3id.org/rec/core/Device
Description

A thing made or adapted for a particular purpose, specifically a piece of electronic equipment. A Device can contain subdevices or be part of superdevices. It is subclassed into more specific device types, e.g., Sensor, Actuator, etc.

Restrictions core:isMountedInBuildingComponentop max 1
core:hasSuperDeviceop max 1
Sub-classes device:Sensorc
device:Actuatorc
device:PowerSourcec
core:Sensorc
In domain of device:hasKNXDataPointTypeop
core:isMountedInBuildingComponentop
device:hasModbusAttributedp
core:associatedWithEventop
device:hasIPAddressPortdp
device:hasDeviceFunctionTypeop
device:hasModbusRegisterLengthdp
device:hasKNXDeviceIddp
device:devicePlacementContextop
core:hasSubDeviceop
device:hasSerialNumberdp
core:deviceMeasurementUnitop
device:hasScaleFactordp
device:hasCommunicationAttributedp
device:hasLoraAttributedp
core:isMountedInop
core:servesBuildingComponentop
core:hasSuperDeviceop
device:hasModbusRegisterdp
device:hasKNXConfigurationop
device:hasLocalEndpointIddp
device:hasMACAddressdp
device:hasLoraDevEUIdp
core:servesop
device:hasOffsetdp
core:servesDeviceop
device:hasIPAddressdp
device:hasModbusNodeIddp
device:hasModbusConfigurationop
device:hasKNXAttributedp
device:hasCommunicationsBusop
device:hasModbusFunctionCodeop
device:hasKNXDevicePortdp
core:servesBuildingop
core:deviceQuantityKindop
device:hasModbusDataTypeop
In range of core:hasSuperDeviceop
core:servesDeviceop
core:servedByop
core:hasSubDeviceop
core:associatedWithDeviceop
core:containsMountedDeviceop

Eventc

IRI https://w3id.org/rec/core/Event
Description

A spatiotemporally indexed entity with participants (e.g., something which occurs somewhere, and that has or takes some time). We do not on this top level define the particulars of how to model space or time; that is left to the implementing subclasses. Thus, in a sense, this is just a cognitive clustering for human consumers of the ontology, a root class from which all different types of events derive.

Sub-classes device:DeviceEventsc
core:Observationc
https://w3id.org/rec/lease/Leasec
In domain of core:hasCreatedTimedp
core:hasTimedp
core:hasReadTimedp
core:hasStopTimedp
core:hasDurationdp
core:eventMeasurementUnitop
core:hasDeletedTimedp
core:eventQuantityKindop
core:hasStartTimedp
device:eventPlacementContextop
core:hasPointInTimedp
core:hasObservationTimedp
core:hasUpdatedTimedp
core:associatedWithDeviceop
In range of core:associatedWithEventop

Geo-reference origoc

IRI https://w3id.org/rec/core/GeoReferenceOrigo
Description

A fixed point for e.g. a building structure. Commonly refered to as "insertion point" in CAD-programs. Used as origo for LocalCoordinates.

Super-classes http://www.opengis.net/ont/geosparql#Geometryc
In domain of core:hasGeoReferenceBearingdp
In range of core:hasGeoReferenceOrigoop

Informationc

IRI https://w3id.org/rec/core/Information
Description

A generic catch-all superclass for all kinds of intangible data types used in a broad variety of contexts, e.g., measurement scales or units, response codes, currency identifiers, etc.

Sub-classes actuation:ResponseCodec
https://w3id.org/rec/analytics/DataSeriesc
https://w3id.org/rec/analytics/AnalysisConfigurationc
core:DataSchemac
actuation:ValueRestrictionc

Landc

IRI https://w3id.org/rec/core/Land
Description

A piece of land upon which one or more buildings may be situated.

Super-classes core:RealEstateComponentc

Measurement unitc

IRI https://w3id.org/rec/core/MeasurementUnit
Description

The measurment units that are used in RealEstateCore. Use SI-units in general. Store values without prefixes.

Exceptions to SI: Express temperature in Celsius, Energy in Watt hour (Wh), Angle i degrees (360 degress = 1 revolution) MillimeterPerHour for Precipation

In domain of core:unitSigndp
In range of core:deviceMeasurementUnitop
core:eventMeasurementUnitop
core:qkMeasurementUnitop
core:hasMeasurementUnitop

Observationc

IRI https://w3id.org/rec/core/Observation
Description

A sensor observation.

Super-classes core:Eventc
Restrictions core:eventMeasurementUnitop some core:MeasurementUnitc
core:hasValuedp some rdfs:Literalc
core:eventQuantityKindop some core:QuantityKindc
Sub-classes https://w3id.org/rec/analytics/Predictionc
https://w3id.org/rec/analytics/Aggregatec
In domain of core:hasProcessedTimedp
core:observationGeneratedByop
In range of core:generatedObservationop
https://w3id.org/rec/analytics/seriesMembersop

Premisesc

IRI https://w3id.org/rec/core/Premises
Description

A premises is an administrative grouping of spaces (buildings, building components, real estates, etc.) that are used for some purpose by a real estate holder or tenant.

Super-classes core:Collectionc
In domain of core:premisesTypeop

Premises typec

IRI https://w3id.org/rec/core/PremisesType
Super-classes core:Typec
In range of core:premisesTypeop

Quantity kindc

IRI https://w3id.org/rec/core/QuantityKind
Description

Describes the type of values that can be observed by sensors or set by actuators. Inspired by QUDT.

Restrictions core:hasMeasurementUnitop only core:MeasurementUnitc
In domain of core:qkMeasurementUnitop
In range of core:eventQuantityKindop
core:deviceQuantityKindop
core:hasQuantityKindop

Real estatec

IRI https://w3id.org/rec/core/RealEstate
Description

The legal/administrative representation of some lands and/or buildings.

In domain of core:hasRealEstateComponentop
In range of core:isPartOfRealEstateop

Real estate componentc

IRI https://w3id.org/rec/core/RealEstateComponent
Description

Types of objects that can make up a piece of real estate, e.g., land and buildings.

Restrictions core:isPartOfRealEstateop max 1
Sub-classes core:Landc
core:Buildingc
In domain of core:isPartOfRealEstateop
In range of core:hasRealEstateComponentop

Roomc

IRI https://w3id.org/rec/core/Room
Description

Base class for all more specific room types.

Super-classes core:BuildingComponentc
Sub-classes building:LivingRoomc
building:RecreationalRoomc
building:CleaningRoomc
building:CopyingRoomc
building:Laboratoryc
building:ExhibitionRoomc
building:Libraryc
building:Officec
building:TreatmentRoomc
building:RetailRoomc
building:Cinemac
building:Stairwellc
building:ConferenceRoomc
building:Atriumc
building:StaffRoomc
building:CloakRoomc
building:PersonalHygienec
building:Storagec
building:EducationalRoomc
building:FoodHandlingRoomc
building:ServiceShaftc
building:Garagec
building:Theaterc
building:WasteManagementRoomc
building:Shelterc
building:Bedroomc
building:Bathroomc
building:ExerciseRoomc
building:RestingRoomc
building:LaundryRoomc
building:DressingRoomc
building:Receptionc
building:UtilitiesRoomc
building:Workshopc
building:ConversationRoomc
building:Entrancec
building:ElevatorRoomc
building:RecordingRoomc
building:ElevatorShaftc
building:Auditoriumc
building:Hallwayc
building:BackOfficec
In domain of building:roomTypeop
https://w3id.org/rec/lease/roomIsPartOfPremisesop
In range of https://w3id.org/rec/lease/premisesIncludesRoomop

Sensorc

IRI https://w3id.org/rec/core/Sensor
Description

Thing which detects or measures a physical property and records, indicates, or otherwise responds to it.

Super-classes core:Devicec
Restrictions core:hasMeasurementUnitop min 1 core:MeasurementUnitc
core:deviceQuantityKindop exactly 1 core:QuantityKindc
In domain of device:generatedObservationop
device:generatedExceptionop
device:sensorInterfaceop
device:observesActuatorop
core:generatedObservationop
device:observesop
In range of device:exceptionGeneratedByop
device:observedByop
device:observationGeneratedByop
actuation:actuationObservedByop
core:observationGeneratedByop

Servicec

IRI https://w3id.org/rec/core/Service
Restrictions core:dataSchemaop exactly 1 core:DataSchemac

Softwarec

IRI https://w3id.org/rec/core/Software
Description

Any piece of software or similar digital resource (including data schemas, etc) that executes or can be loaded on some or many parts of a RealEstateCore-enabled distributed system.

Sub-classes device:SensorInterfacec
actuation:ActuationInterfacec

Typec

IRI https://w3id.org/rec/core/Type
Sub-classes building:RoomTypec
device:DeviceFunctionTypec
core:PremisesTypec
In range of core:hasTypeop

ArraySchemac

IRI https://w3id.org/rec/dataschemas/ArraySchema
Super-classes core:DataSchemac
Restrictions ns1:elementSchemaop some ns1:PrimitiveSchemac
In domain of ns1:elementSchemaop

BooleanSchemac

IRI https://w3id.org/rec/dataschemas/BooleanSchema
Super-classes ns1:PrimitiveSchemac
Restrictions ns1:enumerationValuesdp only xsd:booleanc

DateTimeSchemac

IRI https://w3id.org/rec/dataschemas/DateTimeSchema
Super-classes ns1:PrimitiveSchemac
Restrictions ns1:minimumfp max 1
ns1:maximumfp max 1
ns1:minimumfp only xsd:dateTimec
ns1:maximumfp only xsd:dateTimec
ns1:enumerationValuesdp only xsd:dateTimec

FloatSchemac

IRI https://w3id.org/rec/dataschemas/FloatSchema
Super-classes ns1:PrimitiveSchemac
Restrictions ns1:maximumfp max 1
ns1:minimumfp only xsd:floatc
ns1:resolutiondp only xsd:floatc
ns1:resolutiondp max 1
ns1:enumerationValuesdp only xsd:floatc
ns1:minimumfp max 1
ns1:maximumfp only xsd:floatc

IntSchemac

IRI https://w3id.org/rec/dataschemas/IntSchema
Super-classes ns1:PrimitiveSchemac
Restrictions ns1:enumerationValuesdp only xsd:intc
ns1:maximumfp max 1
ns1:resolutiondp max 1
ns1:resolutiondp only xsd:intc
ns1:minimumfp only xsd:intc
ns1:maximumfp only xsd:intc
ns1:minimumfp max 1

ObjectSchemac

IRI https://w3id.org/rec/dataschemas/ObjectSchema
Super-classes core:DataSchemac
Restrictions ns1:objectFieldsop some ns1:PrimitiveSchemac
In domain of ns1:objectFieldsop

PrimitiveSchemac

IRI https://w3id.org/rec/dataschemas/PrimitiveSchema
Super-classes core:DataSchemac
Sub-classes ns1:StringSchemac
ns1:IntSchemac
ns1:FloatSchemac
ns1:BooleanSchemac
ns1:DateTimeSchemac
In domain of ns1:fieldNamedp
ns1:enumerationValuesdp
In range of ns1:elementSchemaop
ns1:objectFieldsop

StringSchemac

IRI https://w3id.org/rec/dataschemas/StringSchema
Super-classes ns1:PrimitiveSchemac
Restrictions ns1:enumerationValuesdp only xsd:stringc
In domain of ns1:regExdp

Actuationc

IRI https://w3id.org/rec/device/Actuation
Description

The act of changing the state of something.

Super-classes device:DeviceEventsc
In domain of device:actuationCommanddp
device:actuationResponsedp
device:actuationExecutedByop
device:hasActuationResponseTimedp
device:hasActuationRequestTimedp
device:actuationRequestdp
device:hasActuationCommandTimedp
In range of device:executesActuationop

Actuation interfacec

IRI https://w3id.org/rec/device/ActuationInterface
Description

A description of what kind of input the Actuator accepts.

In range of device:hasActuationInterfaceop

Actuatorc

IRI https://w3id.org/rec/device/Actuator
Description

An actuator takes some control input and executes some real-world action based on this input. Examples include setting dampers/valves in heating/cooling systems at certain configurations, opening or closing a smart lock, turning on or off an electric radiator, etc. REC does not provide semantics for every type of actuator you might find in a building; rather we here provide classes and properties that allows users to define their own actuator models, based on the systems they have, adhering to REC.

Super-classes core:Devicec
Restrictions device:observedByop only core:Sensorc
core:deviceQuantityKindop exactly 1 core:QuantityKindc
In domain of device:executesActuationop
actuation:hasDefaultActuationInterfaceop
device:hasActuationInterfaceop
actuation:hasActuationInterfaceop
In range of actuation:isDefaultActuationInterfaceOfop
actuation:isActuationInterfaceOfop
actuation:targetActuatorop
device:actuationExecutedByop
device:observesActuatorop

BACnetConfigurationc

IRI https://w3id.org/rec/device/BACnetConfiguration
Description

Specific classes and properties to be extended in upcoming version.

Super-classes device:CommunicationConfigurationc

Communication configurationc

IRI https://w3id.org/rec/device/CommunicationConfiguration
Description

Instances of this class and its subclasses represent configuration fields and values in the various old-world non-IoT building system standards.

Sub-classes device:ModbusTCPConfigurationc
device:KNXConfigurationc
device:OPC-UAConfigurationc
device:ModbusConfigurationc
device:OPC-DAConfigurationc
device:LoRaConfigurationc
device:ModbusRTUConfigurationc
device:MBusConfigurationc
device:BACnetConfigurationc

Communications busc

IRI https://w3id.org/rec/device/CommunicationsBus
Description

Type of communications bus for the Device.

In range of device:hasCommunicationsBusop

Device eventsc

IRI https://w3id.org/rec/device/DeviceEvents
Description

Events that are relevant in a Device context; initially observations, actuations, and exceptions.

Super-classes core:Eventc
Restrictions device:eventPlacementContextop max 1
Sub-classes device:Actuationc
device:Observationc
actuation:ActuationEventc
device:Exceptionc

Device function typec

IRI https://w3id.org/rec/device/DeviceFunctionType
Description

The main function or purpose of a Device.

Super-classes core:Typec
In range of device:hasDeviceFunctionTypeop

Exceptionc

IRI https://w3id.org/rec/device/Exception
Description

Failed attempt or unexpected result when tried to do something (e.g. read a Sensor).

Super-classes device:DeviceEventsc
In domain of device:exceptionGeneratedByop
In range of device:generatedExceptionop

KNXConfigurationc

IRI https://w3id.org/rec/device/KNXConfiguration
Description

Specific classes and properties to be extended in upcoming version.

Super-classes device:CommunicationConfigurationc
Sub-classes device:KNXDataPointTypec

KNXDataPointTypec

IRI https://w3id.org/rec/device/KNXDataPointType
Super-classes device:KNXConfigurationc
In range of device:hasKNXDataPointTypeop

LoRaConfigurationc

IRI https://w3id.org/rec/device/LoRaConfiguration
Description

Specific classes and properties to be extended in upcoming version.

Super-classes device:CommunicationConfigurationc

MBusConfigurationc

IRI https://w3id.org/rec/device/MBusConfiguration
Description

Specific classes and properties to be extended in upcoming version.

Super-classes device:CommunicationConfigurationc

ModbusConfigurationc

IRI https://w3id.org/rec/device/ModbusConfiguration
Super-classes device:CommunicationConfigurationc
Sub-classes device:ModbusFunctionCodec
device:ModbusDataTypec

ModbusDataTypec

IRI https://w3id.org/rec/device/ModbusDataType
Super-classes device:ModbusConfigurationc
In range of device:hasModbusDataTypeop

ModbusTCPFunctionCodec

IRI https://w3id.org/rec/device/ModbusFunctionCode
Super-classes device:ModbusConfigurationc
In range of device:hasModbusFunctionCodeop

ModbusRTUConfigurationc

IRI https://w3id.org/rec/device/ModbusRTUConfiguration
Description

Specific classes and properties to be extended in upcoming version.

Super-classes device:CommunicationConfigurationc

ModbusTCPConfigurationc

IRI https://w3id.org/rec/device/ModbusTCPConfiguration
Description

Specific classes and properties to be extended in upcoming version.

Super-classes device:CommunicationConfigurationc

OPC-DAConfigurationc

IRI https://w3id.org/rec/device/OPC-DAConfiguration
Description

Specific classes and properties to be extended in upcoming version.

Super-classes device:CommunicationConfigurationc

OPC-UAConfigurationc

IRI https://w3id.org/rec/device/OPC-UAConfiguration
Description

Specific classes and properties to be extended in upcoming version.

Super-classes device:CommunicationConfigurationc

Observationc

IRI https://w3id.org/rec/device/Observation
Description

Observation of a phenomena. Made by a Sensor. Used with hasValue.

Deprecated in favour of core:Observation.

Super-classes device:DeviceEventsc
Restrictions core:eventMeasurementUnitop min 1
core:eventQuantityKindop exactly 1
In domain of device:observationGeneratedByop
device:hasProcessedTimedp
In range of device:generatedObservationop

Placement contextc

IRI https://w3id.org/rec/device/PlacementContext
Description

Description of the context or media that a sensor or actuator is operating within.

In range of device:devicePlacementContextop
device:eventPlacementContextop
device:hasPlacementContextop

Power sourcec

IRI https://w3id.org/rec/device/PowerSource
Description

The power source for the device.

Super-classes core:Devicec

Sensorc

IRI https://w3id.org/rec/device/Sensor
Description

Thing which detects or measures a physical property and records, indicates, or otherwise responds to it.

Deprecated in favour of core:Sensor.

Super-classes core:Devicec
Restrictions core:hasQuantityKindop only core:QuantityKindc
core:hasMeasurementUnitop only core:MeasurementUnitc
core:hasQuantityKindop exactly 1
core:hasMeasurementUnitop min 1
device:observesActuatorop only device:Actuatorc

SensorInterfacec

IRI https://w3id.org/rec/device/SensorInterface
Super-classes core:Softwarec
Restrictions core:dataSchemaop exactly 1 core:DataSchemac
In range of device:sensorInterfaceop

CoffeePremisesc

IRI https://w3id.org/rec/lease/CoffeePremises
Super-classes https://w3id.org/rec/lease/Premisesc

EducationalPremisesc

IRI https://w3id.org/rec/lease/EducationalPremises
Super-classes https://w3id.org/rec/lease/Premisesc

GaragePremisesc

IRI https://w3id.org/rec/lease/GaragePremises
Super-classes https://w3id.org/rec/lease/Premisesc

HotelPremisesc

IRI https://w3id.org/rec/lease/HotelPremises
Super-classes https://w3id.org/rec/lease/Premisesc

LaboratoryPremisesc

IRI https://w3id.org/rec/lease/LaboratoryPremises
Super-classes https://w3id.org/rec/lease/Premisesc

Leasablec

IRI https://w3id.org/rec/lease/Leasable
Description

Things that can be leased (e.g., buildings, rooms, equipment, etc.).

Sub-classes https://w3id.org/rec/lease/Premisesc

Leasec

IRI https://w3id.org/rec/lease/Lease
Super-classes core:Eventc
In domain of https://w3id.org/rec/lease/regulatedByop
https://w3id.org/rec/lease/leaseeop
https://w3id.org/rec/lease/leaseOfop
https://w3id.org/rec/lease/leaseEnddp
https://w3id.org/rec/lease/leaseStartdp
https://w3id.org/rec/lease/leasorop

Lease contractc

IRI https://w3id.org/rec/lease/LeaseContract
Description

Formal document that identifies the Tenant and the leased asset or property; states lease term and fee (rent), and detailed terms and conditions of the lease agreement.

In range of https://w3id.org/rec/lease/regulatedByop

LightIndustryPremisesc

IRI https://w3id.org/rec/lease/LightIndustryPremises
Super-classes https://w3id.org/rec/lease/Premisesc

OfficePremisesc

IRI https://w3id.org/rec/lease/OfficePremises
Super-classes https://w3id.org/rec/lease/Premisesc

Premisesc

IRI https://w3id.org/rec/lease/Premises
Description

Premises are a set of buildings or rooms that are leased out to tenants, typically for a defined purpose.

Super-classes https://w3id.org/rec/lease/Leasablec
Sub-classes https://w3id.org/rec/lease/HotelPremisesc
https://w3id.org/rec/lease/LightIndustryPremisesc
https://w3id.org/rec/lease/LaboratoryPremisesc
https://w3id.org/rec/lease/OfficePremisesc
https://w3id.org/rec/lease/StoragePremisesc
https://w3id.org/rec/lease/GaragePremisesc
https://w3id.org/rec/lease/RetailPremisesc
https://w3id.org/rec/lease/RestaurantPremisesc
https://w3id.org/rec/lease/CoffeePremisesc
https://w3id.org/rec/lease/ResidentialPremisesc
https://w3id.org/rec/lease/EducationalPremisesc
In domain of https://w3id.org/rec/lease/premisesIncludesRoomop
https://w3id.org/rec/lease/premisesIncludesBuildingop
https://w3id.org/rec/lease/premisesIncludesop
https://w3id.org/rec/lease/premisesTypeop
In range of https://w3id.org/rec/lease/roomIsPartOfPremisesop
https://w3id.org/rec/lease/isPartOfPremisesop
https://w3id.org/rec/lease/buildingIsPartOfPremisesop

Premises typec

IRI https://w3id.org/rec/lease/PremisesType
In range of https://w3id.org/rec/lease/premisesTypeop

ResidentialPremisesc

IRI https://w3id.org/rec/lease/ResidentialPremises
Super-classes https://w3id.org/rec/lease/Premisesc

RestaurantPremisesc

IRI https://w3id.org/rec/lease/RestaurantPremises
Super-classes https://w3id.org/rec/lease/Premisesc

RetailPremisesc

IRI https://w3id.org/rec/lease/RetailPremises
Super-classes https://w3id.org/rec/lease/Premisesc

StoragePremisesc

IRI https://w3id.org/rec/lease/StoragePremises
Super-classes https://w3id.org/rec/lease/Premisesc

Object Properties

defaultGeometryop

IRI http://www.opengis.net/ont/geosparql#defaultGeometry
Is Defined By http://www.opengis.net/ont/geosparql#
Description The default geometry to be used in spatial calculations. It is Usually the most detailed geometry. GeoSPARQL is Copyright (c) 2012 Open Geospatial Consortium, Inc. All Rights Reserved. http://www.opengeospatial.org/ogc/document.
Super-properties http://www.opengis.net/ont/geosparql#hasGeometryop
Range(s) http://www.opengis.net/ont/geosparql#Geometryc

hasGeometryop

IRI http://www.opengis.net/ont/geosparql#hasGeometry
Is Defined By http://www.opengis.net/ont/geosparql#
Description A spatial representation for a given feature. GeoSPARQL is Copyright (c) 2012 Open Geospatial Consortium, Inc. All Rights Reserved. http://www.opengeospatial.org/ogc/document.
Range(s) http://www.opengis.net/ont/geosparql#Geometryc

actuation observed byop

IRI https://w3id.org/rec/actuation/actuationObservedBy
Description (Optional) reference to any sensors that are configured/designed to observe the actuators that were acted upon by the execution of the actuation request.
Domain(s) actuation:ActuationRequestResponsec
Range(s) core:Sensorc

generated commandop

IRI https://w3id.org/rec/actuation/generatedCommand
Inverse properties actuation:wasGeneratedFromRequestop
Domain(s) actuation:ActuationRequestc
Range(s) actuation:ActuationCommandc

generated command responseop

IRI https://w3id.org/rec/actuation/generatedCommandResponse
Description Reference to the response(s) to the subsystem commands that were generated by the platform to execute this actuation.
Domain(s) actuation:ActuationRequestResponsec
Range(s) actuation:ActuationCommandResponsec

has actuation interfaceop

IRI https://w3id.org/rec/actuation/hasActuationInterface
Inverse properties actuation:isActuationInterfaceOfop
Domain(s) device:Actuatorc
Range(s) actuation:ActuationInterfacec

has command responseop

IRI https://w3id.org/rec/actuation/hasCommandResponse
Inverse properties actuation:responseToCommandop
Domain(s) actuation:ActuationCommandc
Range(s) actuation:ActuationCommandResponsec

has default actuation interfaceop

IRI https://w3id.org/rec/actuation/hasDefaultActuationInterface
Super-properties actuation:hasActuationInterfaceop
Inverse properties actuation:isDefaultActuationInterfaceOfop
Domain(s) device:Actuatorc
Range(s) actuation:ActuationInterfacec

has request responseop

IRI https://w3id.org/rec/actuation/hasRequestResponse
Inverse properties actuation:responseToRequestop
Domain(s) actuation:ActuationRequestc
Range(s) actuation:ActuationRequestResponsec

is actuation interface ofop

IRI https://w3id.org/rec/actuation/isActuationInterfaceOf
Domain(s) actuation:ActuationInterfacec
Range(s) device:Actuatorc

is default actuation interface ofop

IRI https://w3id.org/rec/actuation/isDefaultActuationInterfaceOf
Super-properties actuation:isActuationInterfaceOfop
Domain(s) actuation:ActuationInterfacec
Range(s) device:Actuatorc

payload Key-Value definitionop

IRI https://w3id.org/rec/actuation/payloadKeyValueDefinition
Description Deprecated in favour of core:dataSchema.
Domain(s) actuation:ActuationInterfacec
Range(s) actuation:KeyValueDefinitionc

requesting agentop

IRI https://w3id.org/rec/actuation/requestingAgent
Description The agent that initiated actuation, i.e., that created an actuation request (and consequently, was the original source also of subsequent generated actuation commands).
Range(s) core:Agentc

response codeop

IRI https://w3id.org/rec/actuation/responseCode
Domain(s) actuation:ActuationCommandResponsec
Range(s) actuation:ResponseCodec

response to commandop

IRI https://w3id.org/rec/actuation/responseToCommand
Domain(s) actuation:ActuationCommandResponsec
Range(s) actuation:ActuationCommandc

response to requestop

IRI https://w3id.org/rec/actuation/responseToRequest
Domain(s) actuation:ActuationRequestResponsec
Range(s) actuation:ActuationRequestc

target actuatorop

IRI https://w3id.org/rec/actuation/targetActuator
Range(s) device:Actuatorc

target interfaceop

IRI https://w3id.org/rec/actuation/targetInterface
Domain(s) actuation:ActuationRequestc
Range(s) actuation:ActuationInterfacec

value restrictionop

IRI https://w3id.org/rec/actuation/valueRestriction
Description Deprecated in favour of the definitions provided in the new dataschemas module.
Domain(s) actuation:KeyValueDefinitionc
Range(s) actuation:ValueRestrictionc

was generated from requestop

IRI https://w3id.org/rec/actuation/wasGeneratedFromRequest
Domain(s) actuation:ActuationCommandc
Range(s) actuation:ActuationRequestc

accountop

IRI https://w3id.org/rec/agents/account
Description An online account that an Agent holds.
Domain(s) core:Agentc

has memberop

IRI https://w3id.org/rec/agents/hasMember
Description Indicates the member Agents that are part of a certain Group.
Domain(s) https://w3id.org/rec/agents/Groupc
Range(s) core:Agentc

imageop

IRI https://w3id.org/rec/agents/image
Description Property that links a Person to an image that represents them.
Domain(s) https://w3id.org/rec/agents/Personc

analysis configurationop

IRI https://w3id.org/rec/analytics/analysisConfiguration
Description The configuration for a given analysis process. E.g., which model was used for a machine learning classifier, which dataset was that model trained on, which algorithm was used for some prediction or aggregation, etc. The modelling of specific analysis processes and their semantics remains to be done.
Domain(s) https://w3id.org/rec/analytics/AnalysisProcessc
Range(s) https://w3id.org/rec/analytics/AnalysisConfigurationc

generated byop

IRI https://w3id.org/rec/analytics/generatedBy
Description Links some generated analysis results (predictions, aggregates, series, etc). to the process by which they were created.
Super-properties owl:topObjectProperty
Range(s) https://w3id.org/rec/analytics/AnalysisProcessc

series membersop

IRI https://w3id.org/rec/analytics/seriesMembers
Description Members of the data series. Carries the o2o:listProperty annotation, so will in API:s be translated into an RDF ordered list, see https://github.com/RealEstateCore/rec/tree/master/docs/RdfLists.md
Domain(s) https://w3id.org/rec/analytics/DataSeriesc
Range(s) core:Observationc

room typeop

IRI https://w3id.org/rec/building/roomType
Super-properties core:hasTypeop
Domain(s) core:Roomc
Range(s) building:RoomTypec

associated with deviceop

IRI https://w3id.org/rec/core/associatedWithDevice
Description Links an Event of some sort to a Device that generated, detected, or executes that Event.
Inverse properties core:associatedWithEventop
Domain(s) core:Eventc
Range(s) core:Devicec

associated with eventop

IRI https://w3id.org/rec/core/associatedWithEvent
Description Links a Device of some sort to an Event generated by, detected through, or targetting that Device.
Domain(s) core:Devicec
Range(s) core:Eventc

contains mounted deviceop

IRI https://w3id.org/rec/core/containsMountedDevice
Description Parthood traversal property linking BuildingComponents to Devices mounted within them.
Super-properties core:hasPartop
Inverse properties core:isMountedInop
Range(s) core:Devicec

data schemaop

IRI https://w3id.org/rec/core/dataSchema
Range(s) core:DataSchemac

device measurement unitop

IRI https://w3id.org/rec/core/deviceMeasurementUnit
Description The measurement unit used by some Device.
Super-properties core:hasMeasurementUnitop
Domain(s) core:Devicec
Range(s) core:MeasurementUnitc

device quantity kindop

IRI https://w3id.org/rec/core/deviceQuantityKind
Description The Quantity Kind that a device measures or affects.
Super-properties core:hasQuantityKindop
Domain(s) core:Devicec
Range(s) core:QuantityKindc

event measurement unitop

IRI https://w3id.org/rec/core/eventMeasurementUnit
Description A unit used to measure some aspect of some Event.
Super-properties core:hasMeasurementUnitop
Domain(s) core:Eventc
Range(s) core:MeasurementUnitc

event quantity kindop

IRI https://w3id.org/rec/core/eventQuantityKind
Description The Quantity Kind that an event measures or affects.
Super-properties core:hasQuantityKindop
Domain(s) core:Eventc
Range(s) core:QuantityKindc

generated observationop

IRI https://w3id.org/rec/core/generatedObservation
Super-properties core:associatedWithEventop
Inverse properties core:observationGeneratedByop
Domain(s) core:Sensorc
Range(s) core:Observationc

has building componentop

IRI https://w3id.org/rec/core/hasBuildingComponent
Description Parthood traversal property linking Buildings to the Building Components that they are made up of.
Super-properties core:hasPartop
Inverse properties core:isPartOfBuildingop
Domain(s) core:Buildingc
Range(s) core:BuildingComponentc

has geo-reference origoop

IRI https://w3id.org/rec/core/hasGeoReferenceOrigo
Description Associates a building with a point in some coordinate reference system which can be used to resolve local (building-specific) coordinates against this outer coordinate reference system.
Super-properties http://www.opengis.net/ont/geosparql#hasGeometryop
Domain(s) core:Buildingc
Range(s) core:GeoReferenceOrigoc

has measurement unitop

IRI https://w3id.org/rec/core/hasMeasurementUnit
Description The unit that something (sensor observations, device capabilities, physical measurements, etc) is measured by. This is given as an object property with a corresponding class (rather than a simple datatype property) since one unit may have many serialized representations and may be used for many different types of measurements.
Range(s) core:MeasurementUnitc

hasMemberop

IRI https://w3id.org/rec/core/hasMember
Description has member
Super-properties core:hasPartop
Inverse properties core:isMemberOfop
Domain(s) core:Collectionc

has partop

IRI https://w3id.org/rec/core/hasPart
Description Inverse properties of the isPartOf property tree, used for top-down traversal of the parthood hierarchy.
Inverse properties core:isPartOfop

quantity kindop

IRI https://w3id.org/rec/core/hasQuantityKind
Description Links entities that are measurable to the Quantity Kind that they measure, e.g., Temperature, Pressure, etc.
Range(s) core:QuantityKindc

has real estate componentop

IRI https://w3id.org/rec/core/hasRealEstateComponent
Description Parthood traversal property linking a piece of RealEstate to its constituent components (i.e., Buildings and Land).
Super-properties core:hasPartop
Inverse properties core:isPartOfRealEstateop
Domain(s) core:RealEstatec
Range(s) core:RealEstateComponentc

has sub-BuildingComponentop

IRI https://w3id.org/rec/core/hasSubBuildingComponent
Description Parthood traversal property linking BuildingComponents to their constituent sub-components.
Super-properties core:hasPartop
Inverse properties core:hasSuperBuildingComponentop
Domain(s) core:BuildingComponentc
Range(s) core:BuildingComponentc

has sub-deviceop

IRI https://w3id.org/rec/core/hasSubDevice
Description Parthood traversal property linking a Device to any sub-Devices that it contains.
Super-properties core:hasPartop
Inverse properties core:hasSuperDeviceop
Domain(s) core:Devicec
Range(s) core:Devicec

has super-BuildingComponentop

IRI https://w3id.org/rec/core/hasSuperBuildingComponent
Description Property to model nesting of building components, e.g., rooms within apartments or walls within stairwells, etc.
Super-properties core:isPartOfop
Domain(s) core:BuildingComponentc
Range(s) core:BuildingComponentc

has super-Deviceop

IRI https://w3id.org/rec/core/hasSuperDevice
Description A property that allows for nesting of devices within devices.
Super-properties core:isPartOfop
Domain(s) core:Devicec
Range(s) core:Devicec

has typeop

IRI https://w3id.org/rec/core/hasType
Description A generic typing relation, holding between individuals and their types (which are also expressed as individuals). This construct allows implementors to add their own types without modifying the ontology and its classes. See the Explicit Typing design pattern in the MODL design library for further discussion.
Range(s) core:Typec

is member ofop

IRI https://w3id.org/rec/core/isMemberOf
Super-properties core:isPartOfop
Range(s) core:Collectionc

is mounted inop

IRI https://w3id.org/rec/core/isMountedIn
Description Property describing where a Device is mounted.
Super-properties core:isPartOfop
Domain(s) core:Devicec

is mounted in Building Componentop

IRI https://w3id.org/rec/core/isMountedInBuildingComponent
Description Property describing in which Building Component (most typically a Room) that a Device is mounted.
Super-properties core:isMountedInop
Domain(s) core:Devicec
Range(s) core:BuildingComponentc

is part ofop

IRI https://w3id.org/rec/core/isPartOf
Description A generic clustering of meronomy (parthood) relations, allowing for the traversal of the parthood taxonomy of a real estate. Note that this is a transitive property.

is part of buildingop

IRI https://w3id.org/rec/core/isPartOfBuilding
Description Indicates which Building a certain Building Component is part of.
Super-properties core:isPartOfop
Domain(s) core:BuildingComponentc
Range(s) core:Buildingc

isPartOfRealEstateop

IRI https://w3id.org/rec/core/isPartOfRealEstate
Description Indicates that a Building or a piece of Land belongs to / is part of a given Real Estate.
Super-properties core:isPartOfop
Domain(s) core:RealEstateComponentc
Range(s) core:RealEstatec

observation generated byop

IRI https://w3id.org/rec/core/observationGeneratedBy
Super-properties core:associatedWithDeviceop
Domain(s) core:Observationc
Range(s) core:Sensorc

premisesTypeop

IRI https://w3id.org/rec/core/premisesType
Super-properties core:hasTypeop
Domain(s) core:Premisesc
Range(s) core:PremisesTypec

quantity kind measurement unitop

IRI https://w3id.org/rec/core/qkMeasurementUnit
Description A unit used to specificy some Quantity Kind, such as temperature, pressure, etc.
Super-properties core:hasMeasurementUnitop
Domain(s) core:QuantityKindc
Range(s) core:MeasurementUnitc

served byop

IRI https://w3id.org/rec/core/servedBy
Description Indicates that an area or entity is served by some device or sensor. For example: an entrance room might be served by (e.g., covered by) some camera equipment, or a conference room served by a CO2 sensor.
Inverse properties core:servesop
Range(s) core:Devicec

servesop

IRI https://w3id.org/rec/core/serves
Description The coverage or impact area of a given device or sensor. For example: an air-treatment Device might serve several Rooms or a full Building. Note that devices can also service one another, e.g., an air-treatment Device might serve an air diffuser Device.
Domain(s) core:Devicec

serves buildingop

IRI https://w3id.org/rec/core/servesBuilding
Description Indicates how a Device serves an entire Building.
Super-properties core:servesop
Domain(s) core:Devicec
Range(s) core:Buildingc

serves building componentop

IRI https://w3id.org/rec/core/servesBuildingComponent
Description Indicates how a Device serves a particular Building Component (e.g., a Room).
Super-properties core:servesop
Domain(s) core:Devicec
Range(s) core:BuildingComponentc

serves deviceop

IRI https://w3id.org/rec/core/servesDevice
Description Indicates how a Device serves another Device.
Super-properties core:servesop
Domain(s) core:Devicec
Range(s) core:Devicec

element schemaop

IRI https://w3id.org/rec/dataschemas/elementSchema
Description Defines the primitive schema of all members of the array.
Domain(s) ns1:ArraySchemac
Range(s) ns1:PrimitiveSchemac

object fieldsop

IRI https://w3id.org/rec/dataschemas/objectFields
Description Defines the individual object fields on this schema.
Domain(s) ns1:ObjectSchemac
Range(s) ns1:PrimitiveSchemac

actuation executed byop

IRI https://w3id.org/rec/device/actuationExecutedBy
Super-properties core:associatedWithDeviceop
Inverse properties device:executesActuationop
Domain(s) device:Actuationc
Range(s) device:Actuatorc

device placement contextop

IRI https://w3id.org/rec/device/devicePlacementContext
Super-properties device:hasPlacementContextop
Domain(s) core:Devicec
Range(s) device:PlacementContextc

event placement contextop

IRI https://w3id.org/rec/device/eventPlacementContext
Super-properties device:hasPlacementContextop
Domain(s) core:Eventc
Range(s) device:PlacementContextc

exception generated byop

IRI https://w3id.org/rec/device/exceptionGeneratedBy
Super-properties core:associatedWithDeviceop
Inverse properties device:generatedExceptionop
Domain(s) device:Exceptionc
Range(s) core:Sensorc

executes actuationop

IRI https://w3id.org/rec/device/executesActuation
Super-properties core:associatedWithEventop
Domain(s) device:Actuatorc
Range(s) device:Actuationc

generated exceptionop

IRI https://w3id.org/rec/device/generatedException
Super-properties core:associatedWithEventop
Domain(s) core:Sensorc
Range(s) device:Exceptionc

generated observationop

IRI https://w3id.org/rec/device/generatedObservation
Description Deprecated in favour of core:generatedObservation
Super-properties core:associatedWithEventop
Inverse properties device:observationGeneratedByop
Domain(s) core:Sensorc
Range(s) device:Observationc

has actuation interfaceop

IRI https://w3id.org/rec/device/hasActuationInterface
Domain(s) device:Actuatorc
Range(s) device:ActuationInterfacec

has communication configurationop

IRI https://w3id.org/rec/device/hasCommunicationConfiguration
Description Groups the subset of device configuration settings that are expressed using named individuals (for configuration attributes that are modelled with datatype properties, see datatype hasCommunicationAttribute).

hasCommunicationsBusop

IRI https://w3id.org/rec/device/hasCommunicationsBus
Description has communications bus
Domain(s) core:Devicec
Range(s) device:CommunicationsBusc

has device function typeop

IRI https://w3id.org/rec/device/hasDeviceFunctionType
Super-properties core:hasTypeop
Domain(s) core:Devicec
Range(s) device:DeviceFunctionTypec

hasKNXConfigurationop

IRI https://w3id.org/rec/device/hasKNXConfiguration
Super-properties device:hasCommunicationConfigurationop
Domain(s) core:Devicec

hsKNXDataPointTypeop

IRI https://w3id.org/rec/device/hasKNXDataPointType
Super-properties device:hasKNXConfigurationop
Domain(s) core:Devicec
Range(s) device:KNXDataPointTypec

hasModbusConfigurationop

IRI https://w3id.org/rec/device/hasModbusConfiguration
Super-properties device:hasCommunicationConfigurationop
Domain(s) core:Devicec

hasModbusDataTypeop

IRI https://w3id.org/rec/device/hasModbusDataType
Super-properties device:hasModbusConfigurationop
Domain(s) core:Devicec
Range(s) device:ModbusDataTypec

hasModbusFunctionCodeop

IRI https://w3id.org/rec/device/hasModbusFunctionCode
Super-properties device:hasModbusConfigurationop
Domain(s) core:Devicec
Range(s) device:ModbusFunctionCodec

has placement contextop

IRI https://w3id.org/rec/device/hasPlacementContext
Range(s) device:PlacementContextc

observation generated byop

IRI https://w3id.org/rec/device/observationGeneratedBy
Description Deprecated in favour of core:observationGeneratedBy
Super-properties core:associatedWithDeviceop
Domain(s) device:Observationc
Range(s) core:Sensorc

observed byop

IRI https://w3id.org/rec/device/observedBy
Description Generic property indicating which sensors that are configured or designed to observe some feature, system, phenomenon, etc.
Range(s) core:Sensorc

observesop

IRI https://w3id.org/rec/device/observes
Description Indicates the (optional) entity-of-interest of some sensor, i.e., what it is configured to observe or look for.
Domain(s) core:Sensorc

observes actuatorop

IRI https://w3id.org/rec/device/observesActuator
Description The actuator that a sensor is configured or designed to observe.
Super-properties device:observesop
Domain(s) core:Sensorc
Range(s) device:Actuatorc

sensorInterfaceop

IRI https://w3id.org/rec/device/sensorInterface
Domain(s) core:Sensorc
Range(s) device:SensorInterfacec

building is part of premisesop

IRI https://w3id.org/rec/lease/buildingIsPartOfPremises
Super-properties https://w3id.org/rec/lease/isPartOfPremisesop
Domain(s) core:Buildingc
Range(s) https://w3id.org/rec/lease/Premisesc

is part of premisesop

IRI https://w3id.org/rec/lease/isPartOfPremises
Description Property that models Premises (leasable parts of real estate) parthood, i.e., that certain buildings and/or rooms are part of a defined Premise (which can in turn by governed by a Lease through a LeaseContract)
Super-properties core:isPartOfop
Range(s) https://w3id.org/rec/lease/Premisesc

lease ofop

IRI https://w3id.org/rec/lease/leaseOf
Description The object (e.g., property, equipment, etc) that this a lease of.
Domain(s) https://w3id.org/rec/lease/Leasec

leaseeop

IRI https://w3id.org/rec/lease/leasee
Description The agent (organization or person) leasing some leasable object, i.e., the user of the asset.
Domain(s) https://w3id.org/rec/lease/Leasec
Range(s) core:Agentc

leasorop

IRI https://w3id.org/rec/lease/leasor
Description The agent (organization or person) leasing out some leasable object, i.e., the owner of the asset.
Domain(s) https://w3id.org/rec/lease/Leasec
Range(s) core:Agentc

premises includesop

IRI https://w3id.org/rec/lease/premisesIncludes
Description Parthood traversal property linking Premises to their constituent Buildings or Rooms.
Super-properties core:hasPartop
Domain(s) https://w3id.org/rec/lease/Premisesc

premises includes buildingop

IRI https://w3id.org/rec/lease/premisesIncludesBuilding
Super-properties https://w3id.org/rec/lease/premisesIncludesop
Domain(s) https://w3id.org/rec/lease/Premisesc
Range(s) core:Buildingc

premises includes roomop

IRI https://w3id.org/rec/lease/premisesIncludesRoom
Super-properties https://w3id.org/rec/lease/premisesIncludesop
Domain(s) https://w3id.org/rec/lease/Premisesc
Range(s) core:Roomc

premises typeop

IRI https://w3id.org/rec/lease/premisesType
Domain(s) https://w3id.org/rec/lease/Premisesc
Range(s) https://w3id.org/rec/lease/PremisesTypec

regulated byop

IRI https://w3id.org/rec/lease/regulatedBy
Description A lease is regulated by some contract entered into by the leasor and leasees.
Domain(s) https://w3id.org/rec/lease/Leasec
Range(s) https://w3id.org/rec/lease/LeaseContractc

room is part of premisesop

IRI https://w3id.org/rec/lease/roomIsPartOfPremises
Super-properties https://w3id.org/rec/lease/isPartOfPremisesop
Domain(s) core:Roomc
Range(s) https://w3id.org/rec/lease/Premisesc

Functional Properties

keyMandatoryfp

IRI https://w3id.org/rec/actuation/keyMandatory
Description Deprecated in favour of the definitions provided in the new dataschemas module.
Domain(s) actuation:KeyValueDefinitionc
Range(s) xsd:booleanc

keyStringfp

IRI https://w3id.org/rec/actuation/keyString
Description Deprecated in favour of the definitions provided in the new dataschemas module.
Domain(s) actuation:KeyValueDefinitionc
Range(s) xsd:stringc

valueDatatypefp

IRI https://w3id.org/rec/actuation/valueDatatype
Description Deprecated in favour of the definitions provided in the new dataschemas module.
Domain(s) actuation:KeyValueDefinitionc

valueRestrictionResolutionfp

IRI https://w3id.org/rec/actuation/valueRestrictionResolution
Description Deprecated in favour of the definitions provided in the new dataschemas module.
Domain(s) actuation:ValueRestrictionc
Range(s) xsd:floatc

valueRestrictionTypefp

IRI https://w3id.org/rec/actuation/valueRestrictionType
Description Deprecated in favour of the definitions provided in the new dataschemas module.
Domain(s) actuation:ValueRestrictionc

genderfp

IRI https://w3id.org/rec/agents/gender
Description A gender designation for a Person. Stricter than FOAF, which allows all Agents to have gender.
Domain(s) https://w3id.org/rec/agents/Personc

maximumfp

IRI https://w3id.org/rec/dataschemas/maximum
Description The maximum allowed value (inclusive).

minimumfp

IRI https://w3id.org/rec/dataschemas/minimum
Description The minimum allowed value (inclusive).

Datatype Properties

asGMLdp

IRI http://www.opengis.net/ont/geosparql#asGML
Is Defined By http://www.opengis.net/ont/geosparql#
Description The GML serialization of a geometry. GeoSPARQL is Copyright (c) 2012 Open Geospatial Consortium, Inc. All Rights Reserved. http://www.opengeospatial.org/ogc/document.
Super-properties http://www.opengis.net/ont/geosparql#hasSerializationdp
Domain(s) http://www.opengis.net/ont/geosparql#Geometryc
Range(s) http://www.opengis.net/ont/geosparql#gmlLiteralc

asWKTdp

IRI http://www.opengis.net/ont/geosparql#asWKT
Is Defined By http://www.opengis.net/ont/geosparql#
Description The WKT serialization of a geometry. GeoSPARQL is Copyright (c) 2012 Open Geospatial Consortium, Inc. All Rights Reserved. http://www.opengeospatial.org/ogc/document.
Super-properties http://www.opengis.net/ont/geosparql#hasSerializationdp
Domain(s) http://www.opengis.net/ont/geosparql#Geometryc
Range(s) http://www.opengis.net/ont/geosparql#wktLiteralc

has serializationdp

IRI http://www.opengis.net/ont/geosparql#hasSerialization
Is Defined By http://www.opengis.net/ont/geosparql#
Description Connects a geometry object with its text-based serialization. GeoSPARQL is Copyright (c) 2012 Open Geospatial Consortium, Inc. All Rights Reserved. http://www.opengeospatial.org/ogc/document.
Domain(s) http://www.opengis.net/ont/geosparql#Geometryc
Range(s) rdfs:Literalc

actuation payloaddp

IRI https://w3id.org/rec/actuation/actuationPayload
Description The payload to be passed on to some actuation interface and finally actuator.
Range(s) xsd:stringc

requestAccepteddp

IRI https://w3id.org/rec/actuation/requestAccepted
Domain(s) actuation:ActuationRequestResponsec
Range(s) xsd:booleanc

response code as integerdp

IRI https://w3id.org/rec/actuation/responseCodeInteger
Domain(s) actuation:ResponseCodec
Range(s) xsd:intc

response code as stringdp

IRI https://w3id.org/rec/actuation/responseCodeString
Domain(s) actuation:ResponseCodec
Range(s) xsd:stringc

valueRestrictionValuesdp

IRI https://w3id.org/rec/actuation/valueRestrictionValues
Description Deprecated in favour of the definitions provided in the new dataschemas module.
Domain(s) actuation:ValueRestrictionc

family namedp

IRI https://w3id.org/rec/agents/familyName
Description A person's family name.
Super-properties https://w3id.org/rec/agents/namedp
Domain(s) https://w3id.org/rec/agents/Personc

first namedp

IRI https://w3id.org/rec/agents/firstName
Description A person's first name (if they have one; this varies across cultural contexts).
Super-properties https://w3id.org/rec/agents/namedp
Domain(s) https://w3id.org/rec/agents/Personc

given namedp

IRI https://w3id.org/rec/agents/givenName
Description A person's personal, individual name.
Super-properties https://w3id.org/rec/agents/namedp
Domain(s) https://w3id.org/rec/agents/Personc

last namedp

IRI https://w3id.org/rec/agents/lastName
Description A person's last name (if they have one; this varies across cultural contexts).
Super-properties https://w3id.org/rec/agents/namedp
Domain(s) https://w3id.org/rec/agents/Personc

namedp

IRI https://w3id.org/rec/agents/name
Description A name for some Agent. Stricter than FOAF, we assume that things that have names are Agents, not Things (e.g., other predicates will need be used to described identifiers for non-Agents).
Domain(s) core:Agentc

has alias IDdp

IRI https://w3id.org/rec/core/hasAliasID
Description Was originally intented to map an Id in an external system to an instance (e.g. an UUID). After discussion in REC technical committee, an approach based on owl:sameAs and/or rdfs:seeAlso (depending on the needed semantics) is recommended instead. This property will therefore be removed in future versions.
Super-properties core:hasAuxiliaryDatadp

has auxiliary datadp

IRI https://w3id.org/rec/core/hasAuxiliaryData
Description This parent property groups a number of sub-properties that provide additional richness to building or device model and that are often used in practice in various systems, but which have not yet (REC 3.0) been fully modelled their respecive REC modules.

has citydp

IRI https://w3id.org/rec/core/hasCity
Description Indicates a city that a certain Geometry is part of.
Super-properties core:hasLocationAttributedp

has commentdp

IRI https://w3id.org/rec/core/hasComment
Description Extra information about an object that is of a more exceptional character. E.g. "This Device needs to be replaced no later than 2020", "Note: Black color is used to mark warmwater inlet"
Super-properties core:hasAuxiliaryDatadp

has countrydp

IRI https://w3id.org/rec/core/hasCountry
Description Indicates a country that a certain Geometry is part of.
Super-properties core:hasLocationAttributedp

has created timedp

IRI https://w3id.org/rec/core/hasCreatedTime
Super-properties core:hasTimedp
Domain(s) core:Eventc
Range(s) xsd:dateTimec

has deleted timedp

IRI https://w3id.org/rec/core/hasDeletedTime
Super-properties core:hasTimedp
Domain(s) core:Eventc
Range(s) xsd:dateTimec

has durationdp

IRI https://w3id.org/rec/core/hasDuration
Description Measured in ms (milliseconds). Duration is defined as the length of time that something lasts.
Super-properties core:hasTimedp
Domain(s) core:Eventc
Range(s) xsd:doublec

has geo reference bearingdp

IRI https://w3id.org/rec/core/hasGeoReferenceBearing
Description The angle between one of the axis of a local coordinate system within e.g. a building and a north-south meridian. The angle is measured between the meridian and the local coordinate axis and counted as positive to the east side of the meridan (neagtive to the west side). Bearings are never greater than 90°. Bearings are based on true north.
Super-properties http://www.opengis.net/ont/geosparql#hasSerializationdp
Domain(s) core:GeoReferenceOrigoc
Range(s) xsd:doublec

has geonames IDdp

IRI https://w3id.org/rec/core/hasGeonamesId
Description Linking to https://www.geonames.org E.g. for Stockholm (Sweden): LocationUUID#1 hasGenonames http://www.geonames.org/2673730/stockholm.html
Super-properties core:hasLocationAttributedp

has litteradp

IRI https://w3id.org/rec/core/hasLittera
Description Designation or enumeration commenly found on blueprints for an object. E.g. text designating a Device or a Room.
Super-properties core:hasAuxiliaryDatadp

has location attributedp

IRI https://w3id.org/rec/core/hasLocationAttribute
Description This property is a cognitive clustering for human consumption, grouping sub-properties that assign labels (e.g., place names, addresses, etc.) to Geometry entities. This branch of the property hierarchy may need some further development and cleaning up in future versions.
Super-properties http://www.opengis.net/ont/geosparql#hasSerializationdp

has observation timedp

IRI https://w3id.org/rec/core/hasObservationTime
Super-properties core:hasTimedp
Domain(s) core:Eventc
Range(s) xsd:dateTimec

has point in timedp

IRI https://w3id.org/rec/core/hasPointInTime
Super-properties core:hasTimedp
Domain(s) core:Eventc
Range(s) xsd:dateTimec

has popular namedp

IRI https://w3id.org/rec/core/hasPopularName
Description Human-readable-friendly name.
Super-properties core:hasAuxiliaryDatadp

has postal addressdp

IRI https://w3id.org/rec/core/hasPostalAddress
Description Address used for postal delivery.
Super-properties core:hasLocationAttributedp

has processed timedp

IRI https://w3id.org/rec/core/hasProcessedTime
Description Time when an object or result was processed in a system.
Super-properties core:hasTimedp
Domain(s) core:Observationc
Range(s) xsd:dateTimec

has read timedp

IRI https://w3id.org/rec/core/hasReadTime
Super-properties core:hasTimedp
Domain(s) core:Eventc
Range(s) xsd:dateTimec

has regiondp

IRI https://w3id.org/rec/core/hasRegion
Description Indicates a region that a certain Geometry is part of.
Super-properties core:hasLocationAttributedp

has sourcedp

IRI https://w3id.org/rec/core/hasSource
Description Used for information about a source system or data.
Super-properties core:hasAuxiliaryDatadp

has start timedp

IRI https://w3id.org/rec/core/hasStartTime
Super-properties core:hasTimedp
Domain(s) core:Eventc
Range(s) xsd:dateTimec

has stop timedp

IRI https://w3id.org/rec/core/hasStopTime
Super-properties core:hasTimedp
Domain(s) core:Eventc
Range(s) xsd:dateTimec

has sustainability certificationdp

IRI https://w3id.org/rec/core/hasSustainabilityCertification
Description Indicates any sustainability certifications that a Building or piece of Real Estate has achieved. This is a stub for now and will likely be more expressively modelled as classes and properties in future REC releases.
Super-properties core:hasAuxiliaryDatadp

has timedp

IRI https://w3id.org/rec/core/hasTime
Description Cognitive clustering of time-related properties that can apply to time-indexed objects (i.e., events of various sorts). Certain time properties are given using xsd:DateTime, i.e., ISO8601 (see below), whereas others are given as ints or floats, depending on use case. Time format ISO8601: Complete date, hour, minutes, seconds, and decimal fraction of second YYYY-MM-DDThh:mm:ss.sTZD (eg 1997-07-16T19:20:30.45+01:00) Where: YYYY = 4 numbers for year. MM = 2 numbers for month (01=January, etc.) DD = 2 numbers for day of month (01 till 31) hh = 2 numbers for hour (00 till 23) (am/pm not allowed) mm = 2 numbers for minutes (00 till 59) ss = 2 numbers for second (00 till 59) s = 1 or more numbers represent a decimal fraction of second TZD = time zone designator (Z or +hh:mm or -hh:mm) Time is expressed in UTC (Coordinated Universal Time), with designated UTC ("Z") for GMT.
Domain(s) core:Eventc

has updated timedp

IRI https://w3id.org/rec/core/hasUpdatedTime
Super-properties core:hasTimedp
Domain(s) core:Eventc
Range(s) xsd:dateTimec

has valuedp

IRI https://w3id.org/rec/core/hasValue
Description REC entities may be associated with values (e.g., observations, actuations, data points, etc).

has visting addressdp

IRI https://w3id.org/rec/core/hasVistingAddress
Description An address for visiting the Geometry. If a Geometry has multiple visiting addresses, then just add as many hasVistingAddress as needed.
Super-properties core:hasLocationAttributedp

has zip codedp

IRI https://w3id.org/rec/core/hasZipCode
Description Indicates a certain Geometry's zip code.
Super-properties core:hasLocationAttributedp

is located at local coordinatesdp

IRI https://w3id.org/rec/core/isLocatedAtLocalCoordinates
Description Expressed as a string adhering to the notation "(x,y,z)", where x, y, and z ar whole or decimal numbers indicating the position in the local building coordinate system, measured in meters. This relates to the outside world coordinate refence system via the values expressed by GeoReferenceOrigo.
Super-properties http://www.opengis.net/ont/geosparql#hasSerializationdp

schemaNamedp

IRI https://w3id.org/rec/core/schemaName
Domain(s) core:DataSchemac
Range(s) xsd:stringc

time intervaldp

IRI https://w3id.org/rec/core/timeInterval
Description Indicates a time interval during which something occured, or that something refers to. Intervals are expressed as combinations of some time point and a duration, or as two time points, per ISO 8601; see https://en.wikipedia.org/wiki/ISO_8601.
Range(s) xsd:stringc

unit signdp

IRI https://w3id.org/rec/core/unitSign
Description The syntactical representation of a unit, e.g., m^3 for cubic meter, etc.
Domain(s) core:MeasurementUnitc

enumeration valuesdp

IRI https://w3id.org/rec/dataschemas/enumerationValues
Description Defines allowed values for this primitive schema instance.
Domain(s) ns1:PrimitiveSchemac

field namedp

IRI https://w3id.org/rec/dataschemas/fieldName
Description Defines the name by which this primitive schema will be referred to, when defined as a part of an object schema.
Domain(s) ns1:PrimitiveSchemac
Range(s) xsd:stringc

regular expressiondp

IRI https://w3id.org/rec/dataschemas/regEx
Description A regular expression that defines valid input per this string schema.
Domain(s) ns1:StringSchemac
Range(s) xsd:stringc

resolutiondp

IRI https://w3id.org/rec/dataschemas/resolution
Description Defines the valid granularity or "step size" for numeric input (i.e., FloatSchemas and IntSchemas). Used in conjunction with maximum and minimum, as an alternative to enumerations: e.g., minimum = 5, resolution = 10, maximum = 50 gives valid values 5, 15, 25, 35, and 45.

actuation commanddp

IRI https://w3id.org/rec/device/actuationCommand
Description The payload of a command sent by the building management system to the underlying actuator(s).
Domain(s) device:Actuationc

actuation requestdp

IRI https://w3id.org/rec/device/actuationRequest
Description The payload of an incoming request to a building management system that it should perform an actuation; to be sent onward to a given Actuator.
Domain(s) device:Actuationc

actuation responsedp

IRI https://w3id.org/rec/device/actuationResponse
Description The value returned from an Actuator to the calling party.
Domain(s) device:Actuationc

has actuation command timedp

IRI https://w3id.org/rec/device/hasActuationCommandTime
Description The time stamp for the event of the underlying system intiating the actuation command.
Super-properties core:hasTimedp
Domain(s) device:Actuationc

has actuation request timedp

IRI https://w3id.org/rec/device/hasActuationRequestTime
Description The time stamp for when a request for an actuation arrived.
Super-properties core:hasTimedp
Domain(s) device:Actuationc

has actuation response timedp

IRI https://w3id.org/rec/device/hasActuationResponseTime
Description The time stamp for a possible response from actuation process.
Super-properties core:hasTimedp
Domain(s) device:Actuationc

has communication attributedp

IRI https://w3id.org/rec/device/hasCommunicationAttribute
Description Groups the subset of device configuration attributes that are expressed using datatype properties (for configuration attributes that are modelled with named individuals, see object property hasCommunicationConfiguration).
Domain(s) core:Devicec

has IP addressdp

IRI https://w3id.org/rec/device/hasIPAddress
Super-properties device:hasCommunicationAttributedp
Domain(s) core:Devicec

has IP address portdp

IRI https://w3id.org/rec/device/hasIPAddressPort
Super-properties device:hasCommunicationAttributedp
Domain(s) core:Devicec
Range(s) xsd:integerc

has KNX attributedp

IRI https://w3id.org/rec/device/hasKNXAttribute
Super-properties device:hasCommunicationAttributedp
Domain(s) core:Devicec

has KNX device IDdp

IRI https://w3id.org/rec/device/hasKNXDeviceId
Super-properties device:hasKNXAttributedp
Domain(s) core:Devicec
Range(s) xsd:stringc

has KNX device portdp

IRI https://w3id.org/rec/device/hasKNXDevicePort
Super-properties device:hasKNXAttributedp
Domain(s) core:Devicec
Range(s) xsd:integerc

has KNX group addressdp

IRI https://w3id.org/rec/device/hasKNXGroupAddress
Super-properties device:hasKNXAttributedp

has local endpoint IDdp

IRI https://w3id.org/rec/device/hasLocalEndpointId
Super-properties device:hasCommunicationAttributedp
Domain(s) core:Devicec

has Lora attributedp

IRI https://w3id.org/rec/device/hasLoraAttribute
Super-properties device:hasCommunicationAttributedp
Domain(s) core:Devicec

has Lora DevEUIdp

IRI https://w3id.org/rec/device/hasLoraDevEUI
Super-properties device:hasLoraAttributedp
Domain(s) core:Devicec
Range(s) xsd:integerc

has MAC addressdp

IRI https://w3id.org/rec/device/hasMACAddress
Super-properties core:hasAuxiliaryDatadp
Domain(s) core:Devicec
Range(s) xsd:stringc

has Modbus attributedp

IRI https://w3id.org/rec/device/hasModbusAttribute
Super-properties device:hasCommunicationAttributedp
Domain(s) core:Devicec

has Modbus node IDdp

IRI https://w3id.org/rec/device/hasModbusNodeId
Super-properties device:hasModbusAttributedp
Domain(s) core:Devicec
Range(s) xsd:integerc

has Modbus registerdp

IRI https://w3id.org/rec/device/hasModbusRegister
Super-properties device:hasModbusAttributedp
Domain(s) core:Devicec
Range(s) xsd:integerc

has Modbus register lengthdp

IRI https://w3id.org/rec/device/hasModbusRegisterLength
Super-properties device:hasModbusAttributedp
Domain(s) core:Devicec

has offsetdp

IRI https://w3id.org/rec/device/hasOffset
Super-properties device:hasCommunicationAttributedp
Domain(s) core:Devicec
Range(s) xsd:doublec

has processed timedp

IRI https://w3id.org/rec/device/hasProcessedTime
Description Time when an object or result was processed in a system. Deprecated in favour of core:hasProcessedTime.
Super-properties core:hasTimedp
Domain(s) device:Observationc
Range(s) xsd:dateTimec

has scale factordp

IRI https://w3id.org/rec/device/hasScaleFactor
Super-properties device:hasCommunicationAttributedp
Domain(s) core:Devicec
Range(s) xsd:doublec

has serial numberdp

IRI https://w3id.org/rec/device/hasSerialNumber
Super-properties core:hasAuxiliaryDatadp
Domain(s) core:Devicec
Range(s) xsd:stringc

lease enddp

IRI https://w3id.org/rec/lease/leaseEnd
Description Time at which a lease arrangement ends.
Super-properties core:hasStopTimedp
Domain(s) https://w3id.org/rec/lease/Leasec
Range(s) xsd:dateTimec

lease startdp

IRI https://w3id.org/rec/lease/leaseStart
Description Time at which a lease arrangement begins.
Super-properties core:hasStartTimedp
Domain(s) https://w3id.org/rec/lease/Leasec
Range(s) xsd:dateTimec

Annotation Properties

has licenseap

IRI http://creativecommons.org/ns#license
Is Defined By http://creativecommons.org/ns#

Contributorap

IRI http://purl.org/dc/elements/1.1/contributor
Is Defined By http://purl.org/dc/elements/1.1/
Description Examples of a Contributor include a person, an organization, or a service. Typically, the name of a Contributor should be used to indicate the entity.

Coverageap

IRI http://purl.org/dc/elements/1.1/coverage
Is Defined By http://purl.org/dc/elements/1.1/
Description Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. Temporal topic may be a named period, date, or date range. A jurisdiction may be a named administrative entity or a geographic place to which the resource applies. Recommended best practice is to use a controlled vocabulary such as the Thesaurus of Geographic Names. Where appropriate, named places or time periods can be used in preference to numeric identifiers such as sets of coordinates or date ranges.

Creatorap

IRI http://purl.org/dc/elements/1.1/creator
Is Defined By http://purl.org/dc/elements/1.1/
Description Examples of a Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity.

Dateap

IRI http://purl.org/dc/elements/1.1/date
Is Defined By http://purl.org/dc/elements/1.1/
Description Date may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601.

Descriptionap

IRI http://purl.org/dc/elements/1.1/description
Is Defined By http://purl.org/dc/elements/1.1/
Description Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.

Formatap

IRI http://purl.org/dc/elements/1.1/format
Is Defined By http://purl.org/dc/elements/1.1/
Description Examples of dimensions include size and duration. Recommended best practice is to use a controlled vocabulary such as the list of Internet Media Types.

Identifierap

IRI http://purl.org/dc/elements/1.1/identifier
Is Defined By http://purl.org/dc/elements/1.1/
Description Recommended best practice is to identify the resource by means of a string conforming to a formal identification system.

Languageap

IRI http://purl.org/dc/elements/1.1/language
Is Defined By http://purl.org/dc/elements/1.1/
Description Recommended best practice is to use a controlled vocabulary such as RFC 4646.

Publisherap

IRI http://purl.org/dc/elements/1.1/publisher
Is Defined By http://purl.org/dc/elements/1.1/
Description Examples of a Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity.

Relationap

IRI http://purl.org/dc/elements/1.1/relation
Is Defined By http://purl.org/dc/elements/1.1/
Description Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system.

Rightsap

IRI http://purl.org/dc/elements/1.1/rights
Is Defined By http://purl.org/dc/elements/1.1/
Description Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights.

Sourceap

IRI http://purl.org/dc/elements/1.1/source
Is Defined By http://purl.org/dc/elements/1.1/
Description The described resource may be derived from the related resource in whole or in part. Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system.

Subjectap

IRI http://purl.org/dc/elements/1.1/subject
Is Defined By http://purl.org/dc/elements/1.1/
Description Typically, the subject will be represented using keywords, key phrases, or classification codes. Recommended best practice is to use a controlled vocabulary. To describe the spatial or temporal topic of the resource, use the Coverage element.

Titleap

IRI http://purl.org/dc/elements/1.1/title
Is Defined By http://purl.org/dc/elements/1.1/
Description Typically, a Title will be a name by which the resource is formally known.

Typeap

IRI http://purl.org/dc/elements/1.1/type
Is Defined By http://purl.org/dc/elements/1.1/
Description Recommended best practice is to use a controlled vocabulary such as the DCMI Type Vocabulary. To describe the file format, physical medium, or dimensions of the resource, use the Format element.

Dateap

IRI http://purl.org/dc/terms/date
Is Defined By http://purl.org/dc/terms/
Description Date may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF].
Super-properties dc:dateap
Range(s) rdfs:Literalc

Date Modifiedap

IRI http://purl.org/dc/terms/modified
Is Defined By http://purl.org/dc/terms/
Super-properties dcterms:dateap
Range(s) rdfs:Literalc

Preferred Namespace Prefixap

IRI http://purl.org/vocab/vann/preferredNamespacePrefix
Is Defined By http://purl.org/vocab/vann/
Description The preferred namespace prefix to use when using terms from this vocabulary in an XML document.

Preferred Namespace Uriap

IRI http://purl.org/vocab/vann/preferredNamespaceUri
Is Defined By http://purl.org/vocab/vann/
Description The preferred namespace URI to use when using terms from this vocabulary in an XML document.

coversRequirementsap

IRI http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements
Is Defined By http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#
Description This annotation property is used for exemplifying possible requirements the content pattern provides a solution for. Requirements are expressed as natural language competency questions.

definitionap

IRI http://www.w3.org/2004/02/skos/core#definition

historyNoteap

IRI http://www.w3.org/2004/02/skos/core#historyNote

endpointap

IRI https://karlhammar.com/owl2oas/o2o.owl#endpoint
Is Defined By https://karlhammar.com/owl2oas/o2o.owl#
Description This annotation, when applied to an OWL class that is included for processing in OWL2OAS, governs the endpoint name that is generated for the class.

includedap

IRI https://karlhammar.com/owl2oas/o2o.owl#included
Is Defined By https://karlhammar.com/owl2oas/o2o.owl#
Description Usage of this annotation, in conjunction with the ClassInclusionPolicy and PropertyInclusionPolicy run time options, coverns whether OWL entities are included or ignored by the owl2oas code generator.
Range(s) xsd:booleanc

list propertyap

IRI https://karlhammar.com/owl2oas/o2o.owl#listProperty
Description Usage of this annotation on an object or data property indicates that the property shall, when translated into RDF or OAS representations, be an ordered RDF list.
Range(s) xsd:booleanc

measurementUnitap

IRI https://w3id.org/rec/core/measurementUnit

quantityKindap

IRI https://w3id.org/rec/core/quantityKind

Named Individuals

Atriumni

Classes(s)
rdfs:Class
building:RoomType
owl:Class
IRI https://w3id.org/rec/building/Atrium

Auditoriumni

Classes(s)
rdfs:Class
building:RoomType
owl:Class
IRI https://w3id.org/rec/building/Auditorium

BackOfficeni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/BackOffice

BankVaultni

Classes(s)
building:RoomType
IRI https://w3id.org/rec/building/BankVault

BarRoomni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/BarRoom

Bathroomni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/Bathroom

Bedroomni

Classes(s)
rdfs:Class
building:RoomType
owl:Class
IRI https://w3id.org/rec/building/Bedroom

BicycleGarageni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/BicycleGarage

Cabinetni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/Cabinet

Cinemani

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/Cinema

Classroomni

Classes(s)
rdfs:Class
building:RoomType
owl:Class
IRI https://w3id.org/rec/building/Classroom

CleaningRoomni

Classes(s)
rdfs:Class
building:RoomType
owl:Class
IRI https://w3id.org/rec/building/CleaningRoom

ClimateControlRoomni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/ClimateControlRoom

CloakRoomni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/CloakRoom

CoffeeRoomni

Classes(s)
rdfs:Class
building:RoomType
owl:Class
IRI https://w3id.org/rec/building/CoffeeRoom

ConferenceRoomni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/ConferenceRoom

ConversationRoomni

Classes(s)
rdfs:Class
building:RoomType
owl:Class
IRI https://w3id.org/rec/building/ConversationRoom

CookingRoomni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/CookingRoom

CopyingRoomni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/CopyingRoom

DataServerRoomni

Classes(s)
rdfs:Class
building:RoomType
owl:Class
IRI https://w3id.org/rec/building/DataServerRoom

DeliRoomni

Classes(s)
building:RoomType
IRI https://w3id.org/rec/building/DeliRoom

DiningRoomni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/DiningRoom

DisabledToiletni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/DisabledToilet
See Also RWC

DishingRoomni

Classes(s)
rdfs:Class
building:RoomType
owl:Class
IRI https://w3id.org/rec/building/DishingRoom

DressingRoomni

Classes(s)
rdfs:Class
building:RoomType
owl:Class
IRI https://w3id.org/rec/building/DressingRoom

EducationalRoomni

Classes(s)
rdfs:Class
building:RoomType
owl:Class
IRI https://w3id.org/rec/building/EducationalRoom

ElectricityRoomni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/ElectricityRoom

ElevatorRoomni

Classes(s)
rdfs:Class
building:RoomType
owl:Class
IRI https://w3id.org/rec/building/ElevatorRoom

ElevatorShaftni

Classes(s)
rdfs:Class
building:RoomType
owl:Class
IRI https://w3id.org/rec/building/ElevatorShaft

Entranceni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/Entrance

ExerciseRoomni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/ExerciseRoom

ExhibitionRoomni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/ExhibitionRoom

FittingRoomni

Classes(s)
rdfs:Class
building:RoomType
owl:Class
IRI https://w3id.org/rec/building/FittingRoom

FoodHandlingRoomni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/FoodHandlingRoom

FoodStorageFreezerRoomni

Classes(s)
building:RoomType
IRI https://w3id.org/rec/building/FoodStorageFreezerRoom

FoodStorageRefrigeratorRoomni

Classes(s)
building:RoomType
IRI https://w3id.org/rec/building/FoodStorageRefrigeratorRoom

FoodStorageRoomni

Classes(s)
building:RoomType
IRI https://w3id.org/rec/building/FoodStorageRoom

Garageni

Classes(s)
rdfs:Class
building:RoomType
owl:Class
IRI https://w3id.org/rec/building/Garage

GroupRoomni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/GroupRoom

Hallwayni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/Hallway

Laboratoryni

Classes(s)
rdfs:Class
building:RoomType
owl:Class
IRI https://w3id.org/rec/building/Laboratory

LaboratoryDryni

Classes(s)
rdfs:Class
building:RoomType
owl:Class
IRI https://w3id.org/rec/building/LaboratoryDry
Description A LaboratoryDry is a laboratory where computational or applied mathematical analyses are done on a computer-generated model to simulate a phenomenon in the physical realm.

LaboratoryWetni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/LaboratoryWet
Description A LaboratoryWet is a type of laboratory where it is necessary to handle various types of chemicals and potential "wet" hazards, so the room has to be carefully designed, constructed, and controlled to avoid spillage and contamination.

LaundryRoomni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/LaundryRoom

Libraryni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/Library

LivingRoomni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/LivingRoom

MainEntranceni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/MainEntrance

Officeni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/Office

OfficeLandscapeni

Classes(s)
rdfs:Class
building:RoomType
owl:Class
IRI https://w3id.org/rec/building/OfficeLandscape

OfficeRoomni

Classes(s)
rdfs:Class
building:RoomType
owl:Class
IRI https://w3id.org/rec/building/OfficeRoom

ParkingSlotColdni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/ParkingSlotCold

ParkingSlotWarmni

Classes(s)
rdfs:Class
building:RoomType
owl:Class
IRI https://w3id.org/rec/building/ParkingSlotWarm

Pentryni

Classes(s)
rdfs:Class
building:RoomType
owl:Class
IRI https://w3id.org/rec/building/Pentry

PersonalHygieneni

Classes(s)
rdfs:Class
building:RoomType
owl:Class
IRI https://w3id.org/rec/building/PersonalHygiene

PhoneBoothni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/PhoneBooth

Receptionni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/Reception

RecordingRoomni

Classes(s)
rdfs:Class
building:RoomType
owl:Class
IRI https://w3id.org/rec/building/RecordingRoom
Description Room for making audio and/or video recordings. A.ka. studio.

RecreationalRoomni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/RecreationalRoom

RestingRoomni

Classes(s)
rdfs:Class
building:RoomType
owl:Class
IRI https://w3id.org/rec/building/RestingRoom

RetailRoomni

Classes(s)
rdfs:Class
building:RoomType
owl:Class
IRI https://w3id.org/rec/building/RetailRoom

Saunani

Classes(s)
rdfs:Class
building:RoomType
owl:Class
IRI https://w3id.org/rec/building/Sauna

ServiceEntranceni

Classes(s)
rdfs:Class
building:RoomType
owl:Class
IRI https://w3id.org/rec/building/ServiceEntrance

ServiceShaftni

Classes(s)
rdfs:Class
building:RoomType
owl:Class
IRI https://w3id.org/rec/building/ServiceShaft

Shelterni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/Shelter

ShelterGasLockni

Classes(s)
rdfs:Class
building:RoomType
owl:Class
IRI https://w3id.org/rec/building/ShelterGasLock

ShelterRoomni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/ShelterRoom

ShowerRoomni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/ShowerRoom

SmallStudyRoomni

Classes(s)
rdfs:Class
building:RoomType
owl:Class
IRI https://w3id.org/rec/building/SmallStudyRoom

StaffRoomni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/StaffRoom
Description Room for staff to take breaks.

Stairwellni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/Stairwell

Storageni

Classes(s)
rdfs:Class
building:RoomType
owl:Class
IRI https://w3id.org/rec/building/Storage

StudyRoomni

Classes(s)
building:RoomType
IRI https://w3id.org/rec/building/StudyRoom

TelecommunicationRoomni

Classes(s)
rdfs:Class
building:RoomType
owl:Class
IRI https://w3id.org/rec/building/TelecommunicationRoom

Theaterni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/Theater

Toiletni

Classes(s)
rdfs:Class
building:RoomType
owl:Class
IRI https://w3id.org/rec/building/Toilet

TreatmentRoomni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/TreatmentRoom
Description For e.g. medical or other treatment or consultation.

TreatmentWaitingRoomni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/TreatmentWaitingRoom

UtilitiesRoomni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/UtilitiesRoom

Vaultni

Classes(s)
building:RoomType
IRI https://w3id.org/rec/building/Vault

WasteManagementRoomni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/WasteManagementRoom
See Also Recycling room

Workshopni

Classes(s)
owl:Class
building:RoomType
rdfs:Class
IRI https://w3id.org/rec/building/Workshop

ActiveEnergyL1ni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/ActiveEnergyL1

ActiveEnergyL2ni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/ActiveEnergyL2

ActiveEnergyL3ni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/ActiveEnergyL3

ActiveEnergyTotalni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/ActiveEnergyTotal

ActivePowerL1ni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/ActivePowerL1

ActivePowerL2ni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/ActivePowerL2

ActivePowerL3ni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/ActivePowerL3

ActivePowerTotalni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/ActivePowerTotal

AgentInteractionni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/AgentInteraction
Description When a human interacts with a system. E.g. pushes a button to turn on/off a light, force ventilation.

AlarmMajorni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/AlarmMajor
Description Danger for property

AlarmMinorni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/AlarmMinor
Description Notifications

AlarmSevereni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/AlarmSevere
Description Danger for life and property

Ampereni

Classes(s)
core:MeasurementUnit
IRI https://w3id.org/rec/core/Ampere
Description Ampere. Current in a circuit.

Angleni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/Angle

Areani

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/Area

Area presenceni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/AreaPresence
Description Number of people counted in a specified area (at the observation time).

Binaryni

IRI https://w3id.org/rec/core/Binary

BooleanDetectionni

Classes(s)
core:MeasurementUnit
IRI https://w3id.org/rec/core/BooleanDetection
Description This measurement unit is used to quantify the detection or lack thereof of a phenomenon, e.g., in a simple IR-sensor that can only detect some presence within its detection range, but is not able to quantify anything more specific about that presence.

COni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/CO

CO2ni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/CO2

Celsiusni

Classes(s)
core:MeasurementUnit
IRI https://w3id.org/rec/core/Celsius
Description Temperature in Celsius degress. Note that correct SI Unit is Kelvin.

CoffeePremisesni

Classes(s)
core:PremisesType
IRI https://w3id.org/rec/core/CoffeePremises

Concentrationni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/Concentration

CosPhini

Classes(s)
core:MeasurementUnit
IRI https://w3id.org/rec/core/CosPhi
Description The angle between two electrical phases.

CubicMeterni

Classes(s)
core:MeasurementUnit
IRI https://w3id.org/rec/core/CubicMeter
Description Volume is the quantity of three-dimensional space enclosed by a closed surface, for example, the space that a substance (solid, liquid, gas, or plasma) or shape occupies or contains. Volume is often quantified numerically using the cubic metre (m3).

Currentni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/Current

CurrentL1ni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/CurrentL1

CurrentL2ni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/CurrentL2

CurrentL3ni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/CurrentL3

Decibelni

Classes(s)
core:MeasurementUnit
IRI https://w3id.org/rec/core/Decibel
Description Sound level

Degreesni

Classes(s)
core:MeasurementUnit
IRI https://w3id.org/rec/core/Degrees

EducationalPremisesni

Classes(s)
core:PremisesType
IRI https://w3id.org/rec/core/EducationalPremises

Efficiencyni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/Efficiency

EnergyTotalni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/EnergyTotal
Description Total energy (not specified as Active or Reactive, used for e.g. district heating).

Fahrenheitni

Classes(s)
core:MeasurementUnit
IRI https://w3id.org/rec/core/Fahrenheit
Description Temperature in Fahrenheit degress.

Flowni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/Flow

Footfallni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/Footfall
Description Number of people crossing a specified line (at the observation time)

GaragePremisesni

Classes(s)
core:PremisesType
IRI https://w3id.org/rec/core/GaragePremises

GlobalIrradianceni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/GlobalIrradiance
See Also https://en.wikipedia.org/wiki/Solar_irradiance

Hertzni

Classes(s)
core:MeasurementUnit
IRI https://w3id.org/rec/core/Hertz
Description One cycle per second.

HotelPremisesni

Classes(s)
core:PremisesType
IRI https://w3id.org/rec/core/HotelPremises

Humidityni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/Humidity
See Also Humidity

Illuminanceni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/Illuminance

Integerni

IRI https://w3id.org/rec/core/Integer

Kelvinni

Classes(s)
core:MeasurementUnit
IRI https://w3id.org/rec/core/Kelvin
Description Temperature in Kelvin degrees

Kilogramni

Classes(s)
core:MeasurementUnit
IRI https://w3id.org/rec/core/Kilogram
Description Mass.

LaboratoryPremisesni

Classes(s)
core:PremisesType
IRI https://w3id.org/rec/core/LaboratoryPremises

Lenghtni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/Lenght

Lengthni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/Length

Levelni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/Level

LightIndustryPremisesni

Classes(s)
core:PremisesType
IRI https://w3id.org/rec/core/LightIndustryPremises

LiterPerSecondni

Classes(s)
core:MeasurementUnit
IRI https://w3id.org/rec/core/LiterPerSecond
Description Flow

Lumenni

Classes(s)
core:MeasurementUnit
IRI https://w3id.org/rec/core/Lumen

Luxni

Classes(s)
core:MeasurementUnit
IRI https://w3id.org/rec/core/Lux
Description Light intensity in a specific area.

Meterni

Classes(s)
core:MeasurementUnit
IRI https://w3id.org/rec/core/Meter
Description Lenght.

MeterPerSecondni

Classes(s)
core:MeasurementUnit
IRI https://w3id.org/rec/core/MeterPerSecond

MillimeterPerHourni

Classes(s)
core:MeasurementUnit
IRI https://w3id.org/rec/core/MillimeterPerHour
Description For measuring Precipation

NumPeopleni

Classes(s)
core:MeasurementUnit
IRI https://w3id.org/rec/core/NumPeople
Description Number of people.

Numberni

IRI https://w3id.org/rec/core/Number

OfficePremisesni

Classes(s)
core:PremisesType
IRI https://w3id.org/rec/core/OfficePremises

PartsPerBillionni

Classes(s)
core:MeasurementUnit
IRI https://w3id.org/rec/core/PartsPerBillion
Description Parts per billion.

PartsPerMillionni

Classes(s)
core:MeasurementUnit
IRI https://w3id.org/rec/core/PartsPerMillion
Description Measurement for concentration

Pascalni

Classes(s)
core:MeasurementUnit
IRI https://w3id.org/rec/core/Pascal
Description The pascal is the SI derived unit of pressure used to quantify internal pressure, stress. It is defined as one newton per square metre.
See Also In Haystack: barometric is described as "Defines the mean atmospheric pressure at sea level measured in millibar or in Hg."

Percentageni

Classes(s)
core:MeasurementUnit
IRI https://w3id.org/rec/core/Percentage

PowerFactorni

Classes(s)
core:MeasurementUnit
IRI https://w3id.org/rec/core/PowerFactor
Description The power factor of an AC electrical power system is defined as the ratio of the real power flowing to the load to the apparent power in the circuit, and is a dimensionless number in the closed interval of −1 to 1.

PowerFactorL1ni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/PowerFactorL1

PowerFactorL2ni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/PowerFactorL2

PowerFactorL3ni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/PowerFactorL3

PowerFrequencyni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/PowerFrequency

Precipationni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/Precipation
Description Measured in MillimeterPerHour

Precipitationni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/Precipitation
Description Measured in MillimeterPerHour

Presenceni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/Presence
Description Presence equivivalent

Pressureni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/Pressure
See Also Tryck

Radiationni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/Radiation

ReactivePowerL1ni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/ReactivePowerL1

ReactivePowerL2ni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/ReactivePowerL2

ReactivePowerL3ni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/ReactivePowerL3

ReactivePowerTotalni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/ReactivePowerTotal

RelativeHumidityni

Classes(s)
core:MeasurementUnit
IRI https://w3id.org/rec/core/RelativeHumidity
Description Relative Humidity. The amount of water vapour present in air expressed as a percentage of the amount needed for saturation at the same temperature.

ResidentialPremisesni

Classes(s)
core:PremisesType
IRI https://w3id.org/rec/core/ResidentialPremises

RestaurantPremisesni

Classes(s)
core:PremisesType
IRI https://w3id.org/rec/core/RestaurantPremises

RetailPremisesni

Classes(s)
core:PremisesType
IRI https://w3id.org/rec/core/RetailPremises

RevoultionsPerMinuteni

Classes(s)
core:MeasurementUnit
IRI https://w3id.org/rec/core/RevolutionsPerMinute

RotationSpeedni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/RotationSpeed

Secondni

Classes(s)
core:MeasurementUnit
IRI https://w3id.org/rec/core/Second
Description The second is 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.

Soundni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/Sound

Speedni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/Speed

SquareMeterni

Classes(s)
core:MeasurementUnit
IRI https://w3id.org/rec/core/SquareMeter
Description Area unit. It is the area of a square whose sides measure exactly one metre.

StoragePremisesni

Classes(s)
core:PremisesType
IRI https://w3id.org/rec/core/StoragePremises

SunshineTimePerHourni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/SunshineTimePerHour

TVOCni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/TVOC

Temperatureni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/Temperature
See Also Temperature

Velocityni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/Velocity

Voltni

Classes(s)
core:MeasurementUnit
IRI https://w3id.org/rec/core/Volt
Description Voltage, electric potential difference, is the difference in electric potential between two points.

Voltageni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/Voltage

VoltageL1ni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/VoltageL1

VoltageL2ni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/VoltageL2

VoltageL3ni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/VoltageL3

Volumeni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/Volume

Waste divertedni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/WasteDiverted
Description Waste that has been sent to, e.g., a landfill.

Waste totalni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/WasteTotal
Description The total amount of waste.

Wattni

Classes(s)
core:MeasurementUnit
IRI https://w3id.org/rec/core/Watt
Description This unit is typically used to express the momentaneous output power of engines and the power of electric motors, tools, machines, and heaters.

WattHourni

Classes(s)
core:MeasurementUnit
IRI https://w3id.org/rec/core/WattHour
Description Enery. Watthour.

WattPerSquareMeterni

Classes(s)
core:QuantityKind
IRI https://w3id.org/rec/core/WattPerSquareMeter
See Also https://www.rapidtables.com/calc/light/how-watt-to-lux.html

1ni

Classes(s)
device:ModbusFunctionCode
IRI https://w3id.org/rec/device/1
Description Read coil

1.yyyni

Classes(s)
device:KNXDataPointType
IRI https://w3id.org/rec/device/1.yyy
Description Boolean, like switching, move up/down, step

15ni

Classes(s)
device:ModbusFunctionCode
IRI https://w3id.org/rec/device/15
Description Write Multiple Coils

16ni

Classes(s)
device:ModbusFunctionCode
IRI https://w3id.org/rec/device/16
Description Write Multiple Holding Registers

1 byteni

IRI https://w3id.org/rec/device/1_byte

2ni

Classes(s)
device:ModbusFunctionCode
IRI https://w3id.org/rec/device/2
Description Read Discrete Input

2 byteni

IRI https://w3id.org/rec/device/2_byte

2 byte BCDni

Classes(s)
device:ModbusDataType
IRI https://w3id.org/rec/device/2_byte_BCD

2 byte signed integerni

Classes(s)
device:ModbusDataType
IRI https://w3id.org/rec/device/2_byte_signed_integer

2 byte signed integer swappedni

Classes(s)
device:ModbusDataType
IRI https://w3id.org/rec/device/2_byte_signed_integer_swapped

2 byte unsigned integerni

Classes(s)
device:ModbusDataType
IRI https://w3id.org/rec/device/2_byte_unsigned_integer

2 byte unsigned integer swappedni

Classes(s)
device:ModbusDataType
IRI https://w3id.org/rec/device/2_byte_unsigned_integer_swapped

3ni

Classes(s)
device:ModbusFunctionCode
IRI https://w3id.org/rec/device/3
Description Read Holding Registers

4ni

Classes(s)
device:ModbusFunctionCode
IRI https://w3id.org/rec/device/4
Description Read Input Registers

4 byte BCDni

Classes(s)
device:ModbusDataType
IRI https://w3id.org/rec/device/4_byte_BCD

4 byte BCD swappedni

Classes(s)
device:ModbusDataType
IRI https://w3id.org/rec/device/4_byte_BCD_swapped

4 byte floatni

Classes(s)
device:ModbusDataType
IRI https://w3id.org/rec/device/4_byte_float

4 byte float BCDni

Classes(s)
device:ModbusDataType
IRI https://w3id.org/rec/device/4_byte_float_BCD

4 byte float swappedni

Classes(s)
device:ModbusDataType
IRI https://w3id.org/rec/device/4_byte_float_swapped

4 byte signed integerni

Classes(s)
device:ModbusDataType
IRI https://w3id.org/rec/device/4_byte_signed_integer

4 byte signed integer swappedni

Classes(s)
device:ModbusDataType
IRI https://w3id.org/rec/device/4_byte_signed_integer_swapped

4 byte signed integer swapped bytes and wordsni

Classes(s)
device:ModbusDataType
IRI https://w3id.org/rec/device/4_byte_signed_integer_swapped_bytes_and_words

4 byte unsigned integerni

Classes(s)
device:ModbusDataType
IRI https://w3id.org/rec/device/4_byte_unsigned_integer

4 byte unsigned integer swappedni

Classes(s)
device:ModbusDataType
IRI https://w3id.org/rec/device/4_byte_unsigned_integer_swapped

4 byte unsigned integer swapped bytes and wordsni

Classes(s)
device:ModbusDataType
IRI https://w3id.org/rec/device/4_byte_unsigned_integer_swapped_bytes_and_words

5ni

Classes(s)
device:ModbusFunctionCode
IRI https://w3id.org/rec/device/5
Description Write Single Coil

6ni

Classes(s)
device:ModbusFunctionCode
IRI https://w3id.org/rec/device/6
Description Write Single Holding Register

8 byte floatni

Classes(s)
device:ModbusDataType
IRI https://w3id.org/rec/device/8_byte_float

8 byte float swappedni

Classes(s)
device:ModbusDataType
IRI https://w3id.org/rec/device/8_byte_float_swapped

8 byte signed integerni

Classes(s)
device:ModbusDataType
IRI https://w3id.org/rec/device/8_byte_signed_integer

8 byte signed integer swappedni

Classes(s)
device:ModbusDataType
IRI https://w3id.org/rec/device/8_byte_signed_integer_swapped

8 byte unsigned integerni

Classes(s)
device:ModbusDataType
IRI https://w3id.org/rec/device/8_byte_unsigned_integer

8 byte unsigned integer swappedni

Classes(s)
device:ModbusDataType
IRI https://w3id.org/rec/device/8_byte_unsigned_integer_swapped

AirDiffuserni

Classes(s)
device:DeviceFunctionType
IRI https://w3id.org/rec/device/AirDiffuser

AirHandlingUnitni

Classes(s)
device:DeviceFunctionType
IRI https://w3id.org/rec/device/AirHandlingUnit

BACnetni

Classes(s)
device:CommunicationsBus
IRI https://w3id.org/rec/device/BACnet

Batteryni

Classes(s)
device:PowerSource
IRI https://w3id.org/rec/device/Battery

Boilerni

Classes(s)
device:DeviceFunctionType
IRI https://w3id.org/rec/device/Boiler

Chillerni

Classes(s)
device:DeviceFunctionType
IRI https://w3id.org/rec/device/Chiller

CirculationAirni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/CirculationAir

Coilni

Classes(s)
device:DeviceFunctionType
IRI https://w3id.org/rec/device/Coil

ColdWaterFlowni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/ColdWaterFlow

ColdWaterReturnni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/ColdWaterReturn

CommunicationBusPowerSourceni

Classes(s)
device:PowerSource
IRI https://w3id.org/rec/device/CommunicationBusPowerSource

Compressorni

Classes(s)
device:DeviceFunctionType
IRI https://w3id.org/rec/device/Compressor

Condenserni

Classes(s)
device:DeviceFunctionType
IRI https://w3id.org/rec/device/Condenser

Controlni

Classes(s)
device:DeviceFunctionType
IRI https://w3id.org/rec/device/Control
Description Device that controls Actuators (can also collect data).

Damperni

Classes(s)
device:DeviceFunctionType
IRI https://w3id.org/rec/device/Damper

DataAcquisitionni

Classes(s)
device:DeviceFunctionType
IRI https://w3id.org/rec/device/DataAcquisition
Description Device that collects data

DataCommunicationGatewayni

Classes(s)
device:DeviceFunctionType
IRI https://w3id.org/rec/device/DataCommunicationGateway
Description Device that acts as a broker (could be a switch or gateway)

DirectionInwardni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/DirectionInward
Description The inward direction of an observation for e.g. Presence (Footfall) - to be able to differentiate between directions.

DirectionOutwardni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/DirectionOutward
Description The outward direction of an observation for e.g. Presence (Footfall) - to be able to differentiate between directions.

DistrictCoolingFlowni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/DistrictCoolingFlow

DistrictCoolingReturnni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/DistrictCoolingReturn

DistrictHeatingFlowni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/DistrictHeatingFlow

DistrictHeatingReturnni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/DistrictHeatingReturn

ElectricalGridEVni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/ElectricalGridEV
Description Electric intake for Electrical vehicle.

ElectricalGridIntakeni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/ElectricalGridIntake

ElectricalGridInternalni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/ElectricalGridInternal

ElectricalGridLocalProductionni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/ElectricalGridLocalProduction

ElectricalGridTenantni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/ElectricalGridTenant

Elevatorni

Classes(s)
device:DeviceFunctionType
IRI https://w3id.org/rec/device/Elevator

Escalatorni

Classes(s)
device:DeviceFunctionType
IRI https://w3id.org/rec/device/Escalator

ExhaustAirni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/ExhaustAir

ExtractAirni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/ExtractAir

Fanni

Classes(s)
device:DeviceFunctionType
IRI https://w3id.org/rec/device/Fan

Filterni

Classes(s)
device:DeviceFunctionType
IRI https://w3id.org/rec/device/Filter

Fixed length stringni

Classes(s)
device:ModbusDataType
IRI https://w3id.org/rec/device/Fixed_length_string

HeatRecoveryni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/HeatRecovery
Description Heat recovery within, e.g., a heat exchanger.

Heaterni

Classes(s)
device:DeviceFunctionType
IRI https://w3id.org/rec/device/Heater

HotWaterFlowni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/HotWaterFlow

HotWaterReturnni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/HotWaterReturn

Hwrcni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/Hwrc

IPni

Classes(s)
device:CommunicationsBus
IRI https://w3id.org/rec/device/IP

IndoorAirni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/IndoorAir

KNXni

Classes(s)
device:CommunicationsBus
IRI https://w3id.org/rec/device/KNX

LoRani

Classes(s)
device:CommunicationsBus
IRI https://w3id.org/rec/device/LoRa

MBusni

Classes(s)
device:CommunicationsBus
IRI https://w3id.org/rec/device/MBus

ModbusRTUni

Classes(s)
device:CommunicationsBus
IRI https://w3id.org/rec/device/ModbusRTU

ModbusTCPni

Classes(s)
device:CommunicationsBus
IRI https://w3id.org/rec/device/ModbusTCP

OPC-DAni

Classes(s)
device:CommunicationsBus
IRI https://w3id.org/rec/device/OPC-DA

OPC-UAni

Classes(s)
device:CommunicationsBus
IRI https://w3id.org/rec/device/OPC-UA

OutdoorAirni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/OutdoorAir

PrimaryCoolingFlowni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/PrimaryCoolingFlow

PrimaryCoolingReturnni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/PrimaryCoolingReturn

PrimaryHeatingFlowni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/PrimaryHeatingFlow

PrimaryHeatingReturnni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/PrimaryHeatingReturn

Pumpni

Classes(s)
device:DeviceFunctionType
IRI https://w3id.org/rec/device/Pump

RecyclingEnergyFlowni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/RecyclingEnergyFlow

RecyclingEnergyReturnni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/RecyclingEnergyReturn

SecondaryCoolingFlowni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/SecondaryCoolingFlow

SecondaryCoolingReturnni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/SecondaryCoolingReturn

SecondaryHeatingFlowni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/SecondaryHeatingFlow

SecondaryHeatingReturnni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/SecondaryHeatingReturn

SteamFlowni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/SteamFlow

SteamReturnni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/SteamReturn

SupplyAirni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/SupplyAir

Thermostatni

Classes(s)
device:DeviceFunctionType
IRI https://w3id.org/rec/device/Thermostat

Valveni

Classes(s)
device:DeviceFunctionType
IRI https://w3id.org/rec/device/Valve

Variable length stringni

Classes(s)
device:ModbusDataType
IRI https://w3id.org/rec/device/Variable_length_string

WasteWaterni

Classes(s)
device:PlacementContext
IRI https://w3id.org/rec/device/WasteWater

BrightnessPercentageni

Classes(s)
ns1:IntSchema
IRI https://w3id.org/rec/example/BrightnessPercentage

HueBulbBrightnessInterfaceni

Classes(s)
actuation:ActuationInterface
IRI https://w3id.org/rec/example/HueBulbBrightnessInterface

HueBulbLightColorInterfaceni

Classes(s)
actuation:ActuationInterface
IRI https://w3id.org/rec/example/HueBulbLightColorInterface

HueKitchenLightni

Classes(s)
device:Actuator
IRI https://w3id.org/rec/example/HueKitchenLight

HueMotionSensor1ni

Classes(s)
core:Device
IRI https://w3id.org/rec/example/HueMotionSensor1

HueMotionSensor1_LightMeterni

Classes(s)
core:Sensor
IRI https://w3id.org/rec/example/HueMotionSensor1_LightMeter

HueMotionSensor1_MotionDetectorni

Classes(s)
core:Sensor
IRI https://w3id.org/rec/example/HueMotionSensor1_MotionDetector

HueMotionSensor1_Thermometerni

Classes(s)
core:Sensor
IRI https://w3id.org/rec/example/HueMotionSensor1_Thermometer

HueMotionSensorLightMeterInterfaceni

Classes(s)
device:SensorInterface
IRI https://w3id.org/rec/example/HueMotionSensorLightMeterInterface

HueMotionSensorMotionDetectorInterfaceni

Classes(s)
device:SensorInterface
IRI https://w3id.org/rec/example/HueMotionSensorMotionDetectorInterface

HueMotionSensorThermometerInterfaceni

Classes(s)
device:SensorInterface
IRI https://w3id.org/rec/example/HueMotionSensorThermometerInterface

LightColorKelvinni

Classes(s)
ns1:IntSchema
IRI https://w3id.org/rec/example/LightColorKelvin

LuxAsIntegerni

Classes(s)
ns1:IntSchema
IRI https://w3id.org/rec/example/LuxAsInteger

MotionAsBooleanni

Classes(s)
ns1:BooleanSchema
IRI https://w3id.org/rec/example/MotionAsBoolean

TemperatureAsFloatni

Classes(s)
ns1:FloatSchema
IRI https://w3id.org/rec/example/TemperatureAsFloat

Ulvsnaes2ni

Classes(s)
core:RealEstate
IRI https://w3id.org/rec/example/Ulvsnaes2

Ulvsnaes2_Garageni

Classes(s)
core:Building
IRI https://w3id.org/rec/example/Ulvsnaes2_Garage

Ulvsnaes2_MainHouseni

Classes(s)
core:Building
IRI https://w3id.org/rec/example/Ulvsnaes2_MainHouse

Ulvsnaes2_MainHouse_BlueBedroomni

Classes(s)
core:Room
IRI https://w3id.org/rec/example/Ulvsnaes2_MainHouse_BlueBedroom

Ulvsnaes2_MainHouse_DiningRoomni

Classes(s)
core:Room
IRI https://w3id.org/rec/example/Ulvsnaes2_MainHouse_DiningRoom

Ulvsnaes2_MainHouse_Entranceni

Classes(s)
core:Room
IRI https://w3id.org/rec/example/Ulvsnaes2_MainHouse_Entrance

Ulvsnaes2_MainHouse_GroundFloorni

Classes(s)
building:Storey
IRI https://w3id.org/rec/example/Ulvsnaes2_MainHouse_GroundFloor

Ulvsnaes2_MainHouse_Kitchenni

Classes(s)
core:Room
IRI https://w3id.org/rec/example/Ulvsnaes2_MainHouse_Kitchen

Ulvsnaes2_MainHouse_Officeni

Classes(s)
core:Room
IRI https://w3id.org/rec/example/Ulvsnaes2_MainHouse_Office

Ulvsnaes2_MainHouse_SecondFloorni

Classes(s)
building:Storey
IRI https://w3id.org/rec/example/Ulvsnaes2_MainHouse_SecondFloor

Ulvsnaes2_StorageBuildingni

Classes(s)
core:Building
IRI https://w3id.org/rec/example/Ulvsnaes2_StorageBuilding

CoffeePremisesni

Classes(s)
rdfs:Class
https://w3id.org/rec/lease/PremisesType
owl:Class
IRI https://w3id.org/rec/lease/CoffeePremises

EducationalPremisesni

Classes(s)
rdfs:Class
https://w3id.org/rec/lease/PremisesType
owl:Class
IRI https://w3id.org/rec/lease/EducationalPremises

GaragePremisesni

Classes(s)
rdfs:Class
https://w3id.org/rec/lease/PremisesType
owl:Class
IRI https://w3id.org/rec/lease/GaragePremises

HotelPremisesni

Classes(s)
rdfs:Class
https://w3id.org/rec/lease/PremisesType
owl:Class
IRI https://w3id.org/rec/lease/HotelPremises

LaboratoryPremisesni

Classes(s)
rdfs:Class
https://w3id.org/rec/lease/PremisesType
owl:Class
IRI https://w3id.org/rec/lease/LaboratoryPremises

LightIndustryPremisesni

Classes(s)
owl:Class
https://w3id.org/rec/lease/PremisesType
rdfs:Class
IRI https://w3id.org/rec/lease/LightIndustryPremises

OfficePremisesni

Classes(s)
owl:Class
https://w3id.org/rec/lease/PremisesType
rdfs:Class
IRI https://w3id.org/rec/lease/OfficePremises

ResidentialPremisesni

Classes(s)
owl:Class
https://w3id.org/rec/lease/PremisesType
rdfs:Class
IRI https://w3id.org/rec/lease/ResidentialPremises

RestaurantPremisesni

Classes(s)
rdfs:Class
https://w3id.org/rec/lease/PremisesType
owl:Class
IRI https://w3id.org/rec/lease/RestaurantPremises

RetailPremisesni

Classes(s)
owl:Class
https://w3id.org/rec/lease/PremisesType
rdfs:Class
IRI https://w3id.org/rec/lease/RetailPremises

StoragePremisesni

Classes(s)
rdfs:Class
https://w3id.org/rec/lease/PremisesType
owl:Class
IRI https://w3id.org/rec/lease/StoragePremises

Namespaces

actuation
https://w3id.org/rec/actuation/
building
https://w3id.org/rec/building/
cc
http://creativecommons.org/ns#
core
https://w3id.org/rec/core/
dc
http://purl.org/dc/elements/1.1/
dcterms
http://purl.org/dc/terms/
device
https://w3id.org/rec/device/
ns1
https://w3id.org/rec/dataschemas/
o2o
https://karlhammar.com/owl2oas/o2o.owl#
owl
http://www.w3.org/2002/07/owl#
prov
http://www.w3.org/ns/prov#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
sdo
https://schema.org/
skos
http://www.w3.org/2004/02/skos/core#
vann
http://purl.org/vocab/vann/
xml
http://www.w3.org/XML/1998/namespace
xsd
http://www.w3.org/2001/XMLSchema#

Legend

cClasses
opObject Properties
fpFunctional Properties
dpData Properties
dpAnnotation Properties
pProperties
niNamed Individuals