https://w3id.org/rec/full/
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:
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
IRI | https://w3id.org/rec/building/Atrium |
---|---|
Super-classes |
core:Roomc |
IRI | https://w3id.org/rec/building/Auditorium |
---|---|
Super-classes |
core:Roomc |
IRI | https://w3id.org/rec/building/BackOffice |
---|---|
Super-classes |
core:Roomc |
IRI | https://w3id.org/rec/building/Balcony |
---|---|
Super-classes |
core:BuildingComponentc |
IRI | https://w3id.org/rec/building/BarRoom |
---|---|
Super-classes |
building:FoodHandlingRoomc |
IRI | https://w3id.org/rec/building/Bathroom |
---|---|
Super-classes |
core:Roomc |
IRI | https://w3id.org/rec/building/Bedroom |
---|---|
Super-classes |
core:Roomc |
IRI | https://w3id.org/rec/building/BicycleGarage |
---|---|
Super-classes |
building:Garagec |
IRI | https://w3id.org/rec/building/Cabinet |
---|---|
Super-classes |
building:UtilitiesRoomc |
IRI | https://w3id.org/rec/building/Cinema |
---|---|
Super-classes |
core:Roomc |
IRI | https://w3id.org/rec/building/Classroom |
---|---|
Super-classes |
building:EducationalRoomc |
IRI | https://w3id.org/rec/building/CleaningRoom |
---|---|
Super-classes |
core:Roomc |
IRI | https://w3id.org/rec/building/ClimateControlRoom |
---|---|
Super-classes |
building:UtilitiesRoomc |
IRI | https://w3id.org/rec/building/CloakRoom |
---|---|
Super-classes |
core:Roomc |
IRI | https://w3id.org/rec/building/CoffeeRoom |
---|---|
Super-classes |
building:FoodHandlingRoomc |
IRI | https://w3id.org/rec/building/ConferenceRoom |
---|---|
Super-classes |
core:Roomc |
IRI | https://w3id.org/rec/building/ConversationRoom |
---|---|
Super-classes |
core:Roomc |
IRI | https://w3id.org/rec/building/CookingRoom |
---|---|
Super-classes |
building:FoodHandlingRoomc |
IRI | https://w3id.org/rec/building/CopyingRoom |
---|---|
Super-classes |
core:Roomc |
IRI | https://w3id.org/rec/building/DataServerRoom |
---|---|
Super-classes |
building:UtilitiesRoomc |
IRI | https://w3id.org/rec/building/DiningRoom |
---|---|
Super-classes |
building:FoodHandlingRoomc |
IRI | https://w3id.org/rec/building/DisabledToilet |
---|---|
Super-classes |
building:PersonalHygienec |
IRI | https://w3id.org/rec/building/DishingRoom |
---|---|
Super-classes |
building:FoodHandlingRoomc |
IRI | https://w3id.org/rec/building/DressingRoom |
---|---|
Super-classes |
core:Roomc |
IRI | https://w3id.org/rec/building/EducationalRoom |
---|---|
Super-classes |
core:Roomc |
Sub-classes |
building:Classroomc building:GroupRoomc building:SmallStudyRoomc |
IRI | https://w3id.org/rec/building/ElectricityRoom |
---|---|
Super-classes |
building:UtilitiesRoomc |
IRI | https://w3id.org/rec/building/ElevatorRoom |
---|---|
Super-classes |
core:Roomc |
IRI | https://w3id.org/rec/building/ElevatorShaft |
---|---|
Super-classes |
core:Roomc |
IRI | https://w3id.org/rec/building/Entrance |
---|---|
Super-classes |
core:Roomc |
Sub-classes |
building:ServiceEntrancec building:MainEntrancec |
IRI | https://w3id.org/rec/building/ExerciseRoom |
---|---|
Super-classes |
core:Roomc |
IRI | https://w3id.org/rec/building/ExhibitionRoom |
---|---|
Super-classes |
core:Roomc |
IRI | https://w3id.org/rec/building/Facade |
---|---|
Super-classes |
core:BuildingComponentc |
IRI | https://w3id.org/rec/building/FittingRoom |
---|---|
Super-classes |
building:RetailRoomc |
IRI | https://w3id.org/rec/building/Floor |
---|---|
Super-classes |
core:BuildingComponentc |
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 |
IRI | https://w3id.org/rec/building/Garage |
---|---|
Super-classes |
core:Roomc |
Sub-classes |
building:ParkingSlotWarmc building:BicycleGaragec building:ParkingSlotColdc |
IRI | https://w3id.org/rec/building/GroupRoom |
---|---|
Super-classes |
building:EducationalRoomc |
IRI | https://w3id.org/rec/building/Hallway |
---|---|
Super-classes |
core:Roomc |
IRI | https://w3id.org/rec/building/Laboratory |
---|---|
Super-classes |
core:Roomc |
Sub-classes |
building:LaboratoryDryc building:LaboratoryWetc |
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 |
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 |
IRI | https://w3id.org/rec/building/LaundryRoom |
---|---|
Super-classes |
core:Roomc |
IRI | https://w3id.org/rec/building/Library |
---|---|
Super-classes |
core:Roomc |
IRI | https://w3id.org/rec/building/LivingRoom |
---|---|
Super-classes |
core:Roomc |
IRI | https://w3id.org/rec/building/MainEntrance |
---|---|
Super-classes |
building:Entrancec |
IRI | https://w3id.org/rec/building/Office |
---|---|
Super-classes |
core:Roomc |
Sub-classes |
building:OfficeRoomc building:PhoneBoothc building:OfficeLandscapec |
IRI | https://w3id.org/rec/building/OfficeLandscape |
---|---|
Super-classes |
building:Officec |
IRI | https://w3id.org/rec/building/OfficeRoom |
---|---|
Super-classes |
building:Officec |
IRI | https://w3id.org/rec/building/ParkingSlotCold |
---|---|
Super-classes |
building:Garagec |
IRI | https://w3id.org/rec/building/ParkingSlotWarm |
---|---|
Super-classes |
building:Garagec |
IRI | https://w3id.org/rec/building/Pentry |
---|---|
Super-classes |
building:FoodHandlingRoomc |
IRI | https://w3id.org/rec/building/PersonalHygiene |
---|---|
Super-classes |
core:Roomc |
Sub-classes |
building:Toiletc building:Saunac building:DisabledToiletc building:ShowerRoomc |
IRI | https://w3id.org/rec/building/PhoneBooth |
---|---|
Super-classes |
building:Officec |
IRI | https://w3id.org/rec/building/Reception |
---|---|
Super-classes |
core:Roomc |
IRI | https://w3id.org/rec/building/RecordingRoom |
---|---|
Description |
Room for making audio and/or video recordings. A.ka. studio. |
Super-classes |
core:Roomc |
IRI | https://w3id.org/rec/building/RecreationalRoom |
---|---|
Super-classes |
core:Roomc |
IRI | https://w3id.org/rec/building/RestingRoom |
---|---|
Super-classes |
core:Roomc |
IRI | https://w3id.org/rec/building/RetailRoom |
---|---|
Super-classes |
core:Roomc |
Sub-classes |
building:FittingRoomc |
IRI | https://w3id.org/rec/building/RoofInner |
---|---|
Super-classes |
core:BuildingComponentc |
IRI | https://w3id.org/rec/building/RoofOuter |
---|---|
Super-classes |
core:BuildingComponentc |
IRI | https://w3id.org/rec/building/RoomType |
---|---|
Super-classes |
core:Typec |
In range of |
building:roomTypeop |
IRI | https://w3id.org/rec/building/Sauna |
---|---|
Super-classes |
building:PersonalHygienec |
IRI | https://w3id.org/rec/building/ServiceEntrance |
---|---|
Super-classes |
building:Entrancec |
IRI | https://w3id.org/rec/building/ServiceShaft |
---|---|
Super-classes |
core:Roomc |
IRI | https://w3id.org/rec/building/Shelter |
---|---|
Super-classes |
core:Roomc |
Sub-classes |
building:ShelterGasLockc building:ShelterRoomc |
IRI | https://w3id.org/rec/building/ShelterGasLock |
---|---|
Super-classes |
building:Shelterc |
IRI | https://w3id.org/rec/building/ShelterRoom |
---|---|
Super-classes |
building:Shelterc |
IRI | https://w3id.org/rec/building/ShowerRoom |
---|---|
Super-classes |
building:PersonalHygienec |
IRI | https://w3id.org/rec/building/Slab |
---|---|
Super-classes |
core:BuildingComponentc |
IRI | https://w3id.org/rec/building/SmallStudyRoom |
---|---|
Super-classes |
building:EducationalRoomc |
IRI | https://w3id.org/rec/building/StaffRoom |
---|---|
Description |
Room for staff to take breaks. |
Super-classes |
core:Roomc |
IRI | https://w3id.org/rec/building/Stairwell |
---|---|
Super-classes |
core:Roomc |
IRI | https://w3id.org/rec/building/Storage |
---|---|
Super-classes |
core:Roomc |
IRI | https://w3id.org/rec/building/Storey |
---|---|
Description |
The level of storey, a.k.a. floorplan |
Super-classes |
core:BuildingComponentc |
IRI | https://w3id.org/rec/building/StoreyLevel |
---|---|
Description |
The level of storey, a.k.a. floorplan |
Super-classes |
core:BuildingComponentc |
IRI | https://w3id.org/rec/building/TelecommunicationRoom |
---|---|
Super-classes |
building:UtilitiesRoomc |
IRI | https://w3id.org/rec/building/Terrace |
---|---|
Super-classes |
core:BuildingComponentc |
IRI | https://w3id.org/rec/building/Theater |
---|---|
Super-classes |
core:Roomc |
IRI | https://w3id.org/rec/building/Toilet |
---|---|
Super-classes |
building:PersonalHygienec |
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 |
IRI | https://w3id.org/rec/building/TreatmentWaitingRoom |
---|---|
Super-classes |
building:TreatmentRoomc |
IRI | https://w3id.org/rec/building/UtilitiesRoom |
---|---|
Super-classes |
core:Roomc |
Sub-classes |
building:ElectricityRoomc building:Cabinetc building:ClimateControlRoomc building:DataServerRoomc building:TelecommunicationRoomc |
IRI | https://w3id.org/rec/building/VirtualBuilding |
---|---|
Description |
A non-physical Building. Belongs to a RealEstate. |
Super-classes |
core:Buildingc |
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 |
IRI | https://w3id.org/rec/building/Wall |
---|---|
Super-classes |
core:BuildingComponentc |
Sub-classes |
building:WallInnerc |
IRI | https://w3id.org/rec/building/WallInner |
---|---|
Super-classes |
building:Wallc |
IRI | https://w3id.org/rec/building/WasteManagementRoom |
---|---|
Super-classes |
core:Roomc |
IRI | https://w3id.org/rec/building/Workshop |
---|---|
Super-classes |
core:Roomc |
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 |
IRI | https://w3id.org/rec/core/Apartment |
---|---|
Super-classes |
core:Collectionc |
Restrictions |
core:hasMemberop only core:Roomc |
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 |
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 |
IRI | https://w3id.org/rec/core/Collection |
---|---|
Sub-classes |
core:Premisesc core:Apartmentc |
In domain of |
core:hasMemberop |
In range of |
core:isMemberOfop |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
IRI | https://w3id.org/rec/core/PremisesType |
---|---|
Super-classes |
core:Typec |
In range of |
core:premisesTypeop |
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 |
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 |
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 |
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 |
IRI | https://w3id.org/rec/core/Service |
---|---|
Restrictions |
core:dataSchemaop exactly 1 core:DataSchemac |
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 |
IRI | https://w3id.org/rec/core/Type |
---|---|
Sub-classes |
building:RoomTypec device:DeviceFunctionTypec core:PremisesTypec |
In range of |
core:hasTypeop |
IRI | https://w3id.org/rec/dataschemas/ArraySchema |
---|---|
Super-classes |
core:DataSchemac |
Restrictions |
ns1:elementSchemaop some ns1:PrimitiveSchemac |
In domain of |
ns1:elementSchemaop |
IRI | https://w3id.org/rec/dataschemas/BooleanSchema |
---|---|
Super-classes |
ns1:PrimitiveSchemac |
Restrictions |
ns1:enumerationValuesdp only xsd:booleanc |
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 |
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 |
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 |
IRI | https://w3id.org/rec/dataschemas/ObjectSchema |
---|---|
Super-classes |
core:DataSchemac |
Restrictions |
ns1:objectFieldsop some ns1:PrimitiveSchemac |
In domain of |
ns1:objectFieldsop |
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 |
IRI | https://w3id.org/rec/dataschemas/StringSchema |
---|---|
Super-classes |
ns1:PrimitiveSchemac |
Restrictions |
ns1:enumerationValuesdp only xsd:stringc |
In domain of |
ns1:regExdp |
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 |
IRI | https://w3id.org/rec/device/ActuationInterface |
---|---|
Description |
A description of what kind of input the Actuator accepts. |
In range of |
device:hasActuationInterfaceop |
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 |
IRI | https://w3id.org/rec/device/BACnetConfiguration |
---|---|
Description |
Specific classes and properties to be extended in upcoming version. |
Super-classes |
device:CommunicationConfigurationc |
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 |
IRI | https://w3id.org/rec/device/CommunicationsBus |
---|---|
Description |
Type of communications bus for the Device. |
In range of |
device:hasCommunicationsBusop |
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 |
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 |
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 |
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 |
IRI | https://w3id.org/rec/device/KNXDataPointType |
---|---|
Super-classes |
device:KNXConfigurationc |
In range of |
device:hasKNXDataPointTypeop |
IRI | https://w3id.org/rec/device/LoRaConfiguration |
---|---|
Description |
Specific classes and properties to be extended in upcoming version. |
Super-classes |
device:CommunicationConfigurationc |
IRI | https://w3id.org/rec/device/MBusConfiguration |
---|---|
Description |
Specific classes and properties to be extended in upcoming version. |
Super-classes |
device:CommunicationConfigurationc |
IRI | https://w3id.org/rec/device/ModbusConfiguration |
---|---|
Super-classes |
device:CommunicationConfigurationc |
Sub-classes |
device:ModbusFunctionCodec device:ModbusDataTypec |
IRI | https://w3id.org/rec/device/ModbusDataType |
---|---|
Super-classes |
device:ModbusConfigurationc |
In range of |
device:hasModbusDataTypeop |
IRI | https://w3id.org/rec/device/ModbusFunctionCode |
---|---|
Super-classes |
device:ModbusConfigurationc |
In range of |
device:hasModbusFunctionCodeop |
IRI | https://w3id.org/rec/device/ModbusRTUConfiguration |
---|---|
Description |
Specific classes and properties to be extended in upcoming version. |
Super-classes |
device:CommunicationConfigurationc |
IRI | https://w3id.org/rec/device/ModbusTCPConfiguration |
---|---|
Description |
Specific classes and properties to be extended in upcoming version. |
Super-classes |
device:CommunicationConfigurationc |
IRI | https://w3id.org/rec/device/OPC-DAConfiguration |
---|---|
Description |
Specific classes and properties to be extended in upcoming version. |
Super-classes |
device:CommunicationConfigurationc |
IRI | https://w3id.org/rec/device/OPC-UAConfiguration |
---|---|
Description |
Specific classes and properties to be extended in upcoming version. |
Super-classes |
device:CommunicationConfigurationc |
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 |
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 |
IRI | https://w3id.org/rec/device/PowerSource |
---|---|
Description |
The power source for the device. |
Super-classes |
core:Devicec |
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 |
IRI | https://w3id.org/rec/device/SensorInterface |
---|---|
Super-classes |
core:Softwarec |
Restrictions |
core:dataSchemaop exactly 1 core:DataSchemac |
In range of |
device:sensorInterfaceop |
IRI | https://w3id.org/rec/lease/CoffeePremises |
---|---|
Super-classes |
https://w3id.org/rec/lease/Premisesc |
IRI | https://w3id.org/rec/lease/EducationalPremises |
---|---|
Super-classes |
https://w3id.org/rec/lease/Premisesc |
IRI | https://w3id.org/rec/lease/GaragePremises |
---|---|
Super-classes |
https://w3id.org/rec/lease/Premisesc |
IRI | https://w3id.org/rec/lease/HotelPremises |
---|---|
Super-classes |
https://w3id.org/rec/lease/Premisesc |
IRI | https://w3id.org/rec/lease/LaboratoryPremises |
---|---|
Super-classes |
https://w3id.org/rec/lease/Premisesc |
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 |
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 |
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 |
IRI | https://w3id.org/rec/lease/LightIndustryPremises |
---|---|
Super-classes |
https://w3id.org/rec/lease/Premisesc |
IRI | https://w3id.org/rec/lease/OfficePremises |
---|---|
Super-classes |
https://w3id.org/rec/lease/Premisesc |
IRI | https://w3id.org/rec/lease/PremisesType |
---|---|
In range of |
https://w3id.org/rec/lease/premisesTypeop |
IRI | https://w3id.org/rec/lease/ResidentialPremises |
---|---|
Super-classes |
https://w3id.org/rec/lease/Premisesc |
IRI | https://w3id.org/rec/lease/RestaurantPremises |
---|---|
Super-classes |
https://w3id.org/rec/lease/Premisesc |
IRI | https://w3id.org/rec/lease/RetailPremises |
---|---|
Super-classes |
https://w3id.org/rec/lease/Premisesc |
IRI | https://w3id.org/rec/lease/StoragePremises |
---|---|
Super-classes |
https://w3id.org/rec/lease/Premisesc |
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 |
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 |
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 |
IRI | https://w3id.org/rec/actuation/generatedCommand |
---|---|
Inverse properties | actuation:wasGeneratedFromRequestop |
Domain(s) | actuation:ActuationRequestc |
Range(s) | actuation:ActuationCommandc |
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 |
IRI | https://w3id.org/rec/actuation/hasActuationInterface |
---|---|
Inverse properties | actuation:isActuationInterfaceOfop |
Domain(s) | device:Actuatorc |
Range(s) | actuation:ActuationInterfacec |
IRI | https://w3id.org/rec/actuation/hasCommandResponse |
---|---|
Inverse properties | actuation:responseToCommandop |
Domain(s) | actuation:ActuationCommandc |
Range(s) | actuation:ActuationCommandResponsec |
IRI | https://w3id.org/rec/actuation/hasDefaultActuationInterface |
---|---|
Super-properties | actuation:hasActuationInterfaceop |
Inverse properties | actuation:isDefaultActuationInterfaceOfop |
Domain(s) | device:Actuatorc |
Range(s) | actuation:ActuationInterfacec |
IRI | https://w3id.org/rec/actuation/hasRequestResponse |
---|---|
Inverse properties | actuation:responseToRequestop |
Domain(s) | actuation:ActuationRequestc |
Range(s) | actuation:ActuationRequestResponsec |
IRI | https://w3id.org/rec/actuation/isActuationInterfaceOf |
---|---|
Domain(s) | actuation:ActuationInterfacec |
Range(s) | device:Actuatorc |
IRI | https://w3id.org/rec/actuation/isDefaultActuationInterfaceOf |
---|---|
Super-properties | actuation:isActuationInterfaceOfop |
Domain(s) | actuation:ActuationInterfacec |
Range(s) | device:Actuatorc |
IRI | https://w3id.org/rec/actuation/payloadKeyValueDefinition |
---|---|
Description | Deprecated in favour of core:dataSchema. |
Domain(s) | actuation:ActuationInterfacec |
Range(s) | actuation:KeyValueDefinitionc |
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 |
IRI | https://w3id.org/rec/actuation/responseCode |
---|---|
Domain(s) | actuation:ActuationCommandResponsec |
Range(s) | actuation:ResponseCodec |
IRI | https://w3id.org/rec/actuation/responseToCommand |
---|---|
Domain(s) | actuation:ActuationCommandResponsec |
Range(s) | actuation:ActuationCommandc |
IRI | https://w3id.org/rec/actuation/responseToRequest |
---|---|
Domain(s) | actuation:ActuationRequestResponsec |
Range(s) | actuation:ActuationRequestc |
IRI | https://w3id.org/rec/actuation/targetActuator |
---|---|
Range(s) | device:Actuatorc |
IRI | https://w3id.org/rec/actuation/targetInterface |
---|---|
Domain(s) | actuation:ActuationRequestc |
Range(s) | actuation:ActuationInterfacec |
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 |
IRI | https://w3id.org/rec/actuation/wasGeneratedFromRequest |
---|---|
Domain(s) | actuation:ActuationCommandc |
Range(s) | actuation:ActuationRequestc |
IRI | https://w3id.org/rec/agents/account |
---|---|
Description | An online account that an Agent holds. |
Domain(s) | core:Agentc |
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 |
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 |
IRI | https://w3id.org/rec/agents/logo |
---|---|
Description | Links an Organization to an image/logo that represents them. |
Domain(s) | https://w3id.org/rec/agents/Organizationc |
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 |
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 |
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 |
IRI | https://w3id.org/rec/building/roomType |
---|---|
Super-properties | core:hasTypeop |
Domain(s) | core:Roomc |
Range(s) | building:RoomTypec |
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 |
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 |
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 |
IRI | https://w3id.org/rec/core/dataSchema |
---|---|
Range(s) | core:DataSchemac |
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 |
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 |
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 |
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 |
IRI | https://w3id.org/rec/core/generatedObservation |
---|---|
Super-properties | core:associatedWithEventop |
Inverse properties | core:observationGeneratedByop |
Domain(s) | core:Sensorc |
Range(s) | core:Observationc |
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 |
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 |
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 |
IRI | https://w3id.org/rec/core/hasMember |
---|---|
Description | has member |
Super-properties | core:hasPartop |
Inverse properties | core:isMemberOfop |
Domain(s) | core:Collectionc |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
IRI | https://w3id.org/rec/core/isMemberOf |
---|---|
Super-properties | core:isPartOfop |
Range(s) | core:Collectionc |
IRI | https://w3id.org/rec/core/isMountedIn |
---|---|
Description | Property describing where a Device is mounted. |
Super-properties | core:isPartOfop |
Domain(s) | core:Devicec |
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 |
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. |
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 |
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 |
IRI | https://w3id.org/rec/core/observationGeneratedBy |
---|---|
Super-properties | core:associatedWithDeviceop |
Domain(s) | core:Observationc |
Range(s) | core:Sensorc |
IRI | https://w3id.org/rec/core/premisesType |
---|---|
Super-properties | core:hasTypeop |
Domain(s) | core:Premisesc |
Range(s) | core:PremisesTypec |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
IRI | https://w3id.org/rec/dataschemas/objectFields |
---|---|
Description | Defines the individual object fields on this schema. |
Domain(s) | ns1:ObjectSchemac |
Range(s) | ns1:PrimitiveSchemac |
IRI | https://w3id.org/rec/device/actuationExecutedBy |
---|---|
Super-properties | core:associatedWithDeviceop |
Inverse properties | device:executesActuationop |
Domain(s) | device:Actuationc |
Range(s) | device:Actuatorc |
IRI | https://w3id.org/rec/device/devicePlacementContext |
---|---|
Super-properties | device:hasPlacementContextop |
Domain(s) | core:Devicec |
Range(s) | device:PlacementContextc |
IRI | https://w3id.org/rec/device/eventPlacementContext |
---|---|
Super-properties | device:hasPlacementContextop |
Domain(s) | core:Eventc |
Range(s) | device:PlacementContextc |
IRI | https://w3id.org/rec/device/exceptionGeneratedBy |
---|---|
Super-properties | core:associatedWithDeviceop |
Inverse properties | device:generatedExceptionop |
Domain(s) | device:Exceptionc |
Range(s) | core:Sensorc |
IRI | https://w3id.org/rec/device/executesActuation |
---|---|
Super-properties | core:associatedWithEventop |
Domain(s) | device:Actuatorc |
Range(s) | device:Actuationc |
IRI | https://w3id.org/rec/device/generatedException |
---|---|
Super-properties | core:associatedWithEventop |
Domain(s) | core:Sensorc |
Range(s) | device:Exceptionc |
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 |
IRI | https://w3id.org/rec/device/hasActuationInterface |
---|---|
Domain(s) | device:Actuatorc |
Range(s) | device:ActuationInterfacec |
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). |
IRI | https://w3id.org/rec/device/hasCommunicationsBus |
---|---|
Description | has communications bus |
Domain(s) | core:Devicec |
Range(s) | device:CommunicationsBusc |
IRI | https://w3id.org/rec/device/hasDeviceFunctionType |
---|---|
Super-properties | core:hasTypeop |
Domain(s) | core:Devicec |
Range(s) | device:DeviceFunctionTypec |
IRI | https://w3id.org/rec/device/hasKNXConfiguration |
---|---|
Super-properties | device:hasCommunicationConfigurationop |
Domain(s) | core:Devicec |
IRI | https://w3id.org/rec/device/hasKNXDataPointType |
---|---|
Super-properties | device:hasKNXConfigurationop |
Domain(s) | core:Devicec |
Range(s) | device:KNXDataPointTypec |
IRI | https://w3id.org/rec/device/hasModbusConfiguration |
---|---|
Super-properties | device:hasCommunicationConfigurationop |
Domain(s) | core:Devicec |
IRI | https://w3id.org/rec/device/hasModbusDataType |
---|---|
Super-properties | device:hasModbusConfigurationop |
Domain(s) | core:Devicec |
Range(s) | device:ModbusDataTypec |
IRI | https://w3id.org/rec/device/hasModbusFunctionCode |
---|---|
Super-properties | device:hasModbusConfigurationop |
Domain(s) | core:Devicec |
Range(s) | device:ModbusFunctionCodec |
IRI | https://w3id.org/rec/device/hasPlacementContext |
---|---|
Range(s) | device:PlacementContextc |
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 |
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 |
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 |
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 |
IRI | https://w3id.org/rec/device/sensorInterface |
---|---|
Domain(s) | core:Sensorc |
Range(s) | device:SensorInterfacec |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
IRI | https://w3id.org/rec/lease/premisesType |
---|---|
Domain(s) | https://w3id.org/rec/lease/Premisesc |
Range(s) | https://w3id.org/rec/lease/PremisesTypec |
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 |
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 |
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 |
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 |
IRI | https://w3id.org/rec/actuation/valueDatatype |
---|---|
Description | Deprecated in favour of the definitions provided in the new dataschemas module. |
Domain(s) | actuation:KeyValueDefinitionc |
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 |
IRI | https://w3id.org/rec/actuation/valueRestrictionType |
---|---|
Description | Deprecated in favour of the definitions provided in the new dataschemas module. |
Domain(s) | actuation:ValueRestrictionc |
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 |
IRI | https://w3id.org/rec/dataschemas/maximum |
---|---|
Description | The maximum allowed value (inclusive). |
IRI | https://w3id.org/rec/dataschemas/minimum |
---|---|
Description | The minimum allowed value (inclusive). |
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 |
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 |
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 |
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 |
IRI | https://w3id.org/rec/actuation/requestAccepted |
---|---|
Domain(s) | actuation:ActuationRequestResponsec |
Range(s) | xsd:booleanc |
IRI | https://w3id.org/rec/actuation/responseCodeInteger |
---|---|
Domain(s) | actuation:ResponseCodec |
Range(s) | xsd:intc |
IRI | https://w3id.org/rec/actuation/responseCodeString |
---|---|
Domain(s) | actuation:ResponseCodec |
Range(s) | xsd:stringc |
IRI | https://w3id.org/rec/actuation/valueRestrictionValues |
---|---|
Description | Deprecated in favour of the definitions provided in the new dataschemas module. |
Domain(s) | actuation:ValueRestrictionc |
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 |
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 |
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 |
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 |
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 |
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 |
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. |
IRI | https://w3id.org/rec/core/hasCity |
---|---|
Description | Indicates a city that a certain Geometry is part of. |
Super-properties | core:hasLocationAttributedp |
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 |
IRI | https://w3id.org/rec/core/hasCountry |
---|---|
Description | Indicates a country that a certain Geometry is part of. |
Super-properties | core:hasLocationAttributedp |
IRI | https://w3id.org/rec/core/hasCreatedTime |
---|---|
Super-properties | core:hasTimedp |
Domain(s) | core:Eventc |
Range(s) | xsd:dateTimec |
IRI | https://w3id.org/rec/core/hasDeletedTime |
---|---|
Super-properties | core:hasTimedp |
Domain(s) | core:Eventc |
Range(s) | xsd:dateTimec |
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 |
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 |
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 |
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 |
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 |
IRI | https://w3id.org/rec/core/hasObservationTime |
---|---|
Super-properties | core:hasTimedp |
Domain(s) | core:Eventc |
Range(s) | xsd:dateTimec |
IRI | https://w3id.org/rec/core/hasPointInTime |
---|---|
Super-properties | core:hasTimedp |
Domain(s) | core:Eventc |
Range(s) | xsd:dateTimec |
IRI | https://w3id.org/rec/core/hasPopularName |
---|---|
Description | Human-readable-friendly name. |
Super-properties | core:hasAuxiliaryDatadp |
IRI | https://w3id.org/rec/core/hasPostalAddress |
---|---|
Description | Address used for postal delivery. |
Super-properties | core:hasLocationAttributedp |
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 |
IRI | https://w3id.org/rec/core/hasReadTime |
---|---|
Super-properties | core:hasTimedp |
Domain(s) | core:Eventc |
Range(s) | xsd:dateTimec |
IRI | https://w3id.org/rec/core/hasRegion |
---|---|
Description | Indicates a region that a certain Geometry is part of. |
Super-properties | core:hasLocationAttributedp |
IRI | https://w3id.org/rec/core/hasSource |
---|---|
Description | Used for information about a source system or data. |
Super-properties | core:hasAuxiliaryDatadp |
IRI | https://w3id.org/rec/core/hasStartTime |
---|---|
Super-properties | core:hasTimedp |
Domain(s) | core:Eventc |
Range(s) | xsd:dateTimec |
IRI | https://w3id.org/rec/core/hasStopTime |
---|---|
Super-properties | core:hasTimedp |
Domain(s) | core:Eventc |
Range(s) | xsd:dateTimec |
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 |
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 |
IRI | https://w3id.org/rec/core/hasUpdatedTime |
---|---|
Super-properties | core:hasTimedp |
Domain(s) | core:Eventc |
Range(s) | xsd:dateTimec |
IRI | https://w3id.org/rec/core/hasValue |
---|---|
Description | REC entities may be associated with values (e.g., observations, actuations, data points, etc). |
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 |
IRI | https://w3id.org/rec/core/hasZipCode |
---|---|
Description | Indicates a certain Geometry's zip code. |
Super-properties | core:hasLocationAttributedp |
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 |
IRI | https://w3id.org/rec/core/schemaName |
---|---|
Domain(s) | core:DataSchemac |
Range(s) | xsd:stringc |
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 |
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 |
IRI | https://w3id.org/rec/dataschemas/enumerationValues |
---|---|
Description | Defines allowed values for this primitive schema instance. |
Domain(s) | ns1:PrimitiveSchemac |
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 |
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 |
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. |
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 |
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 |
IRI | https://w3id.org/rec/device/actuationResponse |
---|---|
Description | The value returned from an Actuator to the calling party. |
Domain(s) | device:Actuationc |
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 |
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 |
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 |
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 |
IRI | https://w3id.org/rec/device/hasIPAddress |
---|---|
Super-properties | device:hasCommunicationAttributedp |
Domain(s) | core:Devicec |
IRI | https://w3id.org/rec/device/hasIPAddressPort |
---|---|
Super-properties | device:hasCommunicationAttributedp |
Domain(s) | core:Devicec |
Range(s) | xsd:integerc |
IRI | https://w3id.org/rec/device/hasKNXAttribute |
---|---|
Super-properties | device:hasCommunicationAttributedp |
Domain(s) | core:Devicec |
IRI | https://w3id.org/rec/device/hasKNXDeviceId |
---|---|
Super-properties | device:hasKNXAttributedp |
Domain(s) | core:Devicec |
Range(s) | xsd:stringc |
IRI | https://w3id.org/rec/device/hasKNXDevicePort |
---|---|
Super-properties | device:hasKNXAttributedp |
Domain(s) | core:Devicec |
Range(s) | xsd:integerc |
IRI | https://w3id.org/rec/device/hasKNXGroupAddress |
---|---|
Super-properties | device:hasKNXAttributedp |
IRI | https://w3id.org/rec/device/hasLocalEndpointId |
---|---|
Super-properties | device:hasCommunicationAttributedp |
Domain(s) | core:Devicec |
IRI | https://w3id.org/rec/device/hasLoraAttribute |
---|---|
Super-properties | device:hasCommunicationAttributedp |
Domain(s) | core:Devicec |
IRI | https://w3id.org/rec/device/hasLoraDevEUI |
---|---|
Super-properties | device:hasLoraAttributedp |
Domain(s) | core:Devicec |
Range(s) | xsd:integerc |
IRI | https://w3id.org/rec/device/hasMACAddress |
---|---|
Super-properties | core:hasAuxiliaryDatadp |
Domain(s) | core:Devicec |
Range(s) | xsd:stringc |
IRI | https://w3id.org/rec/device/hasModbusAttribute |
---|---|
Super-properties | device:hasCommunicationAttributedp |
Domain(s) | core:Devicec |
IRI | https://w3id.org/rec/device/hasModbusNodeId |
---|---|
Super-properties | device:hasModbusAttributedp |
Domain(s) | core:Devicec |
Range(s) | xsd:integerc |
IRI | https://w3id.org/rec/device/hasModbusRegister |
---|---|
Super-properties | device:hasModbusAttributedp |
Domain(s) | core:Devicec |
Range(s) | xsd:integerc |
IRI | https://w3id.org/rec/device/hasModbusRegisterLength |
---|---|
Super-properties | device:hasModbusAttributedp |
Domain(s) | core:Devicec |
IRI | https://w3id.org/rec/device/hasOffset |
---|---|
Super-properties | device:hasCommunicationAttributedp |
Domain(s) | core:Devicec |
Range(s) | xsd:doublec |
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 |
IRI | https://w3id.org/rec/device/hasScaleFactor |
---|---|
Super-properties | device:hasCommunicationAttributedp |
Domain(s) | core:Devicec |
Range(s) | xsd:doublec |
IRI | https://w3id.org/rec/device/hasSerialNumber |
---|---|
Super-properties | core:hasAuxiliaryDatadp |
Domain(s) | core:Devicec |
Range(s) | xsd:stringc |
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 |
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 |
IRI | http://creativecommons.org/ns#license |
---|---|
Is Defined By | http://creativecommons.org/ns# |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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 |
IRI | http://purl.org/dc/terms/modified |
---|---|
Is Defined By | http://purl.org/dc/terms/ |
Super-properties | dcterms:dateap |
Range(s) | rdfs:Literalc |
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. |
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. |
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. |
IRI | http://www.w3.org/2004/02/skos/core#definition |
---|
IRI | http://www.w3.org/2004/02/skos/core#historyNote |
---|
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. |
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 |
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 |
IRI | https://w3id.org/rec/core/measurementUnit |
---|
IRI | https://w3id.org/rec/core/quantityKind |
---|
IRI |
https://w3id.org/rec/building/Atrium
|
---|
IRI |
https://w3id.org/rec/building/Auditorium
|
---|
IRI |
https://w3id.org/rec/building/BackOffice
|
---|
IRI |
https://w3id.org/rec/building/BankVault
|
---|
IRI |
https://w3id.org/rec/building/BarRoom
|
---|
IRI |
https://w3id.org/rec/building/Bathroom
|
---|
IRI |
https://w3id.org/rec/building/Bedroom
|
---|
IRI |
https://w3id.org/rec/building/BicycleGarage
|
---|
IRI |
https://w3id.org/rec/building/Cabinet
|
---|
IRI |
https://w3id.org/rec/building/Cinema
|
---|
IRI |
https://w3id.org/rec/building/Classroom
|
---|
IRI |
https://w3id.org/rec/building/CleaningRoom
|
---|
IRI |
https://w3id.org/rec/building/ClimateControlRoom
|
---|
IRI |
https://w3id.org/rec/building/CloakRoom
|
---|
IRI |
https://w3id.org/rec/building/CoffeeRoom
|
---|
IRI |
https://w3id.org/rec/building/ConferenceRoom
|
---|
IRI |
https://w3id.org/rec/building/ConversationRoom
|
---|
IRI |
https://w3id.org/rec/building/CookingRoom
|
---|
IRI |
https://w3id.org/rec/building/CopyingRoom
|
---|
IRI |
https://w3id.org/rec/building/DataServerRoom
|
---|
IRI |
https://w3id.org/rec/building/DeliRoom
|
---|
IRI |
https://w3id.org/rec/building/DiningRoom
|
---|
IRI |
https://w3id.org/rec/building/DisabledToilet
|
---|---|
See Also | RWC |
IRI |
https://w3id.org/rec/building/DishingRoom
|
---|
IRI |
https://w3id.org/rec/building/DressingRoom
|
---|
IRI |
https://w3id.org/rec/building/EducationalRoom
|
---|
IRI |
https://w3id.org/rec/building/ElectricityRoom
|
---|
IRI |
https://w3id.org/rec/building/ElevatorRoom
|
---|
IRI |
https://w3id.org/rec/building/ElevatorShaft
|
---|
IRI |
https://w3id.org/rec/building/Entrance
|
---|
IRI |
https://w3id.org/rec/building/ExerciseRoom
|
---|
IRI |
https://w3id.org/rec/building/ExhibitionRoom
|
---|
IRI |
https://w3id.org/rec/building/FittingRoom
|
---|
IRI |
https://w3id.org/rec/building/FoodHandlingRoom
|
---|
IRI |
https://w3id.org/rec/building/FoodStorageFreezerRoom
|
---|
IRI |
https://w3id.org/rec/building/FoodStorageRefrigeratorRoom
|
---|
IRI |
https://w3id.org/rec/building/FoodStorageRoom
|
---|
IRI |
https://w3id.org/rec/building/Garage
|
---|
IRI |
https://w3id.org/rec/building/GroupRoom
|
---|
IRI |
https://w3id.org/rec/building/Hallway
|
---|
IRI |
https://w3id.org/rec/building/Laboratory
|
---|
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. |
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. |
IRI |
https://w3id.org/rec/building/LaundryRoom
|
---|
IRI |
https://w3id.org/rec/building/Library
|
---|
IRI |
https://w3id.org/rec/building/LivingRoom
|
---|
IRI |
https://w3id.org/rec/building/MainEntrance
|
---|
IRI |
https://w3id.org/rec/building/Office
|
---|
IRI |
https://w3id.org/rec/building/OfficeLandscape
|
---|
IRI |
https://w3id.org/rec/building/OfficeRoom
|
---|
IRI |
https://w3id.org/rec/building/ParkingSlotCold
|
---|
IRI |
https://w3id.org/rec/building/ParkingSlotWarm
|
---|
IRI |
https://w3id.org/rec/building/Pentry
|
---|
IRI |
https://w3id.org/rec/building/PersonalHygiene
|
---|
IRI |
https://w3id.org/rec/building/PhoneBooth
|
---|
IRI |
https://w3id.org/rec/building/Reception
|
---|
IRI |
https://w3id.org/rec/building/RecordingRoom
|
---|---|
Description | Room for making audio and/or video recordings. A.ka. studio. |
IRI |
https://w3id.org/rec/building/RecreationalRoom
|
---|
IRI |
https://w3id.org/rec/building/RestingRoom
|
---|
IRI |
https://w3id.org/rec/building/RetailRoom
|
---|
IRI |
https://w3id.org/rec/building/Sauna
|
---|
IRI |
https://w3id.org/rec/building/ServiceEntrance
|
---|
IRI |
https://w3id.org/rec/building/ServiceShaft
|
---|
IRI |
https://w3id.org/rec/building/Shelter
|
---|
IRI |
https://w3id.org/rec/building/ShelterGasLock
|
---|
IRI |
https://w3id.org/rec/building/ShelterRoom
|
---|
IRI |
https://w3id.org/rec/building/ShowerRoom
|
---|
IRI |
https://w3id.org/rec/building/SmallStudyRoom
|
---|
IRI |
https://w3id.org/rec/building/StaffRoom
|
---|---|
Description | Room for staff to take breaks. |
IRI |
https://w3id.org/rec/building/Stairwell
|
---|
IRI |
https://w3id.org/rec/building/Storage
|
---|
IRI |
https://w3id.org/rec/building/StudyRoom
|
---|
IRI |
https://w3id.org/rec/building/TelecommunicationRoom
|
---|
IRI |
https://w3id.org/rec/building/Theater
|
---|
IRI |
https://w3id.org/rec/building/Toilet
|
---|
IRI |
https://w3id.org/rec/building/TreatmentRoom
|
---|---|
Description | For e.g. medical or other treatment or consultation. |
IRI |
https://w3id.org/rec/building/TreatmentWaitingRoom
|
---|
IRI |
https://w3id.org/rec/building/UtilitiesRoom
|
---|
IRI |
https://w3id.org/rec/building/Vault
|
---|
IRI |
https://w3id.org/rec/building/WasteManagementRoom
|
---|---|
See Also | Recycling room |
IRI |
https://w3id.org/rec/building/Workshop
|
---|
IRI |
https://w3id.org/rec/core/ActiveEnergyL1
|
---|
IRI |
https://w3id.org/rec/core/ActiveEnergyL2
|
---|
IRI |
https://w3id.org/rec/core/ActiveEnergyL3
|
---|
IRI |
https://w3id.org/rec/core/ActiveEnergyTotal
|
---|
IRI |
https://w3id.org/rec/core/ActivePowerL1
|
---|
IRI |
https://w3id.org/rec/core/ActivePowerL2
|
---|
IRI |
https://w3id.org/rec/core/ActivePowerL3
|
---|
IRI |
https://w3id.org/rec/core/ActivePowerTotal
|
---|
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. |
IRI |
https://w3id.org/rec/core/AlarmMajor
|
---|---|
Description | Danger for property |
IRI |
https://w3id.org/rec/core/AlarmMinor
|
---|---|
Description | Notifications |
IRI |
https://w3id.org/rec/core/AlarmSevere
|
---|---|
Description | Danger for life and property |
IRI |
https://w3id.org/rec/core/Ampere
|
---|---|
Description | Ampere. Current in a circuit. |
IRI |
https://w3id.org/rec/core/Angle
|
---|
IRI |
https://w3id.org/rec/core/Area
|
---|
IRI |
https://w3id.org/rec/core/AreaPresence
|
---|---|
Description | Number of people counted in a specified area (at the observation time). |
IRI |
https://w3id.org/rec/core/Binary
|
---|
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. |
IRI |
https://w3id.org/rec/core/CO
|
---|
IRI |
https://w3id.org/rec/core/CO2
|
---|
IRI |
https://w3id.org/rec/core/Celsius
|
---|---|
Description | Temperature in Celsius degress. Note that correct SI Unit is Kelvin. |
IRI |
https://w3id.org/rec/core/CoffeePremises
|
---|
IRI |
https://w3id.org/rec/core/Concentration
|
---|
IRI |
https://w3id.org/rec/core/CosPhi
|
---|---|
Description | The angle between two electrical phases. |
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). |
IRI |
https://w3id.org/rec/core/Current
|
---|
IRI |
https://w3id.org/rec/core/CurrentL1
|
---|
IRI |
https://w3id.org/rec/core/CurrentL2
|
---|
IRI |
https://w3id.org/rec/core/CurrentL3
|
---|
IRI |
https://w3id.org/rec/core/Decibel
|
---|---|
Description | Sound level |
IRI |
https://w3id.org/rec/core/Degrees
|
---|
IRI |
https://w3id.org/rec/core/EducationalPremises
|
---|
IRI |
https://w3id.org/rec/core/Efficiency
|
---|
IRI |
https://w3id.org/rec/core/EnergyTotal
|
---|---|
Description | Total energy (not specified as Active or Reactive, used for e.g. district heating). |
IRI |
https://w3id.org/rec/core/Fahrenheit
|
---|---|
Description | Temperature in Fahrenheit degress. |
IRI |
https://w3id.org/rec/core/Flow
|
---|
IRI |
https://w3id.org/rec/core/Footfall
|
---|---|
Description | Number of people crossing a specified line (at the observation time) |
IRI |
https://w3id.org/rec/core/GaragePremises
|
---|
IRI |
https://w3id.org/rec/core/GlobalIrradiance
|
---|---|
See Also | https://en.wikipedia.org/wiki/Solar_irradiance |
IRI |
https://w3id.org/rec/core/Hertz
|
---|---|
Description | One cycle per second. |
IRI |
https://w3id.org/rec/core/HotelPremises
|
---|
IRI |
https://w3id.org/rec/core/Humidity
|
---|---|
See Also | Humidity |
IRI |
https://w3id.org/rec/core/Illuminance
|
---|
IRI |
https://w3id.org/rec/core/Integer
|
---|
IRI |
https://w3id.org/rec/core/Kelvin
|
---|---|
Description | Temperature in Kelvin degrees |
IRI |
https://w3id.org/rec/core/Kilogram
|
---|---|
Description | Mass. |
IRI |
https://w3id.org/rec/core/LaboratoryPremises
|
---|
IRI |
https://w3id.org/rec/core/Lenght
|
---|
IRI |
https://w3id.org/rec/core/Length
|
---|
IRI |
https://w3id.org/rec/core/Level
|
---|
IRI |
https://w3id.org/rec/core/LightIndustryPremises
|
---|
IRI |
https://w3id.org/rec/core/LiterPerSecond
|
---|---|
Description | Flow |
IRI |
https://w3id.org/rec/core/Lumen
|
---|
IRI |
https://w3id.org/rec/core/Lux
|
---|---|
Description | Light intensity in a specific area. |
IRI |
https://w3id.org/rec/core/Meter
|
---|---|
Description | Lenght. |
IRI |
https://w3id.org/rec/core/MeterPerSecond
|
---|
IRI |
https://w3id.org/rec/core/MillimeterPerHour
|
---|---|
Description | For measuring Precipation |
IRI |
https://w3id.org/rec/core/NumPeople
|
---|---|
Description | Number of people. |
IRI |
https://w3id.org/rec/core/Number
|
---|
IRI |
https://w3id.org/rec/core/OfficePremises
|
---|
IRI |
https://w3id.org/rec/core/PartsPerBillion
|
---|---|
Description | Parts per billion. |
IRI |
https://w3id.org/rec/core/PartsPerMillion
|
---|---|
Description | Measurement for concentration |
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." |
IRI |
https://w3id.org/rec/core/Percentage
|
---|
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. |
IRI |
https://w3id.org/rec/core/PowerFactorL1
|
---|
IRI |
https://w3id.org/rec/core/PowerFactorL2
|
---|
IRI |
https://w3id.org/rec/core/PowerFactorL3
|
---|
IRI |
https://w3id.org/rec/core/PowerFrequency
|
---|
IRI |
https://w3id.org/rec/core/Precipation
|
---|---|
Description | Measured in MillimeterPerHour |
IRI |
https://w3id.org/rec/core/Precipitation
|
---|---|
Description | Measured in MillimeterPerHour |
IRI |
https://w3id.org/rec/core/Presence
|
---|---|
Description | Presence equivivalent |
IRI |
https://w3id.org/rec/core/Pressure
|
---|---|
See Also | Tryck |
IRI |
https://w3id.org/rec/core/Radiation
|
---|
IRI |
https://w3id.org/rec/core/ReactivePowerL1
|
---|
IRI |
https://w3id.org/rec/core/ReactivePowerL2
|
---|
IRI |
https://w3id.org/rec/core/ReactivePowerL3
|
---|
IRI |
https://w3id.org/rec/core/ReactivePowerTotal
|
---|
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. |
IRI |
https://w3id.org/rec/core/ResidentialPremises
|
---|
IRI |
https://w3id.org/rec/core/RestaurantPremises
|
---|
IRI |
https://w3id.org/rec/core/RetailPremises
|
---|
IRI |
https://w3id.org/rec/core/RevolutionsPerMinute
|
---|
IRI |
https://w3id.org/rec/core/RotationSpeed
|
---|
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. |
IRI |
https://w3id.org/rec/core/Sound
|
---|
IRI |
https://w3id.org/rec/core/Speed
|
---|
IRI |
https://w3id.org/rec/core/SquareMeter
|
---|---|
Description | Area unit. It is the area of a square whose sides measure exactly one metre. |
IRI |
https://w3id.org/rec/core/StoragePremises
|
---|
IRI |
https://w3id.org/rec/core/SunshineTimePerHour
|
---|
IRI |
https://w3id.org/rec/core/TVOC
|
---|
IRI |
https://w3id.org/rec/core/Temperature
|
---|---|
See Also | Temperature |
IRI |
https://w3id.org/rec/core/Velocity
|
---|
IRI |
https://w3id.org/rec/core/Volt
|
---|---|
Description | Voltage, electric potential difference, is the difference in electric potential between two points. |
IRI |
https://w3id.org/rec/core/Voltage
|
---|
IRI |
https://w3id.org/rec/core/VoltageL1
|
---|
IRI |
https://w3id.org/rec/core/VoltageL2
|
---|
IRI |
https://w3id.org/rec/core/VoltageL3
|
---|
IRI |
https://w3id.org/rec/core/Volume
|
---|
IRI |
https://w3id.org/rec/core/WasteDiverted
|
---|---|
Description | Waste that has been sent to, e.g., a landfill. |
IRI |
https://w3id.org/rec/core/WasteTotal
|
---|---|
Description | The total amount of waste. |
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. |
IRI |
https://w3id.org/rec/core/WattHour
|
---|---|
Description | Enery. Watthour. |
IRI |
https://w3id.org/rec/core/WattPerSquareMeter
|
---|---|
See Also | https://www.rapidtables.com/calc/light/how-watt-to-lux.html |
IRI |
https://w3id.org/rec/device/1
|
---|---|
Description | Read coil |
IRI |
https://w3id.org/rec/device/1.yyy
|
---|---|
Description | Boolean, like switching, move up/down, step |
IRI |
https://w3id.org/rec/device/15
|
---|---|
Description | Write Multiple Coils |
IRI |
https://w3id.org/rec/device/16
|
---|---|
Description | Write Multiple Holding Registers |
IRI |
https://w3id.org/rec/device/1_byte
|
---|
IRI |
https://w3id.org/rec/device/2
|
---|---|
Description | Read Discrete Input |
IRI |
https://w3id.org/rec/device/2_byte
|
---|
IRI |
https://w3id.org/rec/device/2_byte_BCD
|
---|
IRI |
https://w3id.org/rec/device/2_byte_signed_integer
|
---|
IRI |
https://w3id.org/rec/device/2_byte_signed_integer_swapped
|
---|
IRI |
https://w3id.org/rec/device/2_byte_unsigned_integer
|
---|
IRI |
https://w3id.org/rec/device/2_byte_unsigned_integer_swapped
|
---|
IRI |
https://w3id.org/rec/device/3
|
---|---|
Description | Read Holding Registers |
IRI |
https://w3id.org/rec/device/4
|
---|---|
Description | Read Input Registers |
IRI |
https://w3id.org/rec/device/4_byte_BCD
|
---|
IRI |
https://w3id.org/rec/device/4_byte_BCD_swapped
|
---|
IRI |
https://w3id.org/rec/device/4_byte_float
|
---|
IRI |
https://w3id.org/rec/device/4_byte_float_BCD
|
---|
IRI |
https://w3id.org/rec/device/4_byte_float_swapped
|
---|
IRI |
https://w3id.org/rec/device/4_byte_signed_integer
|
---|
IRI |
https://w3id.org/rec/device/4_byte_signed_integer_swapped
|
---|
IRI |
https://w3id.org/rec/device/4_byte_signed_integer_swapped_bytes_and_words
|
---|
IRI |
https://w3id.org/rec/device/4_byte_unsigned_integer
|
---|
IRI |
https://w3id.org/rec/device/4_byte_unsigned_integer_swapped
|
---|
IRI |
https://w3id.org/rec/device/4_byte_unsigned_integer_swapped_bytes_and_words
|
---|
IRI |
https://w3id.org/rec/device/5
|
---|---|
Description | Write Single Coil |
IRI |
https://w3id.org/rec/device/6
|
---|---|
Description | Write Single Holding Register |
IRI |
https://w3id.org/rec/device/8_byte_float
|
---|
IRI |
https://w3id.org/rec/device/8_byte_float_swapped
|
---|
IRI |
https://w3id.org/rec/device/8_byte_signed_integer
|
---|
IRI |
https://w3id.org/rec/device/8_byte_signed_integer_swapped
|
---|
IRI |
https://w3id.org/rec/device/8_byte_unsigned_integer
|
---|
IRI |
https://w3id.org/rec/device/8_byte_unsigned_integer_swapped
|
---|
IRI |
https://w3id.org/rec/device/AirDiffuser
|
---|
IRI |
https://w3id.org/rec/device/AirHandlingUnit
|
---|
IRI |
https://w3id.org/rec/device/BACnet
|
---|
IRI |
https://w3id.org/rec/device/Battery
|
---|
IRI |
https://w3id.org/rec/device/Boiler
|
---|
IRI |
https://w3id.org/rec/device/Chiller
|
---|
IRI |
https://w3id.org/rec/device/CirculationAir
|
---|
IRI |
https://w3id.org/rec/device/Coil
|
---|
IRI |
https://w3id.org/rec/device/ColdWaterFlow
|
---|
IRI |
https://w3id.org/rec/device/ColdWaterReturn
|
---|
IRI |
https://w3id.org/rec/device/CommunicationBusPowerSource
|
---|
IRI |
https://w3id.org/rec/device/Compressor
|
---|
IRI |
https://w3id.org/rec/device/Condenser
|
---|
IRI |
https://w3id.org/rec/device/Control
|
---|---|
Description | Device that controls Actuators (can also collect data). |
IRI |
https://w3id.org/rec/device/Damper
|
---|
IRI |
https://w3id.org/rec/device/DataAcquisition
|
---|---|
Description | Device that collects data |
IRI |
https://w3id.org/rec/device/DataCommunicationGateway
|
---|---|
Description | Device that acts as a broker (could be a switch or gateway) |
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. |
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. |
IRI |
https://w3id.org/rec/device/DistrictCoolingFlow
|
---|
IRI |
https://w3id.org/rec/device/DistrictCoolingReturn
|
---|
IRI |
https://w3id.org/rec/device/DistrictHeatingFlow
|
---|
IRI |
https://w3id.org/rec/device/DistrictHeatingReturn
|
---|
IRI |
https://w3id.org/rec/device/ElectricalGridEV
|
---|---|
Description | Electric intake for Electrical vehicle. |
IRI |
https://w3id.org/rec/device/ElectricalGridIntake
|
---|
IRI |
https://w3id.org/rec/device/ElectricalGridInternal
|
---|
IRI |
https://w3id.org/rec/device/ElectricalGridLocalProduction
|
---|
IRI |
https://w3id.org/rec/device/ElectricalGridTenant
|
---|
IRI |
https://w3id.org/rec/device/Elevator
|
---|
IRI |
https://w3id.org/rec/device/Escalator
|
---|
IRI |
https://w3id.org/rec/device/ExhaustAir
|
---|
IRI |
https://w3id.org/rec/device/ExtractAir
|
---|
IRI |
https://w3id.org/rec/device/Fan
|
---|
IRI |
https://w3id.org/rec/device/Filter
|
---|
IRI |
https://w3id.org/rec/device/Fixed_length_string
|
---|
IRI |
https://w3id.org/rec/device/HeatRecovery
|
---|---|
Description | Heat recovery within, e.g., a heat exchanger. |
IRI |
https://w3id.org/rec/device/Heater
|
---|
IRI |
https://w3id.org/rec/device/HotWaterFlow
|
---|
IRI |
https://w3id.org/rec/device/HotWaterReturn
|
---|
IRI |
https://w3id.org/rec/device/Hwrc
|
---|
IRI |
https://w3id.org/rec/device/IP
|
---|
IRI |
https://w3id.org/rec/device/IndoorAir
|
---|
IRI |
https://w3id.org/rec/device/KNX
|
---|
IRI |
https://w3id.org/rec/device/LoRa
|
---|
IRI |
https://w3id.org/rec/device/MBus
|
---|
IRI |
https://w3id.org/rec/device/ModbusRTU
|
---|
IRI |
https://w3id.org/rec/device/ModbusTCP
|
---|
IRI |
https://w3id.org/rec/device/OPC-DA
|
---|
IRI |
https://w3id.org/rec/device/OPC-UA
|
---|
IRI |
https://w3id.org/rec/device/OutdoorAir
|
---|
IRI |
https://w3id.org/rec/device/PrimaryCoolingFlow
|
---|
IRI |
https://w3id.org/rec/device/PrimaryCoolingReturn
|
---|
IRI |
https://w3id.org/rec/device/PrimaryHeatingFlow
|
---|
IRI |
https://w3id.org/rec/device/PrimaryHeatingReturn
|
---|
IRI |
https://w3id.org/rec/device/Pump
|
---|
IRI |
https://w3id.org/rec/device/RecyclingEnergyFlow
|
---|
IRI |
https://w3id.org/rec/device/RecyclingEnergyReturn
|
---|
IRI |
https://w3id.org/rec/device/SecondaryCoolingFlow
|
---|
IRI |
https://w3id.org/rec/device/SecondaryCoolingReturn
|
---|
IRI |
https://w3id.org/rec/device/SecondaryHeatingFlow
|
---|
IRI |
https://w3id.org/rec/device/SecondaryHeatingReturn
|
---|
IRI |
https://w3id.org/rec/device/SteamFlow
|
---|
IRI |
https://w3id.org/rec/device/SteamReturn
|
---|
IRI |
https://w3id.org/rec/device/SupplyAir
|
---|
IRI |
https://w3id.org/rec/device/Thermostat
|
---|
IRI |
https://w3id.org/rec/device/Valve
|
---|
IRI |
https://w3id.org/rec/device/Variable_length_string
|
---|
IRI |
https://w3id.org/rec/device/WasteWater
|
---|
IRI |
https://w3id.org/rec/example/BrightnessPercentage
|
---|
IRI |
https://w3id.org/rec/example/HueBulbBrightnessInterface
|
---|
IRI |
https://w3id.org/rec/example/HueBulbLightColorInterface
|
---|
IRI |
https://w3id.org/rec/example/HueKitchenLight
|
---|
IRI |
https://w3id.org/rec/example/HueMotionSensor1
|
---|
IRI |
https://w3id.org/rec/example/HueMotionSensor1_LightMeter
|
---|
IRI |
https://w3id.org/rec/example/HueMotionSensor1_MotionDetector
|
---|
IRI |
https://w3id.org/rec/example/HueMotionSensor1_Thermometer
|
---|
IRI |
https://w3id.org/rec/example/HueMotionSensorLightMeterInterface
|
---|
IRI |
https://w3id.org/rec/example/HueMotionSensorMotionDetectorInterface
|
---|
IRI |
https://w3id.org/rec/example/HueMotionSensorThermometerInterface
|
---|
IRI |
https://w3id.org/rec/example/LightColorKelvin
|
---|
IRI |
https://w3id.org/rec/example/LuxAsInteger
|
---|
IRI |
https://w3id.org/rec/example/MotionAsBoolean
|
---|
IRI |
https://w3id.org/rec/example/TemperatureAsFloat
|
---|
IRI |
https://w3id.org/rec/example/Ulvsnaes2
|
---|
IRI |
https://w3id.org/rec/example/Ulvsnaes2_Garage
|
---|
IRI |
https://w3id.org/rec/example/Ulvsnaes2_MainHouse
|
---|
IRI |
https://w3id.org/rec/example/Ulvsnaes2_MainHouse_BlueBedroom
|
---|
IRI |
https://w3id.org/rec/example/Ulvsnaes2_MainHouse_DiningRoom
|
---|
IRI |
https://w3id.org/rec/example/Ulvsnaes2_MainHouse_Entrance
|
---|
IRI |
https://w3id.org/rec/example/Ulvsnaes2_MainHouse_GroundFloor
|
---|
IRI |
https://w3id.org/rec/example/Ulvsnaes2_MainHouse_Kitchen
|
---|
IRI |
https://w3id.org/rec/example/Ulvsnaes2_MainHouse_Office
|
---|
IRI |
https://w3id.org/rec/example/Ulvsnaes2_MainHouse_SecondFloor
|
---|
IRI |
https://w3id.org/rec/example/Ulvsnaes2_StorageBuilding
|
---|
IRI |
https://w3id.org/rec/lease/CoffeePremises
|
---|
IRI |
https://w3id.org/rec/lease/EducationalPremises
|
---|
IRI |
https://w3id.org/rec/lease/GaragePremises
|
---|
IRI |
https://w3id.org/rec/lease/HotelPremises
|
---|
IRI |
https://w3id.org/rec/lease/LaboratoryPremises
|
---|
IRI |
https://w3id.org/rec/lease/LightIndustryPremises
|
---|
IRI |
https://w3id.org/rec/lease/OfficePremises
|
---|
IRI |
https://w3id.org/rec/lease/ResidentialPremises
|
---|
IRI |
https://w3id.org/rec/lease/RestaurantPremises
|
---|
IRI |
https://w3id.org/rec/lease/RetailPremises
|
---|
IRI |
https://w3id.org/rec/lease/StoragePremises
|
---|
https://w3id.org/rec/actuation/
https://w3id.org/rec/building/
http://creativecommons.org/ns#
https://w3id.org/rec/core/
http://purl.org/dc/elements/1.1/
http://purl.org/dc/terms/
https://w3id.org/rec/device/
https://w3id.org/rec/dataschemas/
https://karlhammar.com/owl2oas/o2o.owl#
http://www.w3.org/2002/07/owl#
http://www.w3.org/ns/prov#
http://www.w3.org/1999/02/22-rdf-syntax-ns#
http://www.w3.org/2000/01/rdf-schema#
https://schema.org/
http://www.w3.org/2004/02/skos/core#
http://purl.org/vocab/vann/
http://www.w3.org/XML/1998/namespace
http://www.w3.org/2001/XMLSchema#
c | Classes |
op | Object Properties |
fp | Functional Properties |
dp | Data Properties |
dp | Annotation Properties |
p | Properties |
ni | Named Individuals |