made by pyLODE

RealEstateCore Full

Metadata

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

Description

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

Table of Contents

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

Overview

Figure 1: Ontology overview

Classes

Geometryc

IRI http://www.opengis.net/ont/geosparql#Geometry
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#asWKTdp
http://www.opengis.net/ont/geosparql#hasSerializationdp
http://www.opengis.net/ont/geosparql#asGMLdp
In range of http://www.opengis.net/ont/geosparql#defaultGeometryop
http://www.opengis.net/ont/geosparql#hasGeometryop

Actuation commandc

IRI https://w3id.org/rec/actuation/ActuationCommand
Description Message from a REC platform to a specific actuator or system, requesting that an actuation be carried out.
Super-classes actuation:ActuationEventc
Restrictions actuation:requestingAgentop exactly 1
actuation:actuationPayloaddp only xsd:stringc
actuation:requestingAgentop only core:Agentc
actuation:wasGeneratedFromRequestop exactly 1
actuation:hasCommandResponseop max 1
actuation:actuationPayloaddp exactly 1
actuation:targetActuatorop only device:Actuatorc
In domain of actuation:wasGeneratedFromRequestop
actuation:hasCommandResponseop
In range of actuation:responseToCommandop
actuation:generatedCommandop

Actuation command responsec

IRI https://w3id.org/rec/actuation/ActuationCommandResponse
Description Return message from a specific actuator or system to a a REC platform, indicating whether an actuation has been accepted by that actuator/system. Note that a positive response does not imply that the real-world actuation has been fully carried out -- certain devices have a very long response time, dependent on physical processes, bus saturations, etc. To record the real-world state of such devices, use a sensor device instead.
Super-classes actuation:ActuationEventc
Restrictions actuation:responseCodeop exactly 1
actuation:responseToCommandop exactly 1
In domain of actuation:responseToCommandop
actuation:responseCodeop
In range of actuation:generatedCommandResponseop
actuation:hasCommandResponseop

Actuation eventc

IRI https://w3id.org/rec/actuation/ActuationEvent
Description This class is a simple cognitive clustering of various types of events/messages that make up the REC actuation model, to group them in ontology editing tools and visualizations. The class should in most cases not be used as typing for any individuals.
Super-classes device:DeviceEventsc
Sub-classes actuation:ActuationCommandResponsec
actuation:ActuationCommandc
actuation:ActuationRequestResponsec
actuation:ActuationRequestc

Actuation interfacec

IRI https://w3id.org/rec/actuation/ActuationInterface
Description An interface describing the expected payload structure for one or more actuators.
Super-classes core:Softwarec
Restrictions actuation:payloadKeyValueDefinitionop min 1
In domain of actuation:payloadKeyValueDefinitionop
actuation:isDefaultActuationInterfaceOfop
actuation:isActuationInterfaceOfop
In range of actuation:targetInterfaceop
actuation:hasDefaultActuationInterfaceop
actuation:hasActuationInterfaceop

Actuation requestc

IRI https://w3id.org/rec/actuation/ActuationRequest
Description An incoming request from a client or other component, for an actuation to be carried out on one or many actuators or systems.
Super-classes actuation:ActuationEventc
Restrictions actuation:hasRequestResponseop max 1
actuation:targetActuatorop min 1
actuation:targetActuatorop only device:Actuatorc
actuation:actuationPayloaddp exactly 1
actuation:actuationPayloaddp only xsd:stringc
actuation:requestingAgentop exactly 1
actuation:requestingAgentop only core:Agentc
actuation:targetInterfaceop max 1
In domain of actuation:generatedCommandop
actuation:targetInterfaceop
actuation:hasRequestResponseop
In range of actuation:wasGeneratedFromRequestop
actuation:responseToRequestop

Actuation request responsec

IRI https://w3id.org/rec/actuation/ActuationRequestResponse
Description Message returned to a client or component, reporting that actuation commands have been passed to one or more actuators or systems, and reporting the response status of those actuators or systems. Note that positive responses from actuators/systems do not imply that the real-world actuations have been fully carried out -- certain devices have a very long response time, dependent on physical processes, bus saturations, etc. To record the real-world state of such devices, use a sensor device instead.
Super-classes actuation:ActuationEventc
Restrictions actuation:requestAccepteddp exactly 1
actuation:responseToRequestop exactly 1
actuation:generatedCommandResponseop min 1
In domain of actuation:actuationObservedByop
actuation:requestAccepteddp
actuation:generatedCommandResponseop
actuation:responseToRequestop
In range of actuation:hasRequestResponseop

Key-Value definitionc

IRI https://w3id.org/rec/actuation/KeyValueDefinition
Description Defines allowable or required structures for key-value lists. Used in interface definitions.
Super-classes core:Informationc
Restrictions actuation:keyStringfp exactly 1
actuation:keyMandatoryfp exactly 1
actuation:valueDatatypefp exactly 1
actuation:valueRestrictionop max 1
In domain of actuation:keyMandatoryfp
actuation:valueRestrictionop
actuation:keyStringfp
actuation:valueDatatypefp
In range of actuation:payloadKeyValueDefinitionop

Response codec

IRI https://w3id.org/rec/actuation/ResponseCode
Description The response code, as reported by an actuator or subsystem, to an actuation command. Typically packaged within an ActuationResponse message.
Super-classes core:Informationc
In domain of actuation:responseCodeStringdp
actuation:responseCodeIntegerdp
In range of actuation:responseCodeop

Value restrictionc

IRI https://w3id.org/rec/actuation/ValueRestriction
Description Defines constraints on values in key-value lists, e.g., for defining interfaces.
Super-classes core:Informationc
In domain of actuation:valueRestrictionResolutionfp
actuation:valueRestrictionValuesdp
actuation:valueRestrictionTypefp
In range of actuation:valueRestrictionop

Groupc

IRI https://w3id.org/rec/agents/Group
Description A collection of individual Agents (included in the Group via the object property hasMember).
Super-classes core:Agentc
In domain of agents:hasMemberop

Organizationc

IRI https://w3id.org/rec/agents/Organization
Description An organization of any sort (e.g., a business, association, project, consortium, tribe, etc.)
Super-classes core:Agentc
In domain of agents:logoop

Personc

IRI https://w3id.org/rec/agents/Person
Description A natural person (i.e., an individual human being).
Super-classes core:Agentc
In domain of agents:imageop
agents:lastNamedp
agents:firstNamedp
agents:familyNamedp
agents:givenNamedp
agents:genderfp

Atriumc

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

Auditoriumc

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

BackOfficec

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

Balconyc

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

BarRoomc

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

Bathroomc

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

Bedroomc

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

BicycleGaragec

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

Cabinetc

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

Cinemac

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

Classroomc

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

CleaningRoomc

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

ClimateControlRoomc

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

CloakRoomc

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

CoffeeRoomc

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

ConferenceRoomc

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

ConversationRoomc

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

CookingRoomc

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

CopyingRoomc

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

DataServerRoomc

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

DiningRoomc

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

DisabledToiletc

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

DishingRoomc

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

DressingRoomc

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

EducationalRoomc

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

ElectricityRoomc

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

ElevatorRoomc

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

ElevatorShaftc

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

Entrancec

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

ExerciseRoomc

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

ExhibitionRoomc

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

Facadec

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

FittingRoomc

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

Floorc

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

FoodHandlingRoomc

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

Garagec

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

GroupRoomc

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

Hallwayc

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

Laboratoryc

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

LaboratoryDryc

IRI https://w3id.org/rec/building/LaboratoryDry
Description A LaboratoryDry is a laboratory where computational or applied mathematical analyses are done on a computer-generated model to simulate a phenomenon in the physical realm.
Super-classes building:Laboratoryc

LaboratoryWetc

IRI https://w3id.org/rec/building/LaboratoryWet
Description A LaboratoryWet is a type of laboratory where it is necessary to handle various types of chemicals and potential "wet" hazards, so the room has to be carefully designed, constructed, and controlled to avoid spillage and contamination.
Super-classes building:Laboratoryc

LaundryRoomc

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

Libraryc

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

LivingRoomc

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

MainEntrancec

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

Officec

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

OfficeLandscapec

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

OfficeRoomc

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

ParkingSlotColdc

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

ParkingSlotWarmc

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

Pentryc

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

PersonalHygienec

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

PhoneBoothc

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

Receptionc

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

RecordingRoomc

IRI https://w3id.org/rec/building/RecordingRoom
Description Room for making audio and/or video recordings. A.ka. studio.
Super-classes core:Roomc

RecreationalRoomc

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

RestingRoomc

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

RetailRoomc

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

Roof, innerc

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

Roof, outerc

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

Room typec

IRI https://w3id.org/rec/building/RoomType
In range of building:roomTypeop

Saunac

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

ServiceEntrancec

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

ServiceShaftc

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

Shelterc

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

ShelterGasLockc

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

ShelterRoomc

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

ShowerRoomc

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

Slabc

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

SmallStudyRoomc

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

StaffRoomc

IRI https://w3id.org/rec/building/StaffRoom
Description Room for staff to take breaks.
Super-classes core:Roomc

Stairwellc

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

Storagec

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

Storeyc

IRI https://w3id.org/rec/building/Storey
Description The level of storey, a.k.a. floorplan
Super-classes core:BuildingComponentc

Storey levelc

IRI https://w3id.org/rec/building/StoreyLevel
Description The level of storey, a.k.a. floorplan
Super-classes core:BuildingComponentc

TelecommunicationRoomc

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

Terracec

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

Theaterc

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

Toiletc

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

TreatmentRoomc

IRI https://w3id.org/rec/building/TreatmentRoom
Description For e.g. medical or other treatment or consultation.
Super-classes core:Roomc
Sub-classes building:TreatmentWaitingRoomc

TreatmentWaitingRoomc

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

UtilitiesRoomc

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

Virtual buildingc

IRI https://w3id.org/rec/building/VirtualBuilding
Description A non-physical Building. Belongs to a RealEstate.
Super-classes core:Buildingc

Virtual building componentc

IRI https://w3id.org/rec/building/VirtualBuildingComponent
Description A non-physical component. Belongs to a Building . One Building may have zero, one, or many Virtual components. E.g a temperature value from an external service for the area of a building.
Super-classes core:BuildingComponentc

Wallc

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

Inner wallc

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

WasteManagementRoomc

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

Workshopc

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

Agentc

IRI https://w3id.org/rec/core/Agent
Description The human or machine that consumes or acts upon an object or data.
Sub-classes agents:Organizationc
agents:Groupc
agents:Personc
In domain of agents:namedp
agents:accountop
In range of lease:leasorop
agents:hasMemberop
actuation:requestingAgentop
lease:leaseeop

Buildingc

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

Building componentc

IRI https://w3id.org/rec/core/BuildingComponent
Description The parts that makes up a building structure (Building). E.g., Room, Facade, RoofInner, etc.
Restrictions core:hasSuperBuildingComponentop max 1
core:isPartOfBuildingop max 1
Sub-classes building:Floorc
building:VirtualBuildingComponentc
building:Terracec
building:Facadec
building:RoofInnerc
building:Storeyc
building:Balconyc
building:Wallc
building:Slabc
core:Roomc
building:StoreyLevelc
building:RoofOuterc
In domain of core:isPartOfBuildingop
core:hasSuperBuildingComponentop
core:containsMountedDeviceop
core:hasSubBuildingComponentop
In range of core:hasSubBuildingComponentop
core:isMountedInBuildingComponentop
core:hasSuperBuildingComponentop
core:hasBuildingComponentop
core:servesBuildingComponentop

Devicec

IRI https://w3id.org/rec/core/Device
Description A thing made or adapted for a particular purpose, specifically a piece of electronic equipment. A Device can contain subdevices or be part of superdevices. It is subclassed into more specific device types, e.g., Sensor, Actuator, etc.
Restrictions core:isMountedInBuildingComponentop max 1
device:devicePlacementContextop max 1
core:hasSuperDeviceop max 1
Sub-classes device:PowerSourcec
device:Actuatorc
device:Sensorc
In domain of core:isMountedInBuildingComponentop
core:servesBuildingComponentop
device:hasIPAddressPortdp
core:associatedWithEventop
device:hasModbusConfigurationop
device:hasKNXAttributedp
device:hasModbusFunctionCodeop
core:servesBuildingop
device:hasDeviceFunctionTypeop
device:hasLocalEndpointIddp
device:hasModbusAttributedp
device:hasScaleFactordp
device:hasModbusRegisterdp
core:hasSubDeviceop
device:hasOffsetdp
device:hasKNXDeviceIddp
device:devicePlacementContextop
device:hasModbusRegisterLengthdp
core:deviceMeasurementUnitop
device:hasModbusNodeIddp
device:hasKNXDataPointTypeop
core:servesDeviceop
device:hasLoraAttributedp
core:hasSuperDeviceop
device:hasCommunicationAttributedp
device:hasKNXDevicePortdp
device:hasKNXConfigurationop
device:hasCommunicationsBusop
core:servesop
device:hasModbusDataTypeop
core:deviceQuantityKindop
device:hasIPAddressdp
device:hasLoraDevEUIdp
In range of core:servesDeviceop
core:hasSubDeviceop
core:associatedWithDeviceop
core:containsMountedDeviceop
core:hasSuperDeviceop

Eventc

IRI https://w3id.org/rec/core/Event
Description A spatiotemporally indexed entity with participants (e.g., something which occurs somewhere, and that has or takes some time). We do not on this top level define the particulars of how to model space or time; that is left to the implementing subclasses. Thus, in a sense, this is just a cognitive clustering for human consumers of the ontology, a root class from which all different types of events derive.
Sub-classes lease:Leasec
device:DeviceEventsc
In domain of core:hasDeletedTimedp
core:associatedWithDeviceop
core:hasDurationdp
core:hasCreatedTimedp
core:hasStopTimedp
core:hasPointInTimedp
device:eventPlacementContextop
core:eventMeasurementUnitop
core:hasObservationTimedp
core:hasStartTimedp
core:hasValuedp
core:hasUpdatedTimedp
core:eventQuantityKindop
core:hasReadTimedp
core:hasTimedp
In range of core:associatedWithEventop

Geo-reference origoc

IRI https://w3id.org/rec/core/GeoReferenceOrigo
Description A fixed point for e.g. a building structure. Commonly refered to as "insertion point" in CAD-programs. Used as origo for LocalCoordinates.
Super-classes http://www.opengis.net/ont/geosparql#Geometryc
In domain of core:hasGeoReferenceBearingdp
In range of core:hasGeoReferenceOrigoop

Informationc

IRI https://w3id.org/rec/core/Information
Description A generic catch-all superclass for all kinds of intangible data types used in a broad variety of contexts, e.g., measurement scales or units, response codes, currency identifiers, etc.
Sub-classes actuation:ResponseCodec
actuation:ValueRestrictionc
actuation:KeyValueDefinitionc

Landc

IRI https://w3id.org/rec/core/Land
Description A piece of land upon which one or more buildings may be situated.
Super-classes core:RealEstateComponentc

Measurement unitc

IRI https://w3id.org/rec/core/MeasurementUnit
Description The measurment units that are used in RealEstateCore. Use SI-units in general. Store values without prefixes. Exceptions to SI: Express temperature in Celsius, Energy in Watt hour (Wh), Angle i degrees (360 degress = 1 revolution) MillimeterPerHour for Precipation
In domain of core:unitSigndp
In range of core:deviceMeasurementUnitop
core:qkMeasurementUnitop
core:hasMeasurementUnitop
core:eventMeasurementUnitop

Quantity kindc

IRI https://w3id.org/rec/core/QuantityKind
Description Describes the type of values that can be observed by sensors or set by actuators. Inspired by QUDT.
In domain of core:qkMeasurementUnitop
In range of core:hasQuantityKindop
core:eventQuantityKindop
core:deviceQuantityKindop

Real estatec

IRI https://w3id.org/rec/core/RealEstate
Description The legal/administrative representation of some lands and/or buildings.
In domain of core:hasRealEstateComponentop
In range of core:isPartOfRealEstateop

Real estate componentc

IRI https://w3id.org/rec/core/RealEstateComponent
Description Types of objects that can make up a piece of real estate, e.g., land and buildings.
Restrictions core:isPartOfRealEstateop max 1
Sub-classes core:Buildingc
core:Landc
In domain of core:isPartOfRealEstateop
In range of core:hasRealEstateComponentop

Roomc

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

Softwarec

IRI https://w3id.org/rec/core/Software
Description Any piece of software or similar digital resource (including data schemas, etc) that executes or can be loaded on some or many parts of a RealEstateCore-enabled distributed system.
Sub-classes actuation:ActuationInterfacec

Actuationc

IRI https://w3id.org/rec/device/Actuation
Description The act of changing the state of something.
Super-classes device:DeviceEventsc
In domain of device:actuationRequestdp
device:hasActuationRequestTimedp
device:hasActuationCommandTimedp
device:actuationExecutedByop
device:actuationCommanddp
device:actuationResponsedp
device:hasActuationResponseTimedp
In range of device:executesActuationop

Actuation interfacec

IRI https://w3id.org/rec/device/ActuationInterface
Description A description of what kind of input the Actuator accepts.
In range of device:hasActuationInterfaceop

Actuatorc

IRI https://w3id.org/rec/device/Actuator
Description An actuator is a component that is responsible for moving and controlling a mechanism or system.
Super-classes core:Devicec
Restrictions core:deviceQuantityKindop exactly 1
device:observedByop only device:Sensorc
In domain of actuation:hasDefaultActuationInterfaceop
device:hasActuationInterfaceop
device:executesActuationop
actuation:hasActuationInterfaceop
In range of device:observesActuatorop
actuation:isActuationInterfaceOfop
device:actuationExecutedByop
actuation:targetActuatorop
actuation:isDefaultActuationInterfaceOfop

BACnetConfigurationc

IRI https://w3id.org/rec/device/BACnetConfiguration
Description Specific classes and properties to be extended in upcoming version.
Super-classes device:CommunicationConfigurationc

Communication configurationc

IRI https://w3id.org/rec/device/CommunicationConfiguration
Description Instances of this class and its subclasses represent configuration fields and values in the various old-world non-IoT building system standards.
Sub-classes device:MBusConfigurationc
device:LoRaConfigurationc
device:OPC-DAConfigurationc
device:OPC-UAConfigurationc
device:ModbusTCPConfigurationc
device:ModbusRTUConfigurationc
device:KNXConfigurationc
device:BACnetConfigurationc
device:ModbusConfigurationc

Communications busc

IRI https://w3id.org/rec/device/CommunicationsBus
Description Type of communications bus for the Device.
In range of device:hasCommunicationsBusop

Device eventsc

IRI https://w3id.org/rec/device/DeviceEvents
Description Events that are relevant in a Device context; initially observations, actuations, and exceptions.
Super-classes core:Eventc
Restrictions device:eventPlacementContextop max 1
Sub-classes device:Actuationc
device:Observationc
device:Exceptionc
actuation:ActuationEventc

Device function typec

IRI https://w3id.org/rec/device/DeviceFunctionType
Description The main function or purpose of a Device.
In range of device:hasDeviceFunctionTypeop

Exceptionc

IRI https://w3id.org/rec/device/Exception
Description Failed attempt or unexpected result when tried to do something (e.g. read a Sensor).
Super-classes device:DeviceEventsc
In domain of device:exceptionGeneratedByop
In range of device:generatedExceptionop

KNXConfigurationc

IRI https://w3id.org/rec/device/KNXConfiguration
Description Specific classes and properties to be extended in upcoming version.
Super-classes device:CommunicationConfigurationc
Sub-classes device:KNXDataPointTypec

KNXDataPointTypec

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

LoRaConfigurationc

IRI https://w3id.org/rec/device/LoRaConfiguration
Description Specific classes and properties to be extended in upcoming version.
Super-classes device:CommunicationConfigurationc

MBusConfigurationc

IRI https://w3id.org/rec/device/MBusConfiguration
Description Specific classes and properties to be extended in upcoming version.
Super-classes device:CommunicationConfigurationc

ModbusConfigurationc

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

ModbusDataTypec

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

ModbusTCPFunctionCodec

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

ModbusRTUConfigurationc

IRI https://w3id.org/rec/device/ModbusRTUConfiguration
Description Specific classes and properties to be extended in upcoming version.
Super-classes device:CommunicationConfigurationc

ModbusTCPConfigurationc

IRI https://w3id.org/rec/device/ModbusTCPConfiguration
Description Specific classes and properties to be extended in upcoming version.
Super-classes device:CommunicationConfigurationc

OPC-DAConfigurationc

IRI https://w3id.org/rec/device/OPC-DAConfiguration
Description Specific classes and properties to be extended in upcoming version.
Super-classes device:CommunicationConfigurationc

OPC-UAConfigurationc

IRI https://w3id.org/rec/device/OPC-UAConfiguration
Description Specific classes and properties to be extended in upcoming version.
Super-classes device:CommunicationConfigurationc

Observationc

IRI https://w3id.org/rec/device/Observation
Description Observation of a phenomena. Made by a Sensor. Used with hasValue.
Super-classes device:DeviceEventsc
Restrictions core:eventQuantityKindop exactly 1
core:eventMeasurementUnitop min 1
In domain of device:observationGeneratedByop
device:hasProcessedTimedp
In range of device:generatedObservationop

Placement contextc

IRI https://w3id.org/rec/device/PlacementContext
Description Description of the context or media that a sensor or actuator is operating within.
In range of device:eventPlacementContextop
device:hasPlacementContextop
device:devicePlacementContextop

Power sourcec

IRI https://w3id.org/rec/device/PowerSource
Description The power source for the device.
Super-classes core:Devicec

Sensorc

IRI https://w3id.org/rec/device/Sensor
Description Thing which detects or measures a physical property and records, indicates, or otherwise responds to it.
Super-classes core:Devicec
Restrictions core:deviceMeasurementUnitop min 1
device:observesActuatorop only device:Actuatorc
core:deviceQuantityKindop exactly 1
In domain of device:observesop
device:observesActuatorop
device:generatedExceptionop
device:generatedObservationop
In range of actuation:actuationObservedByop
device:observationGeneratedByop
device:exceptionGeneratedByop
device:observedByop

CoffeePremisesc

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

EducationalPremisesc

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

GaragePremisesc

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

HotelPremisesc

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

LaboratoryPremisesc

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

Leasablec

IRI https://w3id.org/rec/lease/Leasable
Description Things that can be leased (e.g., buildings, rooms, equipment, etc.).
Sub-classes lease:Premisesc
In range of lease:leaseOfop

Leasec

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

Lease contractc

IRI https://w3id.org/rec/lease/LeaseContract
Description Formal document that identifies the Tenant and the leased asset or property; states lease term and fee (rent), and detailed terms and conditions of the lease agreement.
In range of lease:regulatedByop

LightIndustryPremisesc

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

OfficePremisesc

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

Premisesc

IRI https://w3id.org/rec/lease/Premises
Description Premises are a set of buildings or rooms that are leased out to tenants, typically for a defined purpose.
Super-classes lease:Leasablec
Sub-classes lease:RestaurantPremisesc
lease:LaboratoryPremisesc
lease:OfficePremisesc
lease:LightIndustryPremisesc
lease:RetailPremisesc
lease:GaragePremisesc
lease:EducationalPremisesc
lease:ResidentialPremisesc
lease:HotelPremisesc
lease:CoffeePremisesc
lease:StoragePremisesc
In domain of lease:premisesIncludesBuildingop
lease:premisesIncludesRoomop
lease:premisesIncludesop
lease:premisesTypeop
In range of lease:roomIsPartOfPremisesop
lease:buildingIsPartOfPremisesop
lease:isPartOfPremisesop

Premises typec

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

ResidentialPremisesc

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

RestaurantPremisesc

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

RetailPremisesc

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

StoragePremisesc

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

Object Properties

defaultGeometryop

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

hasGeometryop

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

actuation observed byop

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

generated commandop

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

generated command responseop

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

has actuation interfaceop

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

has command responseop

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

has default actuation interfaceop

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

has request responseop

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

is actuation interface ofop

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

is default actuation interface ofop

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

payload Key-Value definitionop

IRI https://w3id.org/rec/actuation/payloadKeyValueDefinition
Domain(s) actuation:ActuationInterfacec
Range(s) actuation:KeyValueDefinitionc

requesting agentop

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

response codeop

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

response to commandop

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

response to requestop

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

target actuatorop

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

target interfaceop

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

value restrictionop

IRI https://w3id.org/rec/actuation/valueRestriction
Domain(s) actuation:KeyValueDefinitionc
Range(s) actuation:ValueRestrictionc

was generated from requestop

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

accountop

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

has memberop

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

imageop

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

room typeop

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

associated with deviceop

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

associated with eventop

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

contains mounted deviceop

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

device measurement unitop

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

device quantity kindop

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

event measurement unitop

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

event quantity kindop

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

has building componentop

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

has geo-reference origoop

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

has measurement unitop

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

has partop

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

has quantity kindop

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

has real estate componentop

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

has sub-BuildingComponentop

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

has sub-deviceop

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

has super-BuildingComponentop

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

has super-Deviceop

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

is mounted in Building Componentop

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

is part ofop

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

is part of buildingop

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

isPartOfRealEstateop

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

quantity kind measurement unitop

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

servesop

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

serves buildingop

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

serves building componentop

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

serves deviceop

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

actuation executed byop

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

device placement contextop

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

event placement contextop

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

exception generated byop

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

executes actuationop

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

generated exceptionop

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

generated observationop

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

has actuation interfaceop

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

has communication configurationop

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

hasCommunicationsBusop

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

has device function typeop

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

hasKNXConfigurationop

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

hsKNXDataPointTypeop

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

hasModbusConfigurationop

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

hasModbusDataTypeop

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

hasModbusFunctionCodeop

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

has placement contextop

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

observation generated byop

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

observed byop

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

observesop

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

observes actuatorop

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

building is part of premisesop

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

is part of premisesop

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

lease ofop

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

leaseeop

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

leasorop

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

premises includesop

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

premises includes buildingop

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

premises includes roomop

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

premises typeop

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

regulated byop

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

room is part of premisesop

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

Functional Properties

keyMandatoryfp

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

keyStringfp

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

valueDatatypefp

IRI https://w3id.org/rec/actuation/valueDatatype
Domain(s) actuation:KeyValueDefinitionc

valueRestrictionResolutionfp

IRI https://w3id.org/rec/actuation/valueRestrictionResolution
Domain(s) actuation:ValueRestrictionc
Range(s) xsd:floatc

valueRestrictionTypefp

IRI https://w3id.org/rec/actuation/valueRestrictionType
Domain(s) actuation:ValueRestrictionc

genderfp

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

Datatype Properties

asGMLdp

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

asWKTdp

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

has serializationdp

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

actuation payloaddp

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

requestAccepteddp

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

response code as integerdp

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

response code as stringdp

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

valueRestrictionValuesdp

IRI https://w3id.org/rec/actuation/valueRestrictionValues
Domain(s) actuation:ValueRestrictionc

family namedp

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

first namedp

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

given namedp

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

last namedp

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

namedp

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

has alias IDdp

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

has auxiliary datadp

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

has citydp

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

has commentdp

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

has countrydp

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

has created timedp

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

has deleted timedp

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

has durationdp

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

has geo reference bearingdp

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

has geonames IDdp

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

has litteradp

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

has location attributedp

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

has observation timedp

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

has point in timedp

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

has popular namedp

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

has postal addressdp

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

has read timedp

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

has regiondp

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

has sourcedp

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

has start timedp

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

has stop timedp

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

has sustainability certificationdp

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

has timedp

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

has updated timedp

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

has valuedp

IRI https://w3id.org/rec/core/hasValue
Description An event may be associated with a value. This is a rather generic property which can be reused or extended by sub-classes to indicate, e.g., measurement values, actuation values, etc.
Domain(s) core:Eventc

has visting addressdp

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

has zip codedp

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

is located at local coordinatesdp

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

unit signdp

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

actuation commanddp

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

actuation requestdp

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

actuation responsedp

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

has actuation command timedp

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

has actuation request timedp

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

has actuation response timedp

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

has communication attributedp

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

has IP addressdp

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

has IP address portdp

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

has KNX attributedp

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

has KNX device IDdp

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

has KNX device portdp

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

has KNX group addressdp

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

has local endpoint IDdp

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

has Lora attributedp

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

has Lora DevEUIdp

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

has Modbus attributedp

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

has Modbus node IDdp

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

has Modbus registerdp

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

has Modbus register lengthdp

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

has offsetdp

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

has processed timedp

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

has scale factordp

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

lease enddp

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

lease startdp

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

Annotation Properties

has licenseap

IRI http://creativecommons.org/ns#license

Contributorap

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

Coverageap

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

Creatorap

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

Dateap

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

Descriptionap

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

Formatap

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

Identifierap

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

Languageap

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

Publisherap

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

Relationap

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

Rightsap

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

Sourceap

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

Subjectap

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

Titleap

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

Typeap

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

Dateap

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

Date Modifiedap

IRI http://purl.org/dc/terms/modified
Description Date on which the resource was changed.
Super-properties dcterms:dateap
Range(s) rdfs:Literalc

Preferred Namespace Prefixap

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

Preferred Namespace Uriap

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

coversRequirementsap

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

definitionap

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

endpointap

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

includedap

IRI https://karlhammar.com/owl2oas/o2o.owl#included
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

Namespaces

default (:)
https://w3id.org/rec/core/3.1.1/
:
https://w3id.org/rec/full/
actuation
https://w3id.org/rec/actuation/
agents
https://w3id.org/rec/agents/
building
https://w3id.org/rec/building/
cc
http://creativecommons.org/ns#
core
https://w3id.org/rec/core/
cpannotationschema
http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#
dc
http://purl.org/dc/elements/1.1/
dcterms
http://purl.org/dc/terms/
device
https://w3id.org/rec/device/
lease
https://w3id.org/rec/lease/
o2o
https://karlhammar.com/owl2oas/o2o.owl#
owl
http://www.w3.org/2002/07/owl#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
skos
http://www.w3.org/2004/02/skos/core#
vann
http://purl.org/vocab/vann/
xml
http://www.w3.org/XML/1998/namespace
xsd
http://www.w3.org/2001/XMLSchema#

Legend

cClasses
opObject Properties
fpFunctional Properties
dpData Properties
dpAnnotation Properties
pProperties
niNamed Individuals