primary cooling methodop # OPs
URI | https://w3id.org/rec/asset/primaryCoolingMethod |
---|---|
Range(s) | asset:HVACCoolingMethodc |
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.3 is a major feature release that contains a wealth of new features, some of which are:
As a consequence of the above changes, REC 3.3 deprecates many existing core functionalities. In keeping with our semantic versioning policy, entities or axioms from REC 3.2 that are deprecated remain usable and with unchanged semantics until the next compatibility-breaking REC release (4.0).
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:
URI | http://qudt.org/schema/qudt/DimensionlessUnit |
---|---|
Super-classes |
qudt:Unitc |
Sub-classes |
qudt:LogarithmicUnitc |
Members |
http://qudt.org/vocab/unit/DeciB http://qudt.org/vocab/unit/UNITLESS http://qudt.org/vocab/unit/B |
URI | http://qudt.org/schema/qudt/LogarithmicUnit |
---|---|
Super-classes |
qudt:DimensionlessUnitc |
Members |
http://qudt.org/vocab/unit/B http://qudt.org/vocab/unit/DeciB |
URI | 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 |
geosparql:asGMLdp geosparql:asWKTdp geosparql:hasSerializationdp |
In range of |
geosparql:defaultGeometryop geosparql:hasGeometryop |
URI | 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 core:Agentc actuation:actuationPayloaddp exactly 1 actuation:actuationPayloaddp only xsd:stringc actuation:targetActuatorop only core:Actuatorc actuation:hasCommandResponseop max 1 actuation:requestingAgentop only core:Agentc actuation:wasGeneratedFromRequestop exactly 1 |
In domain of |
actuation:wasGeneratedFromRequestop actuation:hasCommandResponseop |
In range of |
actuation:generatedCommandop actuation:responseToCommandop |
URI | 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:hasCommandResponseop actuation:generatedCommandResponseop |
URI | 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:ActuationRequestResponsec actuation:ActuationCommandc actuation:ActuationRequestc actuation:ActuationCommandResponsec |
URI | 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:payloadKeyValueDefinitionop actuation:isDefaultActuationInterfaceOfop actuation:isActuationInterfaceOfop |
In range of |
actuation:hasActuationInterfaceop actuation:hasDefaultActuationInterfaceop actuation:targetInterfaceop |
Members |
https://w3id.org/rec/example/HueBulbLightColorInterface https://w3id.org/rec/example/HueBulbBrightnessInterface |
URI | 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:hasRequestResponseop max 1 actuation:targetActuatorop min 1 core:Actuatorc actuation:actuationPayloaddp exactly 1 actuation:targetActuatorop only core:Actuatorc actuation:actuationPayloaddp only xsd:stringc actuation:requestingAgentop exactly 1 core:Agentc actuation:targetInterfaceop max 1 |
In domain of |
actuation:generatedCommandop actuation:targetInterfaceop actuation:hasRequestResponseop |
In range of |
actuation:responseToRequestop actuation:wasGeneratedFromRequestop |
URI | 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:generatedCommandResponseop actuation:responseToRequestop actuation:requestAccepteddp actuation:actuationObservedByop |
In range of |
actuation:hasRequestResponseop |
URI | 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:keyMandatoryfp actuation:valueDatatypefp actuation:valueRestrictionop actuation:keyStringfp |
In range of |
actuation:payloadKeyValueDefinitionop |
URI | 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 |
URI | 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:valueRestrictionResolutionfp actuation:valueRestrictionValuesdp actuation:valueRestrictionTypefp |
In range of |
actuation:valueRestrictionop |
URI | https://w3id.org/rec/addressing/Address |
---|---|
Super-classes |
core:Informationc |
In domain of |
https://w3id.org/rec/addressing/countrydp https://w3id.org/rec/addressing/postalCodedp https://w3id.org/rec/addressing/citydp https://w3id.org/rec/addressing/addressLine1dp https://w3id.org/rec/addressing/regiondp https://w3id.org/rec/addressing/addressLine2dp |
In range of |
https://w3id.org/rec/addressing/addressop |
URI | https://w3id.org/rec/agents/Company |
---|---|
Super-classes |
agents:Organizationc |
URI | https://w3id.org/rec/agents/Department |
---|---|
Super-classes |
agents:Organizationc |
URI | 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 |
URI | 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 |
Restrictions |
core:hasPartop only agents:Organizationc agents:hasMemberop only agents:Personc core:isPartOfop only agents:Organizationc |
Sub-classes |
agents:Departmentc agents:Companyc |
In domain of |
agents:hasMemberop agents:logodp |
In range of |
agents:isMemberOfop |
URI | https://w3id.org/rec/agents/Person |
---|---|
Description |
A natural person (i.e., an individual human being). |
Super-classes |
core:Agentc |
Restrictions |
agents:isMemberOfop only agents:Organizationc |
In domain of |
agents:imagedp agents:isMemberOfop agents:familyNamedp agents:firstNamedp agents:givenNamedp agents:lastNamedp agents:genderfp |
In range of |
agents:hasMemberop |
URI | https://w3id.org/rec/analytics/Aggregate |
---|---|
Super-classes |
core:Observationc |
Restrictions |
analytics:generatedByop exactly 1 analytics:AnalysisProcessc |
URI | 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 |
analytics:analysisConfigurationop |
URI | 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 |
analytics:analysisConfigurationop |
In range of |
analytics:generatedByop |
URI | https://w3id.org/rec/analytics/DataSeries |
---|---|
Description |
A series of somehow related observations. |
Super-classes |
core:Informationc |
Restrictions |
analytics:seriesMembersop min 1 core:Observationc analytics:generatedByop max 1 analytics:AnalysisProcessc |
In domain of |
analytics:seriesMembersop |
URI | https://w3id.org/rec/analytics/Prediction |
---|---|
Super-classes |
core:Observationc |
Restrictions |
analytics:generatedByop exactly 1 analytics:AnalysisProcessc |
URI | https://w3id.org/rec/asset/ACElectricalSystem |
---|---|
Super-classes |
asset:ElectricalSystemc |
URI | https://w3id.org/rec/asset/AccessControlEquipment |
---|---|
Super-classes |
asset:SecurityEquipmentc |
Sub-classes |
asset:AccessReaderc asset:RequestToExitDevicec asset:AccessControlPanelc asset:IntercomEntryc |
URI | https://w3id.org/rec/asset/AccessControlPanel |
---|---|
Super-classes |
asset:AccessControlEquipmentc |
URI | https://w3id.org/rec/asset/AccessPanel |
---|---|
Super-classes |
asset:BarrierAssetc |
URI | https://w3id.org/rec/asset/AccessReader |
---|---|
Super-classes |
asset:AccessControlEquipmentc |
URI | https://w3id.org/rec/asset/AirCompressor |
---|---|
Super-classes |
asset:PlumbingEquipmentc |
Restrictions |
asset:motorPowerdp only http://qudt.org/vocab/unit/HPc asset:freeAirDeliverydp only http://qudt.org/vocab/unit/L-PER-SECc asset:workingPressuredp only http://qudt.org/vocab/unit/PSIc |
URI | https://w3id.org/rec/asset/AirFilter |
---|---|
Super-classes |
asset:HVACEquipmentc |
Restrictions |
asset:fanop only asset:Fanc |
URI | https://w3id.org/rec/asset/ArchitecturalAsset |
---|---|
Super-classes |
core:Assetc |
Sub-classes |
asset:BarrierAssetc |
URI | https://w3id.org/rec/asset/ArchitecturalAssetCollection |
---|---|
Super-classes |
core:AssetCollectionc |
Restrictions |
core:includesop some asset:ArchitecturalAssetc core:includesop only asset:ArchitecturalAssetc |
URI | https://w3id.org/rec/asset/AudioVisualEquipment |
---|---|
Super-classes |
asset:ICTEquipmentc |
URI | https://w3id.org/rec/asset/AutomaticTransferSwitch |
---|---|
Super-classes |
asset:TransferSwitchc |
Restrictions |
asset:switchingMechanismdp only () asset:transitionTypedp only () |
URI | https://w3id.org/rec/asset/BACnetController |
---|---|
Super-classes |
asset:Controllerc |
URI | https://w3id.org/rec/asset/BACnetNetworkSystem |
---|---|
Super-classes |
asset:ControlsSystemc |
URI | https://w3id.org/rec/asset/BackdraftDamper |
---|---|
Super-classes |
asset:Damperc |
URI | https://w3id.org/rec/asset/BarrierAsset |
---|---|
Super-classes |
asset:ArchitecturalAssetc |
Restrictions |
asset:materialdp only xsd:stringc asset:servicedp only () asset:widthdp only http://qudt.org/vocab/unit/CentiMc asset:toSpaceop some core:Spacec asset:frameMaterialdp only xsd:stringc asset:fromSpaceop some core:Spacec asset:fireRatingdp only http://qudt.org/vocab/unit/HRc asset:heightdp only http://qudt.org/vocab/unit/CentiMc asset:thicknessdp only http://qudt.org/vocab/unit/CentiMc |
Sub-classes |
asset:Windowc asset:Partitionc asset:AccessPanelc asset:Doorc |
URI | https://w3id.org/rec/asset/Bed |
---|---|
Super-classes |
asset:Furniturec |
URI | https://w3id.org/rec/asset/Boiler |
---|---|
Super-classes |
asset:PlumbingEquipmentc |
Restrictions |
asset:powerInputdp only http://qudt.org/vocab/unit/Wc asset:typedp only () asset:mediumdp only () asset:powerOutputdp only xsd:doublec asset:tankCapacitydp only http://qudt.org/vocab/unit/Lc |
In domain of |
asset:recovery100FRisedp |
URI | https://w3id.org/rec/asset/Busway |
---|---|
Super-classes |
asset:ElectricalDistributionEquipmentc |
Restrictions |
asset:shortCircuitRatingdp only xsd:stringc asset:inputVoltagedp only http://qudt.org/vocab/unit/Vc asset:mainBusop only asset:ElectricalBusc asset:inputPhasesdp only () |
URI | https://w3id.org/rec/asset/CAVBox |
---|---|
Super-classes |
asset:TerminalUnitc |
URI | https://w3id.org/rec/asset/CarbonMonoxideDetector |
---|---|
Super-classes |
asset:FireDetectionEquipmentc |
Sub-classes |
asset:SmokeCarbonMonoxideDetectorc |
URI | https://w3id.org/rec/asset/CeilingFan |
---|---|
Super-classes |
asset:HVACFanc |
Restrictions |
asset:maxRotationSpeeddp only http://qudt.org/vocab/unit/REV-PER-MINc asset:bladeDiameterdp only http://qudt.org/vocab/unit/CentiMc |
URI | https://w3id.org/rec/asset/Chair |
---|---|
Super-classes |
asset:Furniturec |
URI | https://w3id.org/rec/asset/ChilledWaterPlant |
---|---|
Super-classes |
asset:HVACEquipmentGroupc |
URI | https://w3id.org/rec/asset/Chiller |
---|---|
Super-classes |
asset:HVACEquipmentc |
Restrictions |
asset:refrigerantTypedp only xsd:stringc asset:compressorTypedp only () asset:typedp only () asset:nominalCoolingCapacitydp only xsd:doublec asset:netSensibleCoolingCapacitydp only xsd:doublec |
URI | https://w3id.org/rec/asset/CleanAgentCabinet |
---|---|
Super-classes |
asset:CleanAgentEquipmentc |
URI | https://w3id.org/rec/asset/CleanAgentEquipment |
---|---|
Super-classes |
asset:FireSuppressionEquipmentc |
Sub-classes |
asset:CleanAgentCabinetc asset:CleanAgentTankc |
URI | https://w3id.org/rec/asset/CleanAgentTank |
---|---|
Super-classes |
asset:CleanAgentEquipmentc |
URI | https://w3id.org/rec/asset/Cogenerator |
---|---|
Super-classes |
asset:Generatorc |
URI | https://w3id.org/rec/asset/Component |
---|---|
Super-classes |
core:Assetc |
Sub-classes |
asset:Tankc asset:Pumpc asset:HeatTracingc asset:HVACCoolingMethodc asset:Fanc asset:PipeConnectionc asset:HVACMixingBoxc asset:ElectricalBusc asset:DuctConnectionc asset:Valvec asset:HVACHeatingMethodc |
URI | https://w3id.org/rec/asset/CondensingUnit |
---|---|
Super-classes |
asset:HVACEquipmentc |
Restrictions |
asset:netSensibleHeatingCapacitydp only xsd:doublec asset:eerdp only xsd:doublec asset:nominalHeatingCapacitydp only xsd:doublec asset:typedp only () asset:nominalCoolingCapacitydp only xsd:doublec asset:refrigerantTypedp only xsd:stringc asset:netSensibleCoolingCapacitydp only xsd:doublec |
URI | https://w3id.org/rec/asset/Controller |
---|---|
Super-classes |
asset:ICTEquipmentc |
Sub-classes |
asset:BACnetControllerc asset:ModbusControllerc |
URI | https://w3id.org/rec/asset/ControlsSystem |
---|---|
Super-classes |
asset:Systemc |
Sub-classes |
asset:ModbusNetworkSystemc asset:OPCDANetworkSystemc asset:BACnetNetworkSystemc asset:OPCUANetworkSystemc |
URI | https://w3id.org/rec/asset/ConveyanceEquipment |
---|---|
Super-classes |
asset:Equipmentc |
Restrictions |
asset:typedp only xsd:stringc |
Sub-classes |
asset:Escalatorc asset:Elevatorc asset:ElevatorMachinec asset:MovingWalkwayc |
URI | https://w3id.org/rec/asset/ConveyanceEquipmentGroup |
---|---|
Super-classes |
asset:EquipmentGroupc |
Restrictions |
core:includesop some asset:ConveyanceEquipmentc core:includesop only asset:ConveyanceEquipmentc |
URI | https://w3id.org/rec/asset/CoolingTower |
---|---|
Super-classes |
asset:HVACEquipmentc |
Restrictions |
asset:nominalCoolingCapacitydp only xsd:doublec asset:flowCapacitydp only http://qudt.org/vocab/unit/L-PER-SECc asset:fanop only asset:Fanc |
URI | https://w3id.org/rec/asset/DCElectricalSystem |
---|---|
Super-classes |
asset:ElectricalSystemc |
URI | https://w3id.org/rec/asset/Damper |
---|---|
Super-classes |
asset:HVACEquipmentc |
Restrictions |
asset:leakageClassdp only () asset:servicedp only () asset:ductInletop only asset:DuctConnectionc asset:bladeTypedp only () |
Sub-classes |
asset:FireDamperc asset:BackdraftDamperc asset:SmokeDamperc |
URI | https://w3id.org/rec/asset/DataNetworkEquipment |
---|---|
Super-classes |
asset:ICTEquipmentc |
Restrictions |
asset:mountedInRackop only asset:ITRackc |
Sub-classes |
asset:EthernetSwitchc asset:EthernetRouterc asset:EthernetSwitchPortc asset:WirelessAccessPointc asset:NetworkSecurityEquipmentc |
URI | https://w3id.org/rec/asset/DaylightSensorEquipment |
---|---|
Super-classes |
asset:SensorEquipmentc |
URI | https://w3id.org/rec/asset/DedicatedOutdoorAirSystem |
---|---|
Super-classes |
asset:AirHandlingUnitc |
URI | https://w3id.org/rec/asset/DomesticColdWaterSystem |
---|---|
Super-classes |
asset:DomesticWaterSystemc |
URI | https://w3id.org/rec/asset/DomesticHotWaterRecircSystem |
---|---|
Super-classes |
asset:DomesticWaterSystemc |
URI | https://w3id.org/rec/asset/DomesticHotWaterSystem |
---|---|
Super-classes |
asset:DomesticWaterSystemc |
URI | https://w3id.org/rec/asset/DomesticNonPotableWaterSystem |
---|---|
Super-classes |
asset:DomesticWaterSystemc |
URI | https://w3id.org/rec/asset/DomesticWaterPump |
---|---|
Super-classes |
asset:PlumbingPumpc |
URI | https://w3id.org/rec/asset/DomesticWaterSystem |
---|---|
Super-classes |
asset:PlumbingWaterSystemc |
Sub-classes |
asset:DomesticNonPotableWaterSystemc asset:DomesticHotWaterRecircSystemc asset:DomesticColdWaterSystemc asset:DomesticHotWaterSystemc |
URI | https://w3id.org/rec/asset/Door |
---|---|
Super-classes |
asset:BarrierAssetc |
URI | https://w3id.org/rec/asset/Drain |
---|---|
Super-classes |
asset:PlumbingEquipmentc |
Sub-classes |
asset:RoofDrainc asset:FloorDrainc |
URI | https://w3id.org/rec/asset/DrainageSystem |
---|---|
Super-classes |
asset:PlumbingSystemc |
Sub-classes |
asset:StormDrainageSystemc asset:WasteVentDrainageSystemc |
URI | https://w3id.org/rec/asset/DuctConnection |
---|---|
Super-classes |
asset:Componentc |
Restrictions |
asset:configurationdp only () asset:sizedp only http://qudt.org/vocab/unit/MilliMc asset:shapedp only () |
In range of |
asset:ductInletop |
URI | https://w3id.org/rec/asset/EjectorPump |
---|---|
Super-classes |
asset:PlumbingPumpc |
URI | https://w3id.org/rec/asset/ElectricTankWaterHeater |
---|---|
Super-classes |
asset:TankWaterHeaterc |
Restrictions |
asset:powerInputdp only http://qudt.org/vocab/unit/Wc |
URI | https://w3id.org/rec/asset/ElectricTanklessWaterHeater |
---|---|
Super-classes |
asset:TanklessWaterHeaterc |
Restrictions |
asset:powerInputdp only http://qudt.org/vocab/unit/Wc |
URI | https://w3id.org/rec/asset/ElectricUnitHeater |
---|---|
Super-classes |
asset:UnitHeaterc |
Restrictions |
asset:powerInputdp only http://qudt.org/vocab/unit/Wc |
URI | https://w3id.org/rec/asset/ElectricalBus |
---|---|
Super-classes |
asset:Componentc |
Restrictions |
asset:materialdp only () asset:currentRatingdp only http://qudt.org/vocab/unit/Ac |
In range of |
asset:mainBusop |
URI | https://w3id.org/rec/asset/ElectricalCircuit |
---|---|
Super-classes |
asset:ElectricalEquipmentc |
Restrictions |
asset:voltagedp only http://qudt.org/vocab/unit/Vc asset:polesdp only () asset:wireSizedp only xsd:stringc asset:CBRatingdp only http://qudt.org/vocab/unit/Ac asset:wireTypedp only xsd:stringc |
Sub-classes |
asset:ElectricalCircuit1Polec asset:ElectricalCircuit3Polec asset:ElectricalCircuit2Polec |
In domain of |
asset:wireSizedp asset:wireTypedp asset:CBRatingdp |
URI | https://w3id.org/rec/asset/ElectricalCircuit1Pole |
---|---|
Super-classes |
asset:ElectricalCircuitc |
Restrictions |
asset:phase1dp only () |
URI | https://w3id.org/rec/asset/ElectricalCircuit2Pole |
---|---|
Super-classes |
asset:ElectricalCircuitc |
Restrictions |
asset:phase2dp only () asset:phase1dp only () |
URI | https://w3id.org/rec/asset/ElectricalCircuit3Pole |
---|---|
Super-classes |
asset:ElectricalCircuitc |
Restrictions |
asset:phase2dp only () asset:phase3dp only () asset:phase1dp only () |
URI | https://w3id.org/rec/asset/ElectricalDistributionEquipment |
---|---|
Super-classes |
asset:ElectricalEquipmentc |
Sub-classes |
asset:Transformerc asset:TransferSwitchc asset:VariableFrequencyDrivec asset:Buswayc asset:ElectricalPanelboardc asset:Switchgearc asset:Switchboardc |
URI | https://w3id.org/rec/asset/ElectricalEquipment |
---|---|
Super-classes |
asset:Equipmentc |
Sub-classes |
asset:ElectricalCircuitc asset:ElectricalDistributionEquipmentc asset:ElectricalGenerationStorageEquipmentc |
URI | https://w3id.org/rec/asset/ElectricalEquipmentGroup |
---|---|
Super-classes |
asset:EquipmentGroupc |
Restrictions |
core:includesop only asset:ElectricalEquipmentc core:includesop some asset:ElectricalEquipmentc |
URI | https://w3id.org/rec/asset/ElectricalGenerationStorageEquipment |
---|---|
Super-classes |
asset:ElectricalEquipmentc |
Sub-classes |
asset:UPSc asset:Generatorc |
URI | https://w3id.org/rec/asset/ElectricalPanelboard |
---|---|
Super-classes |
asset:ElectricalDistributionEquipmentc |
Restrictions |
asset:shortCircuitRatingdp only xsd:stringc asset:outputPhasesdp only () asset:inputVoltagedp only http://qudt.org/vocab/unit/Vc asset:maxNumberOfPolesdp only xsd:intc asset:mainBusop only asset:ElectricalBusc |
Sub-classes |
asset:ElectricalPanelboardMCBc asset:ElectricalPanelboardMLOc |
In domain of |
asset:maxNumberOfPolesdp |
URI | https://w3id.org/rec/asset/ElectricalPanelboardMCB |
---|---|
Super-classes |
asset:ElectricalPanelboardc |
Restrictions |
asset:MCBRatingdp only http://qudt.org/vocab/unit/Ac |
URI | https://w3id.org/rec/asset/ElectricalPanelboardMLO |
---|---|
Super-classes |
asset:ElectricalPanelboardc |
URI | https://w3id.org/rec/asset/ElectricalSystem |
---|---|
Super-classes |
asset:Systemc |
Sub-classes |
asset:DCElectricalSystemc asset:ACElectricalSystemc |
URI | https://w3id.org/rec/asset/ElectricityMeter |
---|---|
Super-classes |
asset:Meterc |
Restrictions |
asset:minVoltageRatingdp only http://qudt.org/vocab/unit/Vc asset:typedp only () asset:maxVoltageRatingdp only http://qudt.org/vocab/unit/Vc asset:subMeterOfop only asset:ElectricityMeterc asset:maxCurrentRatingdp only http://qudt.org/vocab/unit/Ac asset:measuresop only asset:ElectricalCircuitc asset:minCurrentRatingdp only http://qudt.org/vocab/unit/Ac |
URI | https://w3id.org/rec/asset/Elevator |
---|---|
Super-classes |
asset:ConveyanceEquipmentc |
Restrictions |
asset:maxLandingsdp only xsd:intc asset:maxTravelSpeeddp only http://qudt.org/vocab/unit/M-PER-SECc core:personCapacitydp only xsd:intc asset:maxTravelDistancedp only http://qudt.org/vocab/unit/Mc asset:weightCapacitydp only http://qudt.org/vocab/unit/KiloGMc |
URI | https://w3id.org/rec/asset/ElevatorMachine |
---|---|
Super-classes |
asset:ConveyanceEquipmentc |
Restrictions |
asset:motorPowerdp only http://qudt.org/vocab/unit/HPc asset:weightCapacitydp only http://qudt.org/vocab/unit/KiloGMc |
URI | https://w3id.org/rec/asset/EmergencyLight |
---|---|
Super-classes |
asset:SafetyLightingc |
URI | https://w3id.org/rec/asset/Equipment |
---|---|
Description |
Equipment that is permanently or semi-permanently mounted or installed in a building, e.g., HVAC systems, electrical systems, elevators, CC-TV-systems, etc. |
Super-classes |
core:Assetc |
Restrictions |
asset:isFedByop only owl:Thingc asset:feedsop only owl:Thingc |
Sub-classes |
asset:ConveyanceEquipmentc asset:Meterc asset:ElectricalEquipmentc asset:ICTEquipmentc asset:FireProtectionEquipmentc asset:PlumbingEquipmentc asset:LightingEquipmentc asset:HVACEquipmentc asset:SecurityEquipmentc |
URI | https://w3id.org/rec/asset/EquipmentCollection |
---|---|
Super-classes |
core:AssetCollectionc |
Sub-classes |
asset:EquipmentGroupc asset:Systemc |
URI | https://w3id.org/rec/asset/EquipmentGroup |
---|---|
Super-classes |
asset:EquipmentCollectionc |
Sub-classes |
asset:PlumbingEquipmentGroupc asset:FireProtectionEquipmentGroupc asset:SecurityEquipmentGroupc asset:ElectricalEquipmentGroupc asset:ConveyanceEquipmentGroupc asset:LightingEquipmentGroupc asset:MeterEquipmentGroupc asset:ICTEquipmentGroupc asset:HVACEquipmentGroupc |
URI | https://w3id.org/rec/asset/Escalator |
---|---|
Super-classes |
asset:ConveyanceEquipmentc |
Restrictions |
asset:stepWidthdp only http://qudt.org/vocab/unit/MilliMc asset:maxTravelSpeeddp only http://qudt.org/vocab/unit/M-PER-SECc asset:inclinationdp only http://qudt.org/vocab/unit/DEGc asset:maxVerticalRisedp only http://qudt.org/vocab/unit/Mc |
URI | https://w3id.org/rec/asset/EthernetRouter |
---|---|
Super-classes |
asset:DataNetworkEquipmentc |
Restrictions |
asset:heightRUsdp only xsd:intc asset:numberOfPortsdp only xsd:intc |
URI | https://w3id.org/rec/asset/EthernetSwitch |
---|---|
Super-classes |
asset:DataNetworkEquipmentc |
Restrictions |
asset:numberOfPortsdp only xsd:intc asset:heightRUsdp only xsd:intc |
URI | https://w3id.org/rec/asset/EthernetSwitchPort |
---|---|
Super-classes |
asset:DataNetworkEquipmentc |
Restrictions |
asset:poeTypedp only xsd:intc asset:portSpeeddp only xsd:stringc |
URI | https://w3id.org/rec/asset/ExhaustFan |
---|---|
Super-classes |
asset:HVACFanc |
URI | https://w3id.org/rec/asset/ExitSign |
---|---|
Super-classes |
asset:SafetyLightingc |
URI | https://w3id.org/rec/asset/Fan |
---|---|
Super-classes |
asset:Componentc |
Restrictions |
asset:nominalAirflowdp only http://qudt.org/vocab/unit/L-PER-SECc asset:motorPowerdp only http://qudt.org/vocab/unit/HPc asset:maxAirflowRatingdp only http://qudt.org/vocab/unit/L-PER-SECc asset:nominalExternalStaticPressuredp only http://qudt.org/vocab/unit/KiloPAc asset:minAirflowRatingdp only http://qudt.org/vocab/unit/L-PER-SECc asset:driveTypedp only () |
In range of |
asset:fanop asset:exhaustFanop asset:supplyFanop asset:returnFanop |
URI | https://w3id.org/rec/asset/FanCoilUnit |
---|---|
Super-classes |
asset:TerminalUnitc |
Restrictions |
asset:fanop only asset:Fanc asset:filterTypedp only xsd:stringc asset:netSensibleCoolingCapacitydp only xsd:doublec asset:primaryCoolingMethodop only asset:HVACCoolingMethodc asset:refrigerantTypedp only xsd:stringc asset:secondaryCoolingMethodop only asset:HVACCoolingMethodc asset:mountingdp only () asset:nominalCoolingCapacitydp only xsd:doublec asset:typedp only () |
Sub-classes |
asset:FanCoilUnitReheatc |
URI | https://w3id.org/rec/asset/FanCoilUnitReheat |
---|---|
Super-classes |
asset:FanCoilUnitc |
Restrictions |
asset:nominalHeatingCapacitydp only xsd:doublec asset:reHeatingMethodop only asset:HVACHeatingMethodc |
URI | https://w3id.org/rec/asset/FanPoweredBox |
---|---|
Super-classes |
asset:VAVBoxc |
Restrictions |
asset:fanop only asset:Fanc asset:configurationdp only () |
Sub-classes |
asset:FanPoweredBoxReheatc |
URI | https://w3id.org/rec/asset/FanPoweredBoxReheat |
---|---|
Super-classes |
asset:FanPoweredBoxc |
Restrictions |
asset:nominalHeatingCapacitydp only xsd:doublec asset:reHeatingMethodop only asset:HVACHeatingMethodc |
URI | https://w3id.org/rec/asset/Faucet |
---|---|
Super-classes |
asset:PlumbingFixturec |
Restrictions |
asset:mountedOnop only asset:Sinkc asset:typedp only () asset:numberOfHandlesdp only xsd:intc asset:maxFlowRatedp only http://qudt.org/vocab/unit/L-PER-SECc |
In domain of |
asset:numberOfHandlesdp |
URI | https://w3id.org/rec/asset/FireAlarmEquipment |
---|---|
Super-classes |
asset:FireProtectionEquipmentc |
URI | https://w3id.org/rec/asset/FireAlarmSystem |
---|---|
Super-classes |
asset:FireProtectionSystemc |
URI | https://w3id.org/rec/asset/FireDamper |
---|---|
Super-classes |
asset:Damperc |
Restrictions |
asset:fireRatingdp only http://qudt.org/vocab/unit/HRc |
Sub-classes |
asset:FireSmokeDamperc |
URI | https://w3id.org/rec/asset/FireDetectionEquipment |
---|---|
Super-classes |
asset:FireProtectionEquipmentc |
Sub-classes |
asset:SmokeDetectorc asset:CarbonMonoxideDetectorc asset:HeatDetectorc |
URI | https://w3id.org/rec/asset/FireExtinguisher |
---|---|
Super-classes |
asset:FireSuppressionEquipmentc |
URI | https://w3id.org/rec/asset/FireProtectionEquipment |
---|---|
Super-classes |
asset:Equipmentc |
Sub-classes |
asset:FireAlarmEquipmentc asset:FireDetectionEquipmentc asset:FireSuppressionEquipmentc |
URI | https://w3id.org/rec/asset/FireProtectionEquipmentGroup |
---|---|
Super-classes |
asset:EquipmentGroupc |
Restrictions |
core:includesop some asset:FireProtectionEquipmentc core:includesop only asset:FireProtectionEquipmentc |
Sub-classes |
asset:SprinklerPumpGroupc |
URI | https://w3id.org/rec/asset/FireProtectionSystem |
---|---|
Super-classes |
asset:Systemc |
Sub-classes |
asset:FireAlarmSystemc asset:FireSuppressionSystemc |
URI | https://w3id.org/rec/asset/FirePump |
---|---|
Super-classes |
asset:Pumpc asset:SprinklerEquipmentc |
URI | https://w3id.org/rec/asset/FireSmokeDamper |
---|---|
Super-classes |
asset:FireDamperc |
URI | https://w3id.org/rec/asset/FireSprinklerHead |
---|---|
Super-classes |
asset:SprinklerEquipmentc |
Restrictions |
asset:kFactorMetricdp only xsd:intc asset:typedp only () asset:kFactorImperialdp only xsd:intc |
URI | https://w3id.org/rec/asset/FireSuppressionEquipment |
---|---|
Super-classes |
asset:FireProtectionEquipmentc |
Sub-classes |
asset:SprinklerEquipmentc asset:FireExtinguisherc asset:CleanAgentEquipmentc |
URI | https://w3id.org/rec/asset/FireSuppressionSystem |
---|---|
Super-classes |
asset:FireProtectionSystemc |
Sub-classes |
asset:SprinklerSystemc |
URI | https://w3id.org/rec/asset/FloorDrain |
---|---|
Super-classes |
asset:Drainc |
URI | https://w3id.org/rec/asset/FlushometerValve |
---|---|
Super-classes |
asset:PlumbingFixturec |
Restrictions |
asset:typedp only () asset:technologydp only () asset:waterPerFlushdp only http://qudt.org/vocab/unit/Lc asset:mountedOnop only owl:Thingc |
URI | https://w3id.org/rec/asset/FuelOilSystem |
---|---|
Super-classes |
asset:PlumbingSystemc |
URI | https://w3id.org/rec/asset/Furniture |
---|---|
Super-classes |
core:Assetc |
Sub-classes |
asset:Bedc asset:Chairc |
URI | https://w3id.org/rec/asset/FurnitureCollection |
---|---|
Super-classes |
core:AssetCollectionc |
Restrictions |
core:includesop some asset:Furniturec core:includesop only asset:Furniturec |
URI | https://w3id.org/rec/asset/GasMeter |
---|---|
Super-classes |
asset:Meterc |
Restrictions |
asset:maxMassFlowRatingdp only http://qudt.org/vocab/unit/KiloGM-PER-HRc asset:maxTemperatureRatingdp only http://qudt.org/vocab/unit/DEG_Cc asset:maxPressureRatingdp only http://qudt.org/vocab/unit/KiloPAc asset:minMassFlowRatingdp only http://qudt.org/vocab/unit/KiloGM-PER-HRc asset:minTemperatureRatingdp only http://qudt.org/vocab/unit/DEG_Cc asset:subMeterOfop only asset:GasMeterc asset:typedp only xsd:stringc asset:measuresop only owl:Thingc |
URI | https://w3id.org/rec/asset/GasSystem |
---|---|
Super-classes |
asset:PlumbingSystemc |
Sub-classes |
asset:PropaneSystemc asset:SteamSystemc asset:NaturalGasSystemc |
URI | https://w3id.org/rec/asset/GasTankWaterHeater |
---|---|
Super-classes |
asset:TankWaterHeaterc |
Restrictions |
asset:powerInputdp only xsd:doublec |
URI | https://w3id.org/rec/asset/GasTanklessWaterHeater |
---|---|
Super-classes |
asset:TanklessWaterHeaterc |
Restrictions |
asset:powerInputdp only xsd:doublec |
URI | https://w3id.org/rec/asset/Gateway |
---|---|
Super-classes |
asset:ICTEquipmentc |
URI | https://w3id.org/rec/asset/Generator |
---|---|
Super-classes |
asset:ElectricalGenerationStorageEquipmentc |
Restrictions |
asset:dayTankCapacitydp only http://qudt.org/vocab/unit/Lc asset:primePowerdp only http://qudt.org/vocab/unit/KiloWc asset:frequencydp only xsd:intc asset:fuelTypedp only xsd:stringc asset:bulkStorageCapacitydp only http://qudt.org/vocab/unit/Lc asset:standbyPowerdp only http://qudt.org/vocab/unit/KiloWc asset:primePowerKVAdp only xsd:intc asset:standbyPowerKVAdp only xsd:intc asset:modeOfOperationdp only xsd:stringc asset:outputPhasesdp only () asset:outputVoltagedp only http://qudt.org/vocab/unit/Vc |
Sub-classes |
asset:Cogeneratorc |
In domain of |
asset:primePowerKVAdp asset:primePowerdp asset:standbyPowerKVAdp asset:standbyPowerdp |
URI | https://w3id.org/rec/asset/HVACAirSystem |
---|---|
Super-classes |
asset:HVACSystemc |
Sub-classes |
asset:HVACTransferAirSystemc asset:HVACConditionedAirSystemc asset:HVACExhaustAirSystemc |
URI | https://w3id.org/rec/asset/HVACBackflowPreventer |
---|---|
Super-classes |
asset:HVACValvec |
URI | https://w3id.org/rec/asset/HVACBalancingValve |
---|---|
Super-classes |
asset:HVACValvec |
URI | https://w3id.org/rec/asset/HVACCheckValve |
---|---|
Super-classes |
asset:HVACValvec |
URI | https://w3id.org/rec/asset/HVACChilledWaterSystem |
---|---|
Super-classes |
asset:HVACWaterSystemc |
URI | https://w3id.org/rec/asset/HVACCondenserWaterSystem |
---|---|
Super-classes |
asset:HVACWaterSystemc |
URI | https://w3id.org/rec/asset/HVACConditionedAirSystem |
---|---|
Super-classes |
asset:HVACAirSystemc |
Sub-classes |
asset:HVACSupplyAirSystemc asset:HVACOutsideAirSystemc asset:HVACReturnAirSystemc |
URI | https://w3id.org/rec/asset/HVACCoolingMethod |
---|---|
Super-classes |
asset:Componentc |
Restrictions |
asset:refrigerantTypedp only xsd:stringc asset:outsideDiameterdp only http://qudt.org/vocab/unit/MilliMc asset:typedp only () |
In range of |
asset:secondaryCoolingMethodop asset:primaryCoolingMethodop |
URI | https://w3id.org/rec/asset/HVACEquipment |
---|---|
Super-classes |
asset:Equipmentc |
Sub-classes |
asset:Damperc asset:UnitHeaterc asset:HVACPumpc asset:AirHandlingUnitc asset:HVACWaterTreatmentc asset:CoolingTowerc asset:HeatExchangerc asset:HVACHeatTracingc asset:CondensingUnitc asset:HVACValvec asset:HVACTankc asset:AirFilterc asset:HVACFanc asset:Chillerc asset:TerminalUnitc |
URI | https://w3id.org/rec/asset/HVACEquipmentGroup |
---|---|
Super-classes |
asset:EquipmentGroupc |
Restrictions |
core:includesop some asset:HVACEquipmentc core:includesop only asset:HVACEquipmentc |
Sub-classes |
asset:HVACPumpGroupc asset:ChilledWaterPlantc |
URI | https://w3id.org/rec/asset/HVACExhaustAirSystem |
---|---|
Super-classes |
asset:HVACAirSystemc |
Sub-classes |
asset:HVACGreaseExhaustAirSystemc |
URI | https://w3id.org/rec/asset/HVACFan |
---|---|
Super-classes |
asset:HVACEquipmentc |
Restrictions |
asset:fanop only asset:Fanc asset:ductInletop only asset:DuctConnectionc asset:typedp only xsd:stringc |
Sub-classes |
asset:SupplyFanc asset:CeilingFanc asset:TransferFanc asset:ExhaustFanc asset:StairPressurizationFanc |
URI | https://w3id.org/rec/asset/HVACGlobeValve |
---|---|
Super-classes |
asset:HVACValvec |
URI | https://w3id.org/rec/asset/HVACGreaseExhaustAirSystem |
---|---|
Super-classes |
asset:HVACExhaustAirSystemc |
URI | https://w3id.org/rec/asset/HVACHeatTracing |
---|---|
Super-classes |
asset:HVACEquipmentc asset:HeatTracingc |
URI | https://w3id.org/rec/asset/HVACHeatingMethod |
---|---|
Super-classes |
asset:Componentc |
Restrictions |
asset:outsideDiameterdp only http://qudt.org/vocab/unit/MilliMc asset:typedp only () |
In range of |
asset:preHeatingMethodop asset:reHeatingMethodop asset:heatingMethodop |
URI | https://w3id.org/rec/asset/HVACHotWaterSystem |
---|---|
Super-classes |
asset:HVACWaterSystemc |
URI | https://w3id.org/rec/asset/HVACHumidificationSystem |
---|---|
Super-classes |
asset:HVACWaterSystemc |
URI | https://w3id.org/rec/asset/HVACMixingBox |
---|---|
Super-classes |
asset:Componentc |
Restrictions |
asset:economizerdp only xsd:booleanc |
In range of |
asset:mixingBoxop |
URI | https://w3id.org/rec/asset/HVACOutsideAirSystem |
---|---|
Super-classes |
asset:HVACConditionedAirSystemc |
URI | https://w3id.org/rec/asset/HVACPressureReducingStation |
---|---|
Super-classes |
asset:HVACValvec |
URI | https://w3id.org/rec/asset/HVACPressureReducingValve |
---|---|
Super-classes |
asset:HVACValvec |
URI | https://w3id.org/rec/asset/HVACPump |
---|---|
Super-classes |
asset:HVACEquipmentc asset:Pumpc |
URI | https://w3id.org/rec/asset/HVACPumpGroup |
---|---|
Super-classes |
asset:HVACEquipmentGroupc |
URI | https://w3id.org/rec/asset/HVACRefrigerantSystem |
---|---|
Super-classes |
asset:HVACSystemc |
URI | https://w3id.org/rec/asset/HVACReturnAirSystem |
---|---|
Super-classes |
asset:HVACConditionedAirSystemc |
URI | https://w3id.org/rec/asset/HVACShutOffValve |
---|---|
Super-classes |
asset:HVACValvec |
Restrictions |
asset:typedp only () |
URI | https://w3id.org/rec/asset/HVACSolenoidValve |
---|---|
Super-classes |
asset:HVACValvec |
URI | https://w3id.org/rec/asset/HVACSupplyAirSystem |
---|---|
Super-classes |
asset:HVACConditionedAirSystemc |
URI | https://w3id.org/rec/asset/HVACSystem |
---|---|
Super-classes |
asset:Systemc |
Sub-classes |
asset:HVACAirSystemc asset:HVACWaterSystemc asset:HVACRefrigerantSystemc |
URI | https://w3id.org/rec/asset/HVACTank |
---|---|
Super-classes |
asset:Tankc asset:HVACEquipmentc |
URI | https://w3id.org/rec/asset/HVACTransferAirSystem |
---|---|
Super-classes |
asset:HVACAirSystemc |
URI | https://w3id.org/rec/asset/HVACValve |
---|---|
Super-classes |
asset:Valvec asset:HVACEquipmentc |
Sub-classes |
asset:HVACBalancingValvec asset:HVACShutOffValvec asset:HVACGlobeValvec asset:HVACPressureReducingStationc asset:HVACSolenoidValvec asset:HVACBackflowPreventerc asset:HVACCheckValvec asset:HVACPressureReducingValvec |
URI | https://w3id.org/rec/asset/HVACWaterSystem |
---|---|
Super-classes |
asset:HVACSystemc |
Sub-classes |
asset:HVACHotWaterSystemc asset:HVACChilledWaterSystemc asset:HVACHumidificationSystemc asset:HVACCondenserWaterSystemc |
URI | https://w3id.org/rec/asset/HVACWaterTreatment |
---|---|
Super-classes |
asset:HVACEquipmentc |
Sub-classes |
asset:WaterFilterc |
URI | https://w3id.org/rec/asset/HeatDetector |
---|---|
Super-classes |
asset:FireDetectionEquipmentc |
URI | https://w3id.org/rec/asset/HeatExchanger |
---|---|
Super-classes |
asset:HVACEquipmentc |
Restrictions |
asset:secondaryMaxTemperaturedp only http://qudt.org/vocab/unit/DEG_Cc asset:primaryMaxPressuredp only http://qudt.org/vocab/unit/KiloPAc asset:primaryFlowCapacitydp only http://qudt.org/vocab/unit/L-PER-SECc asset:primaryMaxTemperaturedp only http://qudt.org/vocab/unit/DEG_Cc asset:secondaryFlowCapacitydp only http://qudt.org/vocab/unit/L-PER-SECc asset:secondaryMaxPressuredp only http://qudt.org/vocab/unit/KiloPAc |
URI | https://w3id.org/rec/asset/HeatTracing |
---|---|
Super-classes |
asset:Componentc |
Restrictions |
asset:powerDensitydp only xsd:doublec asset:typedp only () |
Sub-classes |
asset:PlumbingHeatTracingc asset:SprinklerHeatTracingc asset:HVACHeatTracingc |
URI | https://w3id.org/rec/asset/HotWaterUnitHeater |
---|---|
Super-classes |
asset:UnitHeaterc |
Restrictions |
asset:flowCapacitydp only http://qudt.org/vocab/unit/L-PER-SECc |
URI | https://w3id.org/rec/asset/IAQSensorEquipment |
---|---|
Super-classes |
asset:SensorEquipmentc |
URI | https://w3id.org/rec/asset/ICTEquipment |
---|---|
Super-classes |
asset:Equipmentc |
Sub-classes |
asset:DataNetworkEquipmentc asset:AudioVisualEquipmentc asset:Controllerc asset:SensorEquipmentc asset:Gatewayc asset:ICTHardwarec asset:ITRackc |
URI | https://w3id.org/rec/asset/ICTEquipmentGroup |
---|---|
Super-classes |
asset:EquipmentGroupc |
Restrictions |
core:includesop only asset:ICTEquipmentc core:includesop some asset:ICTEquipmentc |
URI | https://w3id.org/rec/asset/ICTHardware |
---|---|
Super-classes |
asset:ICTEquipmentc |
Restrictions |
asset:mountedInRackop only asset:ITRackc |
Sub-classes |
asset:Serverc |
URI | https://w3id.org/rec/asset/ITEthernetNetworkSystem |
---|---|
Super-classes |
asset:ITSystemc |
URI | https://w3id.org/rec/asset/ITRack |
---|---|
Super-classes |
asset:ICTEquipmentc |
Restrictions |
asset:mountingdp only () asset:typedp only () asset:heightRUsdp only xsd:intc |
In range of |
asset:mountedInRackop |
URI | https://w3id.org/rec/asset/ITSystem |
---|---|
Super-classes |
asset:Systemc |
Sub-classes |
asset:ITEthernetNetworkSystemc |
URI | https://w3id.org/rec/asset/IntercomEntry |
---|---|
Super-classes |
asset:AccessControlEquipmentc |
URI | https://w3id.org/rec/asset/IntrusionDetectionEquipment |
---|---|
Super-classes |
asset:SecurityEquipmentc |
URI | https://w3id.org/rec/asset/IrrigationPump |
---|---|
Super-classes |
asset:PlumbingPumpc |
URI | https://w3id.org/rec/asset/IrrigationSystem |
---|---|
Super-classes |
asset:PlumbingWaterSystemc |
URI | https://w3id.org/rec/asset/JockeyPump |
---|---|
Super-classes |
asset:SprinklerEquipmentc asset:Pumpc |
URI | https://w3id.org/rec/asset/LeakDetectorEquipment |
---|---|
Super-classes |
asset:SensorEquipmentc |
URI | https://w3id.org/rec/asset/LightingController |
---|---|
Super-classes |
asset:LightingEquipmentc |
URI | https://w3id.org/rec/asset/LightingEquipment |
---|---|
Super-classes |
asset:Equipmentc |
Sub-classes |
asset:Luminairec asset:SafetyLightingc asset:LightingControllerc |
URI | https://w3id.org/rec/asset/LightingEquipmentGroup |
---|---|
Super-classes |
asset:EquipmentGroupc |
Restrictions |
core:includesop some asset:LightingEquipmentc core:includesop only asset:LightingEquipmentc |
URI | https://w3id.org/rec/asset/LightingSystem |
---|---|
Super-classes |
asset:Systemc |
URI | https://w3id.org/rec/asset/Luminaire |
---|---|
Super-classes |
asset:LightingEquipmentc |
Restrictions |
asset:mountingdp only () asset:powerInputdp only http://qudt.org/vocab/unit/Wc |
URI | https://w3id.org/rec/asset/MakeupAirUnit |
---|---|
Super-classes |
asset:AirHandlingUnitc |
URI | https://w3id.org/rec/asset/Meter |
---|---|
Super-classes |
asset:Equipmentc |
Sub-classes |
asset:ThermalMeterc asset:GasMeterc asset:ElectricityMeterc asset:WaterMeterc |
In domain of |
asset:subMeterOfop |
In range of |
asset:subMeterOfop |
URI | https://w3id.org/rec/asset/MeterEquipmentGroup |
---|---|
Super-classes |
asset:EquipmentGroupc |
Restrictions |
core:includesop only asset:Meterc core:includesop some asset:Meterc |
URI | https://w3id.org/rec/asset/ModbusController |
---|---|
Super-classes |
asset:Controllerc |
URI | https://w3id.org/rec/asset/ModbusNetworkSystem |
---|---|
Super-classes |
asset:ControlsSystemc |
URI | https://w3id.org/rec/asset/MovingWalkway |
---|---|
Super-classes |
asset:ConveyanceEquipmentc |
Restrictions |
asset:maxLengthdp only http://qudt.org/vocab/unit/Mc asset:inclinationdp only http://qudt.org/vocab/unit/DEGc asset:stepWidthdp only http://qudt.org/vocab/unit/MilliMc asset:maxTravelSpeeddp only http://qudt.org/vocab/unit/M-PER-SECc |
URI | https://w3id.org/rec/asset/NaturalGasSystem |
---|---|
Super-classes |
asset:GasSystemc |
URI | https://w3id.org/rec/asset/NetworkSecurityEquipment |
---|---|
Super-classes |
asset:DataNetworkEquipmentc |
Restrictions |
asset:heightRUsdp only xsd:intc asset:numberOfPortsdp only xsd:intc |
URI | https://w3id.org/rec/asset/OPCDANetworkSystem |
---|---|
Super-classes |
asset:ControlsSystemc |
URI | https://w3id.org/rec/asset/OPCUANetworkSystem |
---|---|
Super-classes |
asset:ControlsSystemc |
URI | https://w3id.org/rec/asset/OccupancySensorEquipment |
---|---|
Super-classes |
asset:SensorEquipmentc |
URI | https://w3id.org/rec/asset/Partition |
---|---|
Super-classes |
asset:BarrierAssetc |
URI | https://w3id.org/rec/asset/PeopleCountSensorEquipment |
---|---|
Super-classes |
asset:SensorEquipmentc |
URI | https://w3id.org/rec/asset/PipeConnection |
---|---|
Super-classes |
asset:Componentc |
Restrictions |
asset:outsideDiameterdp only http://qudt.org/vocab/unit/MilliMc asset:nominalDiameterdp only http://qudt.org/vocab/unit/MilliMc asset:insideDiameterdp only http://qudt.org/vocab/unit/MilliMc |
In range of |
asset:pipeOutletop asset:pipeInletop |
URI | https://w3id.org/rec/asset/PlumbingBackflowPreventer |
---|---|
Super-classes |
asset:PlumbingValvec |
URI | https://w3id.org/rec/asset/PlumbingBalancingValve |
---|---|
Super-classes |
asset:PlumbingValvec |
URI | https://w3id.org/rec/asset/PlumbingCheckValve |
---|---|
Super-classes |
asset:PlumbingValvec |
URI | https://w3id.org/rec/asset/PlumbingEquipment |
---|---|
Super-classes |
asset:Equipmentc |
Sub-classes |
asset:WaterHeaterc asset:Drainc asset:PlumbingHeatTracingc asset:PlumbingValvec asset:PlumbingTankc asset:PlumbingFixturec asset:PlumbingWaterTreatmentc asset:PlumbingPumpc asset:Boilerc asset:AirCompressorc |
URI | https://w3id.org/rec/asset/PlumbingEquipmentGroup |
---|---|
Super-classes |
asset:EquipmentGroupc |
Restrictions |
core:includesop some asset:PlumbingEquipmentc core:includesop only asset:PlumbingEquipmentc |
Sub-classes |
asset:PlumbingPumpGroupc |
URI | https://w3id.org/rec/asset/PlumbingExpansionTank |
---|---|
Super-classes |
asset:PlumbingTankc |
Restrictions |
asset:typedp only () |
URI | https://w3id.org/rec/asset/PlumbingFixture |
---|---|
Super-classes |
asset:PlumbingEquipmentc |
Sub-classes |
asset:Toiletc asset:FlushometerValvec asset:Faucetc asset:Sinkc asset:Urinalc |
URI | https://w3id.org/rec/asset/PlumbingGlobeValve |
---|---|
Super-classes |
asset:PlumbingValvec |
URI | https://w3id.org/rec/asset/PlumbingHeatTracing |
---|---|
Super-classes |
asset:PlumbingEquipmentc asset:HeatTracingc |
URI | https://w3id.org/rec/asset/PlumbingPressureReducingStation |
---|---|
Super-classes |
asset:PlumbingValvec |
URI | https://w3id.org/rec/asset/PlumbingPressureReducingValve |
---|---|
Super-classes |
asset:PlumbingValvec |
URI | https://w3id.org/rec/asset/PlumbingPump |
---|---|
Super-classes |
asset:Pumpc asset:PlumbingEquipmentc |
Sub-classes |
asset:IrrigationPumpc asset:SumpPumpc asset:DomesticWaterPumpc asset:EjectorPumpc |
URI | https://w3id.org/rec/asset/PlumbingPumpGroup |
---|---|
Super-classes |
asset:PlumbingEquipmentGroupc |
URI | https://w3id.org/rec/asset/PlumbingShutOffValve |
---|---|
Super-classes |
asset:PlumbingValvec |
Restrictions |
asset:typedp only () |
URI | https://w3id.org/rec/asset/PlumbingSolenoidValve |
---|---|
Super-classes |
asset:PlumbingValvec |
URI | https://w3id.org/rec/asset/PlumbingStorageTank |
---|---|
Super-classes |
asset:PlumbingTankc |
Restrictions |
asset:typedp only () asset:arrangementdp only () |
URI | https://w3id.org/rec/asset/PlumbingSystem |
---|---|
Super-classes |
asset:Systemc |
Sub-classes |
asset:PlumbingWaterSystemc asset:FuelOilSystemc asset:GasSystemc asset:DrainageSystemc |
URI | https://w3id.org/rec/asset/PlumbingTank |
---|---|
Super-classes |
asset:PlumbingEquipmentc asset:Tankc |
Sub-classes |
asset:PlumbingStorageTankc asset:PlumbingExpansionTankc |
URI | https://w3id.org/rec/asset/PlumbingValve |
---|---|
Super-classes |
asset:PlumbingEquipmentc asset:Valvec |
Sub-classes |
asset:PlumbingPressureReducingValvec asset:PlumbingBackflowPreventerc asset:PlumbingPressureReducingStationc asset:PlumbingBalancingValvec asset:PlumbingGlobeValvec asset:PlumbingCheckValvec asset:PlumbingShutOffValvec asset:PlumbingSolenoidValvec |
URI | https://w3id.org/rec/asset/PlumbingWaterSystem |
---|---|
Super-classes |
asset:PlumbingSystemc |
Sub-classes |
asset:DomesticWaterSystemc asset:IrrigationSystemc asset:WaterFeatureSystemc |
URI | https://w3id.org/rec/asset/PlumbingWaterTreatment |
---|---|
Super-classes |
asset:PlumbingEquipmentc |
URI | https://w3id.org/rec/asset/PreActionCabinet |
---|---|
Super-classes |
asset:PreActionEquipmentc |
URI | https://w3id.org/rec/asset/PreActionEquipment |
---|---|
Super-classes |
asset:SprinklerEquipmentc |
Sub-classes |
asset:PreActionCabinetc asset:PreActionTankc |
URI | https://w3id.org/rec/asset/PreActionTank |
---|---|
Super-classes |
asset:PreActionEquipmentc |
URI | https://w3id.org/rec/asset/PropaneSystem |
---|---|
Super-classes |
asset:GasSystemc |
URI | https://w3id.org/rec/asset/Pump |
---|---|
Super-classes |
asset:Componentc |
Restrictions |
asset:pressureCapacitydp only http://qudt.org/vocab/unit/PSIc asset:flowCapacitydp only http://qudt.org/vocab/unit/L-PER-SECc asset:pipeOutletop only asset:PipeConnectionc asset:typedp only () asset:pumpingMediadp only xsd:stringc asset:pipeInletop only asset:PipeConnectionc asset:headCapacitydp only xsd:intc |
Sub-classes |
asset:FirePumpc asset:PlumbingPumpc asset:JockeyPumpc asset:HVACPumpc |
URI | https://w3id.org/rec/asset/RequestToExitDevice |
---|---|
Super-classes |
asset:AccessControlEquipmentc |
URI | https://w3id.org/rec/asset/RoofDrain |
---|---|
Super-classes |
asset:Drainc |
URI | https://w3id.org/rec/asset/RooftopUnit |
---|---|
Super-classes |
asset:AirHandlingUnitc |
URI | https://w3id.org/rec/asset/SafetyLighting |
---|---|
Super-classes |
asset:LightingEquipmentc |
Sub-classes |
asset:ExitSignc asset:EmergencyLightc |
URI | https://w3id.org/rec/asset/SecurityEquipment |
---|---|
Super-classes |
asset:Equipmentc |
Sub-classes |
asset:AccessControlEquipmentc asset:VideoSurveillanceEquipmentc asset:IntrusionDetectionEquipmentc |
URI | https://w3id.org/rec/asset/SecurityEquipmentGroup |
---|---|
Super-classes |
asset:EquipmentGroupc |
Restrictions |
core:includesop some asset:SecurityEquipmentc core:includesop only asset:SecurityEquipmentc |
URI | https://w3id.org/rec/asset/SensorEquipment |
---|---|
Super-classes |
asset:ICTEquipmentc |
Restrictions |
asset:batteryPercentagedp only xsd:doublec asset:wifiSignalStrengthdp only xsd:doublec |
Sub-classes |
asset:ThermostatEquipmentc asset:LeakDetectorEquipmentc asset:DaylightSensorEquipmentc asset:PeopleCountSensorEquipmentc asset:VibrationSensorEquipmentc asset:OccupancySensorEquipmentc asset:IAQSensorEquipmentc |
Members |
https://w3id.org/rec/example/HueMotionSensor1 |
URI | https://w3id.org/rec/asset/Server |
---|---|
Super-classes |
asset:ICTHardwarec |
Restrictions |
asset:numberOfPortsdp only xsd:intc asset:heightRUsdp only xsd:intc |
URI | https://w3id.org/rec/asset/Sink |
---|---|
Super-classes |
asset:PlumbingFixturec |
URI | https://w3id.org/rec/asset/SmokeCarbonMonoxideDetector |
---|---|
Super-classes |
asset:SmokeDetectorc asset:CarbonMonoxideDetectorc |
URI | https://w3id.org/rec/asset/SmokeDamper |
---|---|
Super-classes |
asset:Damperc |
URI | https://w3id.org/rec/asset/SmokeDetector |
---|---|
Super-classes |
asset:FireDetectionEquipmentc |
Sub-classes |
asset:SmokeCarbonMonoxideDetectorc |
URI | https://w3id.org/rec/asset/SprinklerBackflowPreventer |
---|---|
Super-classes |
asset:SprinklerValvec |
URI | https://w3id.org/rec/asset/SprinklerBalancingValve |
---|---|
Super-classes |
asset:SprinklerValvec |
URI | https://w3id.org/rec/asset/SprinklerCheckValve |
---|---|
Super-classes |
asset:SprinklerValvec |
URI | https://w3id.org/rec/asset/SprinklerEquipment |
---|---|
Super-classes |
asset:FireSuppressionEquipmentc |
Sub-classes |
asset:SprinklerValvec asset:SprinklerHeatTracingc asset:JockeyPumpc asset:FireSprinklerHeadc asset:PreActionEquipmentc asset:FirePumpc asset:SprinklerTankc |
URI | https://w3id.org/rec/asset/SprinklerGlobeValve |
---|---|
Super-classes |
asset:SprinklerValvec |
URI | https://w3id.org/rec/asset/SprinklerHeatTracing |
---|---|
Super-classes |
asset:SprinklerEquipmentc asset:HeatTracingc |
URI | https://w3id.org/rec/asset/SprinklerPressureReducingStation |
---|---|
Super-classes |
asset:SprinklerValvec |
URI | https://w3id.org/rec/asset/SprinklerPressureReducingValve |
---|---|
Super-classes |
asset:SprinklerValvec |
URI | https://w3id.org/rec/asset/SprinklerPumpGroup |
---|---|
Super-classes |
asset:FireProtectionEquipmentGroupc |
URI | https://w3id.org/rec/asset/SprinklerShutOffValve |
---|---|
Super-classes |
asset:SprinklerValvec |
Restrictions |
asset:typedp only () |
URI | https://w3id.org/rec/asset/SprinklerSolenoidValve |
---|---|
Super-classes |
asset:SprinklerValvec |
URI | https://w3id.org/rec/asset/SprinklerSystem |
---|---|
Super-classes |
asset:FireSuppressionSystemc |
URI | https://w3id.org/rec/asset/SprinklerTank |
---|---|
Super-classes |
asset:Tankc asset:SprinklerEquipmentc |
URI | https://w3id.org/rec/asset/SprinklerValve |
---|---|
Super-classes |
asset:SprinklerEquipmentc asset:Valvec |
Sub-classes |
asset:SprinklerSolenoidValvec asset:SprinklerShutOffValvec asset:SprinklerBackflowPreventerc asset:SprinklerGlobeValvec asset:SprinklerBalancingValvec asset:SprinklerPressureReducingValvec asset:SprinklerCheckValvec asset:SprinklerPressureReducingStationc |
URI | https://w3id.org/rec/asset/StairPressurizationFan |
---|---|
Super-classes |
asset:HVACFanc |
URI | https://w3id.org/rec/asset/SteamSystem |
---|---|
Super-classes |
asset:GasSystemc |
URI | https://w3id.org/rec/asset/SteamUnitHeater |
---|---|
Super-classes |
asset:UnitHeaterc |
Restrictions |
asset:condensatedp only xsd:intc |
URI | https://w3id.org/rec/asset/StormDrainageSystem |
---|---|
Super-classes |
asset:DrainageSystemc |
URI | https://w3id.org/rec/asset/SumpPump |
---|---|
Super-classes |
asset:PlumbingPumpc |
URI | https://w3id.org/rec/asset/SupplyFan |
---|---|
Super-classes |
asset:HVACFanc |
URI | https://w3id.org/rec/asset/SurveillanceCamera |
---|---|
Super-classes |
asset:VideoSurveillanceEquipmentc |
URI | https://w3id.org/rec/asset/SurveillanceNVR |
---|---|
Description |
Network video recorder. |
Super-classes |
asset:VideoSurveillanceEquipmentc |
URI | https://w3id.org/rec/asset/Switchboard |
---|---|
Super-classes |
asset:ElectricalDistributionEquipmentc |
Restrictions |
asset:inputVoltagedp only http://qudt.org/vocab/unit/Vc asset:shortCircuitRatingdp only xsd:stringc asset:inputPhasesdp only () asset:mainBusop only asset:ElectricalBusc |
URI | https://w3id.org/rec/asset/Switchgear |
---|---|
Super-classes |
asset:ElectricalDistributionEquipmentc |
Restrictions |
asset:shortCircuitRatingdp only xsd:stringc asset:mainBusop only asset:ElectricalBusc asset:inputVoltagedp only http://qudt.org/vocab/unit/Vc asset:inputPhasesdp only () |
URI | https://w3id.org/rec/asset/System |
---|---|
Super-classes |
asset:EquipmentCollectionc |
Restrictions |
core:isPartOfop only asset:Systemc asset:servicedp only () core:commentdp only xsd:stringc |
Sub-classes |
asset:ElectricalSystemc asset:ITSystemc asset:HVACSystemc asset:PlumbingSystemc asset:LightingSystemc asset:FireProtectionSystemc asset:ControlsSystemc |
URI | https://w3id.org/rec/asset/Tank |
---|---|
Super-classes |
asset:Componentc |
Restrictions |
asset:systemPressuredp only http://qudt.org/vocab/unit/PSIc asset:tankCapacitydp only http://qudt.org/vocab/unit/Lc |
Sub-classes |
asset:SprinklerTankc asset:HVACTankc asset:PlumbingTankc |
URI | https://w3id.org/rec/asset/TankWaterHeater |
---|---|
Super-classes |
asset:WaterHeaterc |
Restrictions |
asset:tankCapacitydp only http://qudt.org/vocab/unit/Lc |
Sub-classes |
asset:GasTankWaterHeaterc asset:ElectricTankWaterHeaterc |
URI | https://w3id.org/rec/asset/TanklessWaterHeater |
---|---|
Super-classes |
asset:WaterHeaterc |
Sub-classes |
asset:GasTanklessWaterHeaterc asset:ElectricTanklessWaterHeaterc |
URI | https://w3id.org/rec/asset/TerminalUnit |
---|---|
Super-classes |
asset:HVACEquipmentc |
Restrictions |
asset:ductInletop only asset:DuctConnectionc asset:minAirflowRatingdp only http://qudt.org/vocab/unit/L-PER-SECc asset:maxAirflowRatingdp only http://qudt.org/vocab/unit/L-PER-SECc |
Sub-classes |
asset:VAVBoxc asset:FanCoilUnitc asset:CAVBoxc |
URI | https://w3id.org/rec/asset/ThermalMeter |
---|---|
Super-classes |
asset:Meterc |
Restrictions |
asset:measuresop only owl:Thingc asset:subMeterOfop only asset:ThermalMeterc asset:minVolumeFlowRatingdp only http://qudt.org/vocab/unit/L-PER-SECc asset:maxTemperatureRatingdp only http://qudt.org/vocab/unit/DEG_Cc asset:maxPressureRatingdp only http://qudt.org/vocab/unit/KiloPAc asset:maxVolumeFlowRatingdp only http://qudt.org/vocab/unit/L-PER-SECc asset:minTemperatureRatingdp only http://qudt.org/vocab/unit/DEG_Cc asset:typedp only xsd:stringc |
URI | https://w3id.org/rec/asset/ThermostatEquipment |
---|---|
Super-classes |
asset:SensorEquipmentc |
URI | https://w3id.org/rec/asset/Toilet |
---|---|
Super-classes |
asset:PlumbingFixturec |
Restrictions |
asset:waterPerFlushdp only http://qudt.org/vocab/unit/Lc asset:installationTypedp only () |
Sub-classes |
asset:ToiletFlushometerc asset:ToiletTankc |
URI | https://w3id.org/rec/asset/ToiletFlushometer |
---|---|
Super-classes |
asset:Toiletc |
URI | https://w3id.org/rec/asset/ToiletTank |
---|---|
Super-classes |
asset:Toiletc |
Restrictions |
asset:flushingTypedp only () |
URI | https://w3id.org/rec/asset/TransferFan |
---|---|
Super-classes |
asset:HVACFanc |
URI | https://w3id.org/rec/asset/TransferSwitch |
---|---|
Super-classes |
asset:ElectricalDistributionEquipmentc |
Restrictions |
asset:polesdp only () asset:mainsRatingdp only http://qudt.org/vocab/unit/Ac |
Sub-classes |
asset:AutomaticTransferSwitchc |
URI | https://w3id.org/rec/asset/Transformer |
---|---|
Super-classes |
asset:ElectricalDistributionEquipmentc |
Restrictions |
asset:typedp only xsd:stringc asset:sizeKVAdp only xsd:intc asset:phasesdp only () asset:voltageSecondarydp only http://qudt.org/vocab/unit/Vc asset:voltagePrimarydp only http://qudt.org/vocab/unit/Vc |
URI | https://w3id.org/rec/asset/UPS |
---|---|
Super-classes |
asset:ElectricalGenerationStorageEquipmentc |
Restrictions |
asset:inputPhasesdp only () asset:powerOutputdp only http://qudt.org/vocab/unit/KiloWc asset:runtimedp only http://qudt.org/vocab/unit/MINc asset:inputVoltagedp only http://qudt.org/vocab/unit/Vc asset:powerOutputKVAdp only xsd:intc asset:outputPhasesdp only () asset:outputVoltagedp only http://qudt.org/vocab/unit/Vc |
URI | https://w3id.org/rec/asset/UnitHeater |
---|---|
Super-classes |
asset:HVACEquipmentc |
Restrictions |
asset:nominalHeatingCapacitydp only xsd:doublec asset:fanop only asset:Fanc asset:heatingMethodop only asset:HVACHeatingMethodc asset:typedp only () |
Sub-classes |
asset:HotWaterUnitHeaterc asset:ElectricUnitHeaterc asset:SteamUnitHeaterc |
URI | https://w3id.org/rec/asset/Urinal |
---|---|
Super-classes |
asset:PlumbingFixturec |
Sub-classes |
asset:UrinalFlushometerc asset:UrinalWaterlessc |
URI | https://w3id.org/rec/asset/UrinalFlushometer |
---|---|
Super-classes |
asset:Urinalc |
Restrictions |
asset:waterPerFlushdp only http://qudt.org/vocab/unit/Lc |
URI | https://w3id.org/rec/asset/UrinalWaterless |
---|---|
Super-classes |
asset:Urinalc |
URI | https://w3id.org/rec/asset/VAVBox |
---|---|
Super-classes |
asset:TerminalUnitc |
Sub-classes |
asset:VAVBoxReheatc asset:FanPoweredBoxc |
URI | https://w3id.org/rec/asset/VAVBoxReheat |
---|---|
Super-classes |
asset:VAVBoxc |
Restrictions |
asset:nominalHeatingCapacitydp only xsd:doublec asset:reHeatingMethodop only asset:HVACHeatingMethodc |
URI | https://w3id.org/rec/asset/Valve |
---|---|
Super-classes |
asset:Componentc |
Restrictions |
asset:pipeOutletop only asset:PipeConnectionc asset:flowCapacitydp only http://qudt.org/vocab/unit/L-PER-SECc asset:pipeInletop only asset:PipeConnectionc asset:pressureCapacitydp only http://qudt.org/vocab/unit/PSIc |
Sub-classes |
asset:HVACValvec asset:PlumbingValvec asset:SprinklerValvec |
URI | https://w3id.org/rec/asset/VariableFrequencyDrive |
---|---|
Super-classes |
asset:ElectricalDistributionEquipmentc |
Restrictions |
asset:typedp only () |
URI | https://w3id.org/rec/asset/VibrationSensorEquipment |
---|---|
Super-classes |
asset:SensorEquipmentc |
URI | https://w3id.org/rec/asset/VideoSurveillanceEquipment |
---|---|
Super-classes |
asset:SecurityEquipmentc |
Sub-classes |
asset:SurveillanceCamerac asset:SurveillanceNVRc |
URI | https://w3id.org/rec/asset/WasteVentDrainageSystem |
---|---|
Super-classes |
asset:DrainageSystemc |
URI | https://w3id.org/rec/asset/WaterFeatureSystem |
---|---|
Super-classes |
asset:PlumbingWaterSystemc |
URI | https://w3id.org/rec/asset/WaterFilter |
---|---|
Super-classes |
asset:HVACWaterTreatmentc |
Restrictions |
asset:tankCapacitydp only http://qudt.org/vocab/unit/Lc asset:flowCapacitydp only http://qudt.org/vocab/unit/L-PER-SECc asset:typedp only xsd:stringc asset:workingPressuredp only http://qudt.org/vocab/unit/PSIc asset:filtrationRatingdp only xsd:intc |
URI | https://w3id.org/rec/asset/WaterHeater |
---|---|
Super-classes |
asset:PlumbingEquipmentc |
Sub-classes |
asset:TankWaterHeaterc asset:TanklessWaterHeaterc |
URI | https://w3id.org/rec/asset/WaterMeter |
---|---|
Super-classes |
asset:Meterc |
Restrictions |
asset:minTemperatureRatingdp only http://qudt.org/vocab/unit/DEG_Cc asset:typedp only xsd:stringc asset:maxPressureRatingdp only http://qudt.org/vocab/unit/KiloPAc asset:maxTemperatureRatingdp only http://qudt.org/vocab/unit/DEG_Cc asset:subMeterOfop only asset:WaterMeterc asset:maxVolumeFlowRatingdp only http://qudt.org/vocab/unit/L-PER-SECc asset:minVolumeFlowRatingdp only http://qudt.org/vocab/unit/L-PER-SECc asset:measuresop only owl:Thingc |
URI | https://w3id.org/rec/asset/Window |
---|---|
Super-classes |
asset:BarrierAssetc |
URI | https://w3id.org/rec/asset/WirelessAccessPoint |
---|---|
Super-classes |
asset:DataNetworkEquipmentc |
Restrictions |
asset:typedp only () asset:mountingdp only () |
URI | https://w3id.org/rec/building/AdmittingRoom |
---|---|
Super-classes |
building:HealthcareRoomc |
URI | https://w3id.org/rec/building/BackOffice |
---|---|
Super-classes |
core:Roomc |
Sub-classes |
building:MailRoomc |
URI | https://w3id.org/rec/building/Balcony |
---|---|
Super-classes |
core:BuildingComponentc |
URI | https://w3id.org/rec/building/BarRoom |
---|---|
Super-classes |
building:FoodHandlingRoomc |
URI | https://w3id.org/rec/building/BasementLevel |
---|---|
Super-classes |
core:Levelc |
URI | https://w3id.org/rec/building/Bedroom |
---|---|
Super-classes |
core:Roomc |
Members |
https://w3id.org/rec/example/Ulvsnaes2_MainHouse_BlueBedroom |
URI | https://w3id.org/rec/building/BicycleGarage |
---|---|
Super-classes |
building:Garagec |
URI | https://w3id.org/rec/building/Cabinet |
---|---|
Super-classes |
building:UtilitiesRoomc |
URI | https://w3id.org/rec/building/CableRoom |
---|---|
Super-classes |
building:UtilitiesRoomc |
Sub-classes |
building:TelecommunicationRoomc |
URI | https://w3id.org/rec/building/CafeteriaRoom |
---|---|
Super-classes |
building:FoodHandlingRoomc |
URI | https://w3id.org/rec/building/Classroom |
---|---|
Super-classes |
building:EducationalRoomc |
URI | https://w3id.org/rec/building/ClimateControlRoom |
---|---|
Super-classes |
building:UtilitiesRoomc |
URI | https://w3id.org/rec/building/CoffeeRoom |
---|---|
Description |
Deprecated in favour of building:CafeteriaRoom |
Super-classes |
building:FoodHandlingRoomc |
URI | https://w3id.org/rec/building/ConversationRoom |
---|---|
Super-classes |
core:Roomc |
URI | https://w3id.org/rec/building/CookingRoom |
---|---|
Super-classes |
building:FoodHandlingRoomc |
URI | https://w3id.org/rec/building/DataServerRoom |
---|---|
Super-classes |
building:UtilitiesRoomc |
URI | https://w3id.org/rec/building/DiningRoom |
---|---|
Super-classes |
building:FoodHandlingRoomc |
Members |
https://w3id.org/rec/example/Ulvsnaes2_MainHouse_DiningRoom |
URI | https://w3id.org/rec/building/DisabledToilet |
---|---|
Super-classes |
building:PersonalHygienec |
URI | https://w3id.org/rec/building/DishingRoom |
---|---|
Super-classes |
building:FoodHandlingRoomc |
URI | https://w3id.org/rec/building/EducationalRoom |
---|---|
Super-classes |
core:Roomc |
Sub-classes |
building:SmallStudyRoomc building:Classroomc building:GroupRoomc |
URI | https://w3id.org/rec/building/ElectricityRoom |
---|---|
Super-classes |
building:UtilitiesRoomc |
URI | https://w3id.org/rec/building/Entrance |
---|---|
Super-classes |
core:Roomc |
Sub-classes |
building:ServiceEntrancec building:MainEntrancec |
Members |
https://w3id.org/rec/example/Ulvsnaes2_MainHouse_Entrance |
URI | https://w3id.org/rec/building/Facade |
---|---|
Super-classes |
core:BuildingComponentc |
URI | https://w3id.org/rec/building/FittingRoom |
---|---|
Super-classes |
building:RetailRoomc |
URI | https://w3id.org/rec/building/Floor |
---|---|
Super-classes |
core:BuildingComponentc |
URI | https://w3id.org/rec/building/FoodHandlingRoom |
---|---|
Super-classes |
core:Roomc |
Sub-classes |
building:Pantryc building:CoffeeRoomc building:DishingRoomc building:DiningRoomc building:Pentryc building:Kitchenettec building:CafeteriaRoomc building:BarRoomc building:CookingRoomc |
Members |
https://w3id.org/rec/example/Ulvsnaes2_MainHouse_Kitchen |
URI | https://w3id.org/rec/building/Garage |
---|---|
Super-classes |
core:Roomc |
Sub-classes |
building:ParkingSlotWarmc building:BicycleGaragec building:ParkingSlotColdc |
URI | https://w3id.org/rec/building/GroupRoom |
---|---|
Super-classes |
building:EducationalRoomc |
URI | https://w3id.org/rec/building/HealthcareRoom |
---|---|
Super-classes |
core:Roomc |
Sub-classes |
building:TherapyRoomc building:NeonatalNursingRoomc building:PharmacyRoomc building:OperatingRoomc building:RadiologyRoomc building:OutpatientServicesRoomc building:AdmittingRoomc building:Morguec |
URI | https://w3id.org/rec/building/Hospital |
---|---|
Super-classes |
core:Buildingc |
URI | https://w3id.org/rec/building/Kitchenette |
---|---|
Super-classes |
building:FoodHandlingRoomc |
URI | https://w3id.org/rec/building/Laboratory |
---|---|
Super-classes |
core:Roomc |
Sub-classes |
building:LaboratoryWetc building:LaboratoryDryc |
URI | 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 |
URI | 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 |
URI | https://w3id.org/rec/building/LoadingReceivingRoom |
---|---|
Super-classes |
core:Roomc |
URI | https://w3id.org/rec/building/MailRoom |
---|---|
Super-classes |
building:BackOfficec |
URI | https://w3id.org/rec/building/MainEntrance |
---|---|
Super-classes |
building:Entrancec |
URI | https://w3id.org/rec/building/MeditationRoom |
---|---|
Super-classes |
core:Roomc |
URI | https://w3id.org/rec/building/MezzanineLevel |
---|---|
Super-classes |
core:Levelc |
URI | https://w3id.org/rec/building/Morgue |
---|---|
Super-classes |
building:HealthcareRoomc |
URI | https://w3id.org/rec/building/MultiPurposeRoom |
---|---|
Super-classes |
core:Roomc |
URI | https://w3id.org/rec/building/NeonatalNursingRoom |
---|---|
Super-classes |
building:HealthcareRoomc |
URI | https://w3id.org/rec/building/Office |
---|---|
Super-classes |
core:Roomc |
Sub-classes |
building:OfficeRoomc building:OfficeLandscapec building:PhoneBoothc |
URI | https://w3id.org/rec/building/OfficeLandscape |
---|---|
Super-classes |
building:Officec |
URI | https://w3id.org/rec/building/OfficeRoom |
---|---|
Super-classes |
building:Officec |
Members |
https://w3id.org/rec/example/Ulvsnaes2_MainHouse_Office |
URI | https://w3id.org/rec/building/OperatingRoom |
---|---|
Super-classes |
building:HealthcareRoomc |
URI | https://w3id.org/rec/building/OutpatientServicesRoom |
---|---|
Super-classes |
building:HealthcareRoomc |
URI | https://w3id.org/rec/building/Pantry |
---|---|
Super-classes |
building:FoodHandlingRoomc |
URI | https://w3id.org/rec/building/ParkingSlotCold |
---|---|
Super-classes |
building:Garagec |
URI | https://w3id.org/rec/building/ParkingSlotWarm |
---|---|
Super-classes |
building:Garagec |
URI | https://w3id.org/rec/building/Pentry |
---|---|
Description |
Deprecated in favour of building:Pantry |
Super-classes |
building:FoodHandlingRoomc |
URI | https://w3id.org/rec/building/PersonalHygiene |
---|---|
Super-classes |
core:Roomc |
Sub-classes |
building:Saunac building:Toiletc building:ShowerRoomc building:DisabledToiletc |
URI | https://w3id.org/rec/building/PharmacyRoom |
---|---|
Super-classes |
building:HealthcareRoomc |
URI | https://w3id.org/rec/building/PhoneBooth |
---|---|
Super-classes |
building:Officec |
URI | https://w3id.org/rec/building/RadiologyRoom |
---|---|
Super-classes |
building:HealthcareRoomc |
URI | https://w3id.org/rec/building/RecordingRoom |
---|---|
Description |
Room for making audio and/or video recordings. A.ka. studio. |
Super-classes |
core:Roomc |
URI | https://w3id.org/rec/building/RecreationalRoom |
---|---|
Super-classes |
core:Roomc |
URI | https://w3id.org/rec/building/RetailRoom |
---|---|
Super-classes |
core:Roomc |
Sub-classes |
building:FittingRoomc |
URI | https://w3id.org/rec/building/RoofInner |
---|---|
Super-classes |
core:BuildingComponentc |
URI | https://w3id.org/rec/building/RoofLevel |
---|---|
Super-classes |
core:Levelc |
URI | https://w3id.org/rec/building/RoofOuter |
---|---|
Super-classes |
core:BuildingComponentc |
URI | https://w3id.org/rec/building/Sauna |
---|---|
Super-classes |
building:PersonalHygienec |
URI | https://w3id.org/rec/building/School |
---|---|
Super-classes |
core:Buildingc |
URI | https://w3id.org/rec/building/ServiceEntrance |
---|---|
Super-classes |
building:Entrancec |
URI | https://w3id.org/rec/building/Shelter |
---|---|
Super-classes |
core:Roomc |
Sub-classes |
building:ShelterGasLockc building:ShelterRoomc |
URI | https://w3id.org/rec/building/ShelterGasLock |
---|---|
Super-classes |
building:Shelterc |
URI | https://w3id.org/rec/building/ShelterRoom |
---|---|
Super-classes |
building:Shelterc |
URI | https://w3id.org/rec/building/ShoppingMall |
---|---|
Super-classes |
core:Buildingc |
URI | https://w3id.org/rec/building/ShowerRoom |
---|---|
Super-classes |
building:PersonalHygienec |
URI | https://w3id.org/rec/building/Slab |
---|---|
Super-classes |
core:BuildingComponentc |
URI | https://w3id.org/rec/building/SmallStudyRoom |
---|---|
Super-classes |
building:EducationalRoomc |
URI | https://w3id.org/rec/building/SprinklerRoom |
---|---|
Super-classes |
building:UtilitiesRoomc |
URI | https://w3id.org/rec/building/Stadium |
---|---|
Super-classes |
core:Buildingc |
URI | https://w3id.org/rec/building/StaffRoom |
---|---|
Description |
Room for staff to take breaks. |
Super-classes |
core:Roomc |
URI | https://w3id.org/rec/building/Storey |
---|---|
Description |
The level of storey, a.k.a. floorplan. Deprecated in favour of core:Level |
Super-classes |
core:BuildingComponentc |
URI | https://w3id.org/rec/building/StoreyLevel |
---|---|
Description |
The level of storey, a.k.a. floorplan |
Super-classes |
core:BuildingComponentc |
URI | https://w3id.org/rec/building/TelecommunicationRoom |
---|---|
Super-classes |
building:CableRoomc |
URI | https://w3id.org/rec/building/Terrace |
---|---|
Super-classes |
core:BuildingComponentc |
URI | https://w3id.org/rec/building/TherapyRoom |
---|---|
Super-classes |
building:HealthcareRoomc |
URI | https://w3id.org/rec/building/Toilet |
---|---|
Super-classes |
building:PersonalHygienec |
URI | https://w3id.org/rec/building/TreatmentRoom |
---|---|
Description |
For e.g. medical or other treatment or consultation. |
Super-classes |
core:Roomc |
Sub-classes |
building:TreatmentWaitingRoomc |
URI | https://w3id.org/rec/building/TreatmentWaitingRoom |
---|---|
Super-classes |
building:TreatmentRoomc |
URI | https://w3id.org/rec/building/UtilitiesRoom |
---|---|
Super-classes |
core:Roomc |
Sub-classes |
building:CableRoomc building:SprinklerRoomc building:ClimateControlRoomc building:ElectricityRoomc building:Cabinetc building:DataServerRoomc |
URI | https://w3id.org/rec/building/VirtualBuilding |
---|---|
Description |
A non-physical Building. Belongs to a RealEstate. |
Super-classes |
core:Buildingc |
URI | 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 |
URI | https://w3id.org/rec/building/Wall |
---|---|
Super-classes |
core:BuildingComponentc |
Sub-classes |
building:WallInnerc |
URI | https://w3id.org/rec/building/WallInner |
---|---|
Super-classes |
building:Wallc |
URI | https://w3id.org/rec/building/WasteManagementRoom |
---|---|
Super-classes |
core:Roomc |
URI | https://w3id.org/rec/business/Lease |
---|---|
Super-classes |
core:Eventc |
In domain of |
https://w3id.org/rec/business/leaseeop https://w3id.org/rec/business/leasorop https://w3id.org/rec/business/regulatedByop https://w3id.org/rec/business/leaseStartdp https://w3id.org/rec/business/leaseEnddp https://w3id.org/rec/business/leaseOfop |
URI | https://w3id.org/rec/business/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. |
Super-classes |
core:Documentc |
In range of |
https://w3id.org/rec/business/regulatedByop |
URI | https://w3id.org/rec/business/Role |
---|---|
In range of |
https://w3id.org/rec/business/hasRoleop |
URI | https://w3id.org/rec/business/TenantUnit |
---|---|
Description |
A tenant unit 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:SpaceCollectionc |
Restrictions |
core:includesop only core:Spacec https://w3id.org/rec/addressing/addressop only https://w3id.org/rec/addressing/Addressc core:includesop some core:Spacec |
URI | https://w3id.org/rec/core/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:Capabilityc |
Restrictions |
actuation:hasDefaultActuationInterfaceop exactly 1 actuation:ActuationInterfacec core:observedByop only core:Sensorc core:controlledByop only core:Capabilityc core:lastValuedp only rdfs:Literalc actuation:hasActuationInterfaceop some actuation:ActuationInterfacec |
Sub-classes |
device:PercentActuatorc device:BinaryActuatorc device:MultiStateActuatorc |
In domain of |
actuation:hasActuationInterfaceop actuation:hasDefaultActuationInterfaceop |
In range of |
actuation:targetActuatorop |
URI | 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, Company, Department...) to be anchored in one joint place, on the Agent class. |
Sub-classes |
agents:Organizationc agents:Personc agents:Groupc |
In domain of |
core:ownsop agents:namedp https://w3id.org/rec/business/hasRoleop |
In range of |
https://w3id.org/rec/business/leasorop core:constructedByop core:operatedByop asset:servicedByop asset:commissionedByop asset:manufacturedByop actuation:requestingAgentop core:architectedByop asset:installedByop https://w3id.org/rec/business/leaseeop core:ownedByop |
URI | https://w3id.org/rec/core/Apartment |
---|---|
Super-classes |
core:SpaceCollectionc |
Restrictions |
core:includesop some core:Roomc core:includesop only core:Roomc |
URI | https://w3id.org/rec/core/AssetCollection |
---|---|
Super-classes |
core:Collectionc |
Sub-classes |
asset:ArchitecturalAssetCollectionc asset:FurnitureCollectionc asset:EquipmentCollectionc |
URI | https://w3id.org/rec/core/Building |
---|---|
Description |
A confined building structure. |
Super-classes |
core:RealEstateComponentc core:Spacec |
Restrictions |
https://w3id.org/rec/addressing/addressop only https://w3id.org/rec/addressing/Addressc |
Sub-classes |
building:Hospitalc building:VirtualBuildingc building:ShoppingMallc building:Schoolc building:Stadiumc |
In domain of |
core:hasGeoReferenceOrigoop |
In range of |
core:isPartOfBuildingop core:servesBuildingop core:componentOfBuildingop |
Members |
https://w3id.org/rec/example/Ulvsnaes2_Garage https://w3id.org/rec/example/Ulvsnaes2_MainHouse https://w3id.org/rec/example/Ulvsnaes2_StorageBuilding |
URI | https://w3id.org/rec/core/Campus |
---|---|
Description |
A campus represents a collection of location entities. The constituent locations may have differing legal ownership and utilization purposes, but they are generally perceived as a coherent unit or sub-region within a city or other region. E.g., a university campus, a hospital campus, a corporate campus, etc. |
Super-classes |
core:SpaceCollectionc |
Restrictions |
core:includesop some core:Spacec core:includesop only core:Spacec core:operatedByop only core:Agentc |
URI | https://w3id.org/rec/core/Capability |
---|---|
Description |
A Capability indicates the capacity of an entity, be it a Space, an Asset, or a Device, to produce or ingest data. This is roughly equivalent to the established Brick Schema and generic BMS term "point". Specific subclasses specialize this behaviour: Sensor entities harvest data from the real world, Actuator entities accept commands from a digital twin platform, and Parameter entities configure some capability or system. |
Restrictions |
core:lastValueTimedp only xsd:dateTimec qudt:unitop min 1 qudt:Unitc qudt:hasQuantityKindop exactly 1 qudt:QuantityKindc core:categorizationPropertiesop only device:CapabilityPropertySetc core:servesop only owl:Thingc core:lastValuedp only rdfs:Literalc |
Sub-classes |
core:Statec device:Actuatorc core:Parameterc core:Actuatorc core:Sensorc |
In domain of |
core:lastValuedp core:isCapabilityOfop core:lastValueTimedp core:controlledByop |
In range of |
core:controlledByop core:hasCapabilityop |
URI | https://w3id.org/rec/core/Collection |
---|---|
Description |
An administrative grouping of entities that are adressed and treated as a unit for some purpose. These entities may have some spatial arrangement (e.g., an apartment is typically contiguous) but that is not a requirement (see, e.g., a distributed campus consisting of spatially disjoint plots or buildings). |
Restrictions |
core:includedInop only core:Collectionc core:hasDocumentop only core:Documentc |
Sub-classes |
core:Portfolioc core:AssetCollectionc core:SpaceCollectionc |
In domain of |
core:hasMemberop core:includesop |
In range of |
core:isMemberOfop core:includedInop |
URI | 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 |
dataschemas:PrimitiveSchemac actuation:KeyValueDefinitionc dataschemas:ArraySchemac dataschemas:ObjectSchemac |
In domain of |
core:schemaNamedp |
In range of |
core:dataSchemaop |
URI | https://w3id.org/rec/core/Document |
---|---|
Restrictions |
core:urldp only xsd:stringc core:includedInop only core:Collectionc |
Sub-classes |
https://w3id.org/rec/business/LeaseContractc |
In domain of |
core:documentTopicop core:urldp |
In range of |
core:hasDocumentop |
URI | 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 |
core:Observationc device:DeviceEventsc https://w3id.org/rec/business/Leasec |
In domain of |
core:hasStopTimedp core:hasTimedp core:hasCreatedTimedp core:hasObservationTimedp core:hasPointInTimedp core:hasUpdatedTimedp core:eventMeasurementUnitop core:hasDeletedTimedp core:hasReadTimedp device:eventPlacementContextop core:hasDurationdp core:eventQuantityKindop core:hasStartTimedp core:producedByop |
In range of |
core:producedEventop |
URI | 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 |
geosparql:Geometryc |
In domain of |
core:hasGeoReferenceBearingdp |
In range of |
core:hasGeoReferenceOrigoop |
URI | https://w3id.org/rec/core/Information |
---|---|
Description |
A generic catch-all superclass for all kinds of intangible REC types used in a broad variety of contexts, e.g., configurations, tags, data series, etc. |
Sub-classes |
analytics:AnalysisConfigurationc core:DataSchemac actuation:ResponseCodec https://w3id.org/rec/addressing/Addressc core:PropertySetc actuation:ValueRestrictionc analytics:DataSeriesc |
URI | https://w3id.org/rec/core/Land |
---|---|
Description |
A piece of land upon which one or more buildings may be situated. |
Super-classes |
core:Spacec core:RealEstateComponentc |
Restrictions |
https://w3id.org/rec/addressing/addressop only https://w3id.org/rec/addressing/Addressc |
URI | https://w3id.org/rec/core/Level |
---|---|
Description |
The level of a building, a.k.a. storey, floor, etc. |
Super-classes |
core:Spacec |
Sub-classes |
building:MezzanineLevelc building:RoofLevelc building:BasementLevelc |
In domain of |
core:levelNumberdp |
Members |
https://w3id.org/rec/example/Ulvsnaes2_MainHouse_GroundFloor https://w3id.org/rec/example/Ulvsnaes2_MainHouse_SecondFloor |
URI | https://w3id.org/rec/core/LogicalController |
---|---|
Super-classes |
core:LogicalDevicec |
URI | https://w3id.org/rec/core/LogicalDevice |
---|---|
Description |
A piece of equipment or software that communicates and interacts with a digital twin platform. Could, e.g., be an integrated circuit inside of a smart HVAC unit, or a virtual server running on a Kubernetes cluster. Logical devices can have Capability instances (through hasCapability) that describe their input/output capabilties. If Logical Devices are embedded within Asset entities (through the locatedIn property) such capabilties typically denote the capabilities of the asset. |
Restrictions |
core:hostedByop max 1 core:Assetc core:hasCapabilityop only core:Capabilityc core:IPAddressdp only xsd:stringc core:isPartOfop only core:LogicalDevicec core:hostedByop only core:Assetc core:hasDocumentop only core:Documentc core:isPartOfop max 1 core:LogicalDevicec core:hasPartop only core:LogicalDevicec core:includedInop only core:Collectionc |
Sub-classes |
core:LogicalServerc core:LogicalControllerc core:LogicalGatewayc |
In domain of |
core:hostedByop |
In range of |
core:hostsop |
URI | https://w3id.org/rec/core/LogicalGateway |
---|---|
Super-classes |
core:LogicalDevicec |
URI | https://w3id.org/rec/core/LogicalServer |
---|---|
Super-classes |
core:LogicalDevicec |
URI | https://w3id.org/rec/core/MeasurementUnit |
---|---|
Description |
Deprecated in favour of qudt:Unit 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:eventMeasurementUnitop core:qkMeasurementUnitop core:deviceMeasurementUnitop core:hasMeasurementUnitop |
Members |
core:PartsPerBillion core:PowerFactor core:MillimeterPerHour core:PartsPerMillion core:Volt core:LiterPerSecond core:WattHour core:RelativeHumidity core:NumPeople core:CubicMeter core:Ampere core:Degrees core:Lux core:MeterPerSecond core:Second core:Percentage core:Hertz core:Watt core:SquareMeter core:RevolutionsPerMinute core:Pascal core:BooleanDetection core:Celsius core:Fahrenheit core:Lumen core:Kelvin core:Meter core:Kilogram core:CosPhi core:Decibel |
URI | https://w3id.org/rec/core/Observation |
---|---|
Description |
A sensor observation. |
Super-classes |
core:Eventc |
Restrictions |
qudt:hasQuantityKindop some qudt:QuantityKindc qudt:unitop some qudt:Unitc core:valuedp some rdfs:Literalc |
Sub-classes |
analytics:Aggregatec analytics:Predictionc |
In domain of |
core:observationGeneratedByop core:hasProcessedTimedp core:valuedp |
In range of |
analytics:seriesMembersop core:generatedObservationop |
URI | https://w3id.org/rec/core/OccupancyZone |
---|---|
Description |
Occupancy Zone is a spatial area where devices are monitoring or reporting on the concept of Occupancy (motion sensors, people counters, cameras, etc.) |
Super-classes |
core:Zonec |
URI | https://w3id.org/rec/core/Parameter |
---|---|
Super-classes |
core:Capabilityc |
Restrictions |
core:lastValuedp only rdfs:Literalc core:controlledByop only core:Capabilityc |
Sub-classes |
core:Setpointc |
URI | https://w3id.org/rec/core/Portfolio |
---|---|
Description |
A portfolio is a grouping of real estates, spaces, or other portfolios that share some business-relevant commonality, e.g., are managed by the same company, are rented out to the same tenant, share utilization or legal definition (industrial vs commercial), etc. |
Super-classes |
core:Collectionc |
Restrictions |
core:includesop some owl:Thingc |
URI | 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:SpaceCollectionc |
Restrictions |
core:includesop only core:Spacec core:includesop some core:Spacec |
In domain of |
core:premisesTypeop |
URI | https://w3id.org/rec/core/PremisesType |
---|---|
Super-classes |
core:Typec |
In range of |
core:premisesTypeop |
Members |
core:GaragePremises core:OfficePremises core:CoffeePremises core:RestaurantPremises core:RetailPremises core:ResidentialPremises core:StoragePremises core:LightIndustryPremises core:LaboratoryPremises core:EducationalPremises core:HotelPremises |
URI | https://w3id.org/rec/core/PropertySet |
---|---|
Description |
A set of categorization properties associated with a REC entity, complementing the subsumpion hierarchy and allowing orthogonal categorization without the use of multiple inheritance structures. Used for compatibility with legacy point- or tag-based systems. |
Super-classes |
core:Informationc |
Sub-classes |
device:CapabilityPropertySetc |
In range of |
core:categorizationPropertiesop |
URI | https://w3id.org/rec/core/RealEstate |
---|---|
Description |
The legal/administrative representation of some lands and/or buildings. |
Super-classes |
core:SpaceCollectionc |
Restrictions |
core:ownedByop some core:Agentc core:includesop some core:Spacec core:includesop only core:Spacec core:ownedByop only core:Agentc |
In domain of |
core:propertyRegisterDesignationdp core:hasRealEstateComponentop |
In range of |
core:isPartOfRealEstateop |
Members |
https://w3id.org/rec/example/Ulvsnaes2 |
URI | 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 |
URI | https://w3id.org/rec/core/Region |
---|---|
Description |
An administrative geospatial unit larger than the individual real estate. For instance, "Lombary", "North America", "The Back Bay", "Elnätsområde Syd", etc. |
Super-classes |
core:Spacec |
URI | https://w3id.org/rec/core/Sensor |
---|---|
Description |
Capability to detect or measure properties of the physical world. |
Super-classes |
core:Devicec core:Capabilityc |
Restrictions |
core:observesop only owl:Thingc core:sensorInterfaceop some core:SensorInterfacec |
Sub-classes |
device:StateSensorc device:QuantitySensorc |
In domain of |
device:generatedExceptionop device:observesop core:observesop core:sensorInterfaceop device:observesActuatorop device:generatedObservationop core:generatedObservationop |
In range of |
core:observationGeneratedByop device:observationGeneratedByop actuation:actuationObservedByop core:observedByop device:exceptionGeneratedByop device:observedByop |
URI | https://w3id.org/rec/core/SensorInterface |
---|---|
Super-classes |
core:Softwarec |
Restrictions |
core:dataSchemaop exactly 1 core:DataSchemac |
In range of |
core:sensorInterfaceop |
Members |
https://w3id.org/rec/example/HueMotionSensorMotionDetectorInterface https://w3id.org/rec/example/HueMotionSensorThermometerInterface https://w3id.org/rec/example/HueMotionSensorLightMeterInterface |
URI | https://w3id.org/rec/core/Service |
---|---|
Restrictions |
core:dataSchemaop exactly 1 core:DataSchemac |
URI | https://w3id.org/rec/core/Setpoint |
---|---|
Super-classes |
core:Parameterc |
Sub-classes |
device:StateSetpointc device:QuantitySetpointc |
URI | 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 core:SensorInterfacec |
URI | https://w3id.org/rec/core/SpaceCollection |
---|---|
Super-classes |
core:Collectionc |
Restrictions |
core:includesop only core:Spacec core:includesop some core:Spacec |
Sub-classes |
core:Campusc core:Apartmentc https://w3id.org/rec/business/TenantUnitc core:Premisesc core:RealEstatec |
URI | https://w3id.org/rec/core/State |
---|---|
Super-classes |
core:Capabilityc |
Sub-classes |
device:PercentStatec device:BinaryStatec device:MultiStatec |
URI | https://w3id.org/rec/core/SubBuilding |
---|---|
Description |
A part of a larger building complex, e.g., a wing, a tower, or an interconnected (through walkways or other means) but largely free-standing building. |
Super-classes |
core:Spacec |
Restrictions |
core:typedp only () https://w3id.org/rec/addressing/addressop only https://w3id.org/rec/addressing/Addressc |
URI | https://w3id.org/rec/core/Type |
---|---|
Sub-classes |
building:RoomTypec core:PremisesTypec device:DeviceFunctionTypec |
In range of |
core:hasTypeop |
URI | https://w3id.org/rec/core/Zone |
---|---|
Description |
A sub-zone within a building, e.g., an HVAC zone, a security zone, etc. |
Super-classes |
core:Spacec |
Sub-classes |
core:Workspacec core:OccupancyZonec core:HVACZonec |
URI | https://w3id.org/rec/dataschemas/ArraySchema |
---|---|
Super-classes |
core:DataSchemac |
Restrictions |
dataschemas:elementSchemaop some dataschemas:PrimitiveSchemac |
In domain of |
dataschemas:elementSchemaop |
URI | https://w3id.org/rec/dataschemas/BooleanSchema |
---|---|
Super-classes |
dataschemas:PrimitiveSchemac |
Restrictions |
dataschemas:enumerationValuesdp only xsd:booleanc |
Members |
https://w3id.org/rec/example/MotionAsBoolean |
URI | https://w3id.org/rec/dataschemas/DateTimeSchema |
---|---|
Super-classes |
dataschemas:PrimitiveSchemac |
Restrictions |
dataschemas:maximumfp max 1 dataschemas:minimumfp only xsd:dateTimec dataschemas:minimumfp max 1 dataschemas:enumerationValuesdp only xsd:dateTimec dataschemas:maximumfp only xsd:dateTimec |
URI | https://w3id.org/rec/dataschemas/FloatSchema |
---|---|
Super-classes |
dataschemas:PrimitiveSchemac |
Restrictions |
dataschemas:resolutiondp max 1 dataschemas:minimumfp max 1 dataschemas:enumerationValuesdp only xsd:floatc dataschemas:maximumfp only xsd:floatc dataschemas:minimumfp only xsd:floatc dataschemas:resolutiondp only xsd:floatc dataschemas:maximumfp max 1 |
Members |
https://w3id.org/rec/example/TemperatureAsFloat |
URI | https://w3id.org/rec/dataschemas/IntSchema |
---|---|
Super-classes |
dataschemas:PrimitiveSchemac |
Restrictions |
dataschemas:minimumfp only xsd:intc dataschemas:maximumfp only xsd:intc dataschemas:enumerationValuesdp only xsd:intc dataschemas:resolutiondp max 1 dataschemas:resolutiondp only xsd:intc dataschemas:maximumfp max 1 dataschemas:minimumfp max 1 |
Members |
https://w3id.org/rec/example/LightColorKelvin https://w3id.org/rec/example/BrightnessPercentage https://w3id.org/rec/example/LuxAsInteger |
URI | https://w3id.org/rec/dataschemas/ObjectSchema |
---|---|
Super-classes |
core:DataSchemac |
Restrictions |
dataschemas:objectFieldsop some dataschemas:PrimitiveSchemac |
In domain of |
dataschemas:objectFieldsop |
URI | https://w3id.org/rec/dataschemas/PrimitiveSchema |
---|---|
Super-classes |
core:DataSchemac |
Sub-classes |
dataschemas:DateTimeSchemac dataschemas:BooleanSchemac dataschemas:StringSchemac dataschemas:IntSchemac dataschemas:FloatSchemac |
In domain of |
dataschemas:enumerationValuesdp dataschemas:fieldNamedp |
In range of |
dataschemas:elementSchemaop dataschemas:objectFieldsop |
URI | https://w3id.org/rec/dataschemas/StringSchema |
---|---|
Super-classes |
dataschemas:PrimitiveSchemac |
Restrictions |
dataschemas:enumerationValuesdp only xsd:stringc |
In domain of |
dataschemas:regExdp |
URI | https://w3id.org/rec/device/AbsenceActuator |
---|---|
Super-classes |
device:PresenceAbsenceActuatorc |
URI | https://w3id.org/rec/device/AbsenceSensor |
---|---|
Super-classes |
device:PresenceAbsenceSensorc |
URI | https://w3id.org/rec/device/AbsenceSetpoint |
---|---|
Super-classes |
device:PresenceAbsenceSetpointc |
URI | https://w3id.org/rec/device/AbsenceState |
---|---|
Super-classes |
device:PresenceAbsenceStatec |
URI | https://w3id.org/rec/device/AbsoluteHumiditySensor |
---|---|
Super-classes |
device:HumiditySensorc |
URI | https://w3id.org/rec/device/AbsoluteHumiditySetpoint |
---|---|
Super-classes |
device:HumiditySetpointc |
URI | https://w3id.org/rec/device/AccelerationSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Sub-classes |
device:LinearAccelerationSensorc device:AngularAccelerationSensorc |
URI | https://w3id.org/rec/device/AccelerationSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Sub-classes |
device:LinearAccelerationSetpointc device:AngularAccelerationSetpointc |
URI | https://w3id.org/rec/device/ActiveElectricalEnergySensor |
---|---|
Super-classes |
device:ElectricalEnergySensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/KiloW-HRc |
URI | https://w3id.org/rec/device/ActiveElectricalEnergySetpoint |
---|---|
Super-classes |
device:ElectricalEnergySetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/KiloW-HRc |
URI | https://w3id.org/rec/device/ActiveElectricalPowerSensor |
---|---|
Super-classes |
device:ElectricalPowerSensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/Wc |
URI | https://w3id.org/rec/device/ActiveElectricalPowerSetpoint |
---|---|
Super-classes |
device:ElectricalPowerSetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/Wc |
URI | 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:actuationExecutedByop device:hasActuationResponseTimedp device:hasActuationRequestTimedp device:hasActuationCommandTimedp device:actuationRequestdp device:actuationResponsedp |
In range of |
device:executesActuationop |
URI | https://w3id.org/rec/device/ActuationInterface |
---|---|
Description |
A description of what kind of input the Actuator accepts. |
In range of |
device:hasActuationInterfaceop |
URI | https://w3id.org/rec/device/Actuator |
---|---|
Description |
Deprecated in favour of core:Actuator. |
Super-classes |
core:Capabilityc core:Devicec |
Restrictions |
device:observedByop only core:Sensorc core:deviceQuantityKindop exactly 1 core:QuantityKindc actuation:hasActuationInterfaceop some actuation:ActuationInterfacec actuation:hasDefaultActuationInterfaceop exactly 1 actuation:ActuationInterfacec |
In domain of |
device:executesActuationop device:hasActuationInterfaceop |
In range of |
device:actuationExecutedByop device:observesActuatorop |
Members |
https://w3id.org/rec/example/HueKitchenLight |
URI | https://w3id.org/rec/device/AirQualityIndexSensor |
---|---|
Super-classes |
device:AirQualitySensorc |
URI | https://w3id.org/rec/device/AirQualityIndexSetpoint |
---|---|
Super-classes |
device:AirQualitySetpointc |
URI | https://w3id.org/rec/device/AirQualitySensor |
---|---|
Description |
Measurement unit: PPM |
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only xsd:doublec |
Sub-classes |
device:TVOCAirQualitySensorc device:PM10AirQualitySensorc device:PM025AirQualitySensorc device:SO2AirQualitySensorc device:COAirQualitySensorc device:CH2OAirQualitySensorc device:AirQualityIndexSensorc device:PM010AirQualitySensorc device:NOxAirQualitySensorc device:PbAirQualitySensorc device:PM001AirQualitySensorc device:CO2AirQualitySensorc device:O2AirQualitySensorc device:NO2AirQualitySensorc device:O3AirQualitySensorc |
URI | https://w3id.org/rec/device/AirQualitySetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only xsd:doublec |
Sub-classes |
device:SO2AirQualitySetpointc device:O2AirQualitySetpointc device:CH2OAirQualitySetpointc device:AirQualityIndexSetpointc device:PM10AirQualitySetpointc device:TVOCAirQualitySetpointc device:PM001AirQualitySetpointc device:O3AirQualitySetpointc device:CO2AirQualitySetpointc device:NO2AirQualitySetpointc device:NOxAirQualitySetpointc device:PM025AirQualitySetpointc device:COAirQualitySetpointc device:PbAirQualitySetpointc device:PM010AirQualitySetpointc |
URI | https://w3id.org/rec/device/AngleSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/AngleSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/AngularAccelerationSensor |
---|---|
Super-classes |
device:AccelerationSensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/RAD-PER-SEC2c |
URI | https://w3id.org/rec/device/AngularAccelerationSetpoint |
---|---|
Super-classes |
device:AccelerationSetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/RAD-PER-SEC2c |
URI | https://w3id.org/rec/device/AngularSpeedSensor |
---|---|
Super-classes |
device:SpeedSensorc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/AngularSpeedSetpoint |
---|---|
Super-classes |
device:SpeedSetpointc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/AngularVelocitySensor |
---|---|
Super-classes |
device:VelocitySensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/RAD-PER-SECc |
URI | https://w3id.org/rec/device/AngularVelocitySetpoint |
---|---|
Super-classes |
device:VelocitySetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/RAD-PER-SECc |
URI | https://w3id.org/rec/device/ApparentElectricalEnergySensor |
---|---|
Super-classes |
device:ElectricalEnergySensorc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/ApparentElectricalEnergySetpoint |
---|---|
Super-classes |
device:ElectricalEnergySetpointc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/ApparentElectricalPowerSensor |
---|---|
Super-classes |
device:ElectricalPowerSensorc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/ApparentElectricalPowerSetpoint |
---|---|
Super-classes |
device:ElectricalPowerSetpointc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/AreaSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/M2c |
URI | https://w3id.org/rec/device/AreaSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/M2c |
URI | https://w3id.org/rec/device/BACnetConfiguration |
---|---|
Description |
Specific classes and properties to be extended in upcoming version. |
Super-classes |
device:CommunicationConfigurationc |
URI | https://w3id.org/rec/device/BinaryActuator |
---|---|
Super-classes |
core:Actuatorc |
Restrictions |
core:lastValuedp only xsd:booleanc |
Sub-classes |
device:OnOffActuatorc device:DefaultOverrideActuatorc device:OpenCloseActuatorc device:NormalFaultActuatorc device:PresenceAbsenceActuatorc device:StartStopActuatorc |
URI | https://w3id.org/rec/device/BinarySensor |
---|---|
Super-classes |
device:StateSensorc |
Restrictions |
core:lastValuedp only xsd:booleanc |
Sub-classes |
device:SmokeSensorc device:BreakGlassSensorc device:FireSensorc device:NormalFaultSensorc device:OpenCloseSensorc device:LeakSensorc device:StartStopSensorc device:MotionSensorc device:DefaultOverrideSensorc device:OnOffSensorc device:PresenceAbsenceSensorc |
URI | https://w3id.org/rec/device/BinarySetpoint |
---|---|
Super-classes |
device:StateSetpointc |
Sub-classes |
device:DefaultOverrideSetpointc device:OpenCloseSetpointc device:NormalFaultSetpointc device:PresenceAbsenceSetpointc device:OnOffSetpointc device:StartStopSetpointc |
URI | https://w3id.org/rec/device/BinaryState |
---|---|
Super-classes |
core:Statec |
Sub-classes |
device:NormalFaultStatec device:DefaultOverrideStatec device:PresenceAbsenceStatec device:StartStopStatec device:OpenCloseStatec device:OperationalNonOperationalStatec device:OnOffStatec |
URI | https://w3id.org/rec/device/BreakGlassSensor |
---|---|
Super-classes |
device:BinarySensorc |
URI | https://w3id.org/rec/device/CH2OAirQualitySensor |
---|---|
Super-classes |
device:AirQualitySensorc |
URI | https://w3id.org/rec/device/CH2OAirQualitySetpoint |
---|---|
Super-classes |
device:AirQualitySetpointc |
URI | https://w3id.org/rec/device/CO2AirQualitySensor |
---|---|
Super-classes |
device:AirQualitySensorc |
URI | https://w3id.org/rec/device/CO2AirQualitySetpoint |
---|---|
Super-classes |
device:AirQualitySetpointc |
URI | https://w3id.org/rec/device/COAirQualitySensor |
---|---|
Super-classes |
device:AirQualitySensorc |
URI | https://w3id.org/rec/device/COAirQualitySetpoint |
---|---|
Super-classes |
device:AirQualitySetpointc |
URI | https://w3id.org/rec/device/CapabilityPropertySet |
---|---|
Description |
Encapuslates a set of categorization properties that may be applicable to Capability instances. |
Super-classes |
core:PropertySetc |
In domain of |
device:limitdp device:stagedp device:assetComponentdp device:demanddp device:alarmdp device:HVACModedp device:phenomenondp device:electricalPhasedp device:effectivedp device:occupancyModedp device:positiondp |
URI | https://w3id.org/rec/device/CapacitanceSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/FARADc |
URI | https://w3id.org/rec/device/CapacitanceSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/FARADc |
URI | https://w3id.org/rec/device/CloseActuator |
---|---|
Super-classes |
device:OpenCloseActuatorc |
URI | https://w3id.org/rec/device/CloseSensor |
---|---|
Super-classes |
device:OpenCloseSensorc |
URI | https://w3id.org/rec/device/CloseSetpoint |
---|---|
Super-classes |
device:OpenCloseSetpointc |
URI | https://w3id.org/rec/device/CloseState |
---|---|
Super-classes |
device:OpenCloseStatec |
URI | 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:BACnetConfigurationc device:OPC-DAConfigurationc device:MBusConfigurationc device:OPC-UAConfigurationc device:ModbusRTUConfigurationc device:ModbusTCPConfigurationc device:ModbusConfigurationc device:KNXConfigurationc device:LoRaConfigurationc |
URI | https://w3id.org/rec/device/CommunicationsBus |
---|---|
Description |
Type of communications bus for the Device. |
In range of |
device:hasCommunicationsBusop |
Members |
device:ModbusRTU device:MBus device:ModbusTCP device:KNX device:LoRa device:IP device:BACnet device:OPC-UA device:OPC-DA |
URI | https://w3id.org/rec/device/ConditionState |
---|---|
Super-classes |
device:MultiStatec |
Sub-classes |
device:WeatherConditionStatec |
URI | https://w3id.org/rec/device/ConductanceSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/S-PER-Mc |
URI | https://w3id.org/rec/device/ConductanceSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/S-PER-Mc |
URI | https://w3id.org/rec/device/CountSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/CountSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/CurrentAngleSensor |
---|---|
Super-classes |
device:CurrentSensorc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/CurrentAngleSetpoint |
---|---|
Super-classes |
device:CurrentSetpointc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/CurrentImbalanceSensor |
---|---|
Super-classes |
device:CurrentSensorc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/CurrentImbalanceSetpoint |
---|---|
Super-classes |
device:CurrentSetpointc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/CurrentMagnitudeSensor |
---|---|
Super-classes |
device:CurrentSensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/Ac |
URI | https://w3id.org/rec/device/CurrentMagnitudeSetpoint |
---|---|
Super-classes |
device:CurrentSetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/Ac |
URI | https://w3id.org/rec/device/CurrentSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Sub-classes |
device:CurrentAngleSensorc device:CurrentMagnitudeSensorc device:CurrentImbalanceSensorc device:CurrentTHDSensorc |
URI | https://w3id.org/rec/device/CurrentSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Sub-classes |
device:CurrentImbalanceSetpointc device:CurrentMagnitudeSetpointc device:CurrentTHDSetpointc device:CurrentAngleSetpointc |
URI | https://w3id.org/rec/device/CurrentTHDSensor |
---|---|
Super-classes |
device:CurrentSensorc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/CurrentTHDSetpoint |
---|---|
Super-classes |
device:CurrentSetpointc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/DataRateSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/BYTE-PER-SECc |
URI | https://w3id.org/rec/device/DataRateSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/BYTE-PER-SECc |
URI | https://w3id.org/rec/device/DataSizeSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/BYTEc |
URI | https://w3id.org/rec/device/DataSizeSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/BYTEc |
URI | https://w3id.org/rec/device/DefaultActuator |
---|---|
Super-classes |
device:DefaultOverrideActuatorc |
Sub-classes |
device:ResetActuatorc |
URI | https://w3id.org/rec/device/DefaultOverrideActuator |
---|---|
Super-classes |
device:BinaryActuatorc |
Sub-classes |
device:OverrideActuatorc device:DefaultActuatorc |
URI | https://w3id.org/rec/device/DefaultOverrideSensor |
---|---|
Super-classes |
device:BinarySensorc |
Sub-classes |
device:DefaultSensorc device:OverrideSensorc |
URI | https://w3id.org/rec/device/DefaultOverrideSetpoint |
---|---|
Super-classes |
device:BinarySetpointc |
Sub-classes |
device:DefaultSetpointc device:OverrideSetpointc |
URI | https://w3id.org/rec/device/DefaultOverrideState |
---|---|
Super-classes |
device:BinaryStatec |
Sub-classes |
device:OverrideStatec device:DefaultStatec |
URI | https://w3id.org/rec/device/DefaultSensor |
---|---|
Super-classes |
device:DefaultOverrideSensorc |
Sub-classes |
device:ResetSensorc |
URI | https://w3id.org/rec/device/DefaultSetpoint |
---|---|
Super-classes |
device:DefaultOverrideSetpointc |
Sub-classes |
device:ResetSetpointc |
URI | https://w3id.org/rec/device/DefaultState |
---|---|
Super-classes |
device:DefaultOverrideStatec |
Sub-classes |
device:ResetStatec |
URI | https://w3id.org/rec/device/DensitySensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/KiloGM-PER-M3c |
URI | https://w3id.org/rec/device/DensitySetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/KiloGM-PER-M3c |
URI | 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 |
actuation:ActuationEventc device:Observationc device:Exceptionc device:Actuationc |
URI | https://w3id.org/rec/device/DeviceFunctionType |
---|---|
Description |
The main function or purpose of a Device. Deprecated in favour of the core:Equipment hierarchy. |
Super-classes |
core:Typec |
In range of |
device:hasDeviceFunctionTypeop |
Members |
device:Compressor device:Damper device:Pump device:Escalator device:Valve device:Elevator device:Heater device:Chiller device:AirHandlingUnit device:Thermostat device:Filter device:AirDiffuser device:DataCommunicationGateway device:Control device:DataAcquisition device:Boiler device:Condenser device:Fan device:Coil |
URI | https://w3id.org/rec/device/DewPointTemperatureSensor |
---|---|
Super-classes |
device:TemperatureSensorc |
URI | https://w3id.org/rec/device/DewPointTemperatureSetpoint |
---|---|
Super-classes |
device:TemperatureSetpointc |
URI | https://w3id.org/rec/device/DistanceSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/Mc |
Sub-classes |
device:VisibilitySensorc |
URI | https://w3id.org/rec/device/DistanceSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/Mc |
Sub-classes |
device:VisibilitySetpointc |
URI | https://w3id.org/rec/device/DryBulbTemperatureSensor |
---|---|
Super-classes |
device:TemperatureSensorc |
URI | https://w3id.org/rec/device/DryBulbTemperatureSetpoint |
---|---|
Super-classes |
device:TemperatureSetpointc |
URI | https://w3id.org/rec/device/ElectricChargeSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/Cc |
URI | https://w3id.org/rec/device/ElectricChargeSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/Cc |
URI | https://w3id.org/rec/device/ElectricalEnergySensor |
---|---|
Super-classes |
device:EnergySensorc |
Sub-classes |
device:ApparentElectricalEnergySensorc device:ActiveElectricalEnergySensorc device:ReactiveElectricalEnergySensorc |
URI | https://w3id.org/rec/device/ElectricalEnergySetpoint |
---|---|
Super-classes |
device:EnergySetpointc |
Sub-classes |
device:ApparentElectricalEnergySetpointc device:ActiveElectricalEnergySetpointc device:ReactiveElectricalEnergySetpointc |
URI | https://w3id.org/rec/device/ElectricalPowerSensor |
---|---|
Super-classes |
device:PowerSensorc |
Sub-classes |
device:ReactiveElectricalPowerSensorc device:ActiveElectricalPowerSensorc device:ApparentElectricalPowerSensorc |
URI | https://w3id.org/rec/device/ElectricalPowerSetpoint |
---|---|
Super-classes |
device:PowerSetpointc |
Sub-classes |
device:ApparentElectricalPowerSetpointc device:ActiveElectricalPowerSetpointc device:ReactiveElectricalPowerSetpointc |
URI | https://w3id.org/rec/device/EnergySensor |
---|---|
Super-classes |
device:QuantitySensorc |
Sub-classes |
device:ElectricalEnergySensorc device:ThermalEnergySensorc |
URI | https://w3id.org/rec/device/EnergySetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Sub-classes |
device:ThermalEnergySetpointc device:ElectricalEnergySetpointc |
URI | https://w3id.org/rec/device/EnthalpySensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only xsd:doublec |
Sub-classes |
device:SpecificEnthalpySensorc |
URI | https://w3id.org/rec/device/EnthalpySetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only xsd:doublec |
Sub-classes |
device:SpecificEnthalpySensorSetpointc |
URI | 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 |
URI | https://w3id.org/rec/device/FaultActuator |
---|---|
Super-classes |
device:NormalFaultActuatorc |
URI | https://w3id.org/rec/device/FaultResetActuator |
---|---|
Super-classes |
device:ResetActuatorc |
URI | https://w3id.org/rec/device/FaultResetSensor |
---|---|
Super-classes |
device:ResetSensorc |
URI | https://w3id.org/rec/device/FaultResetSetpoint |
---|---|
Super-classes |
device:ResetSetpointc |
URI | https://w3id.org/rec/device/FaultResetState |
---|---|
Super-classes |
device:ResetStatec |
URI | https://w3id.org/rec/device/FaultSensor |
---|---|
Super-classes |
device:NormalFaultSensorc |
URI | https://w3id.org/rec/device/FaultSetpoint |
---|---|
Super-classes |
device:NormalFaultSetpointc |
URI | https://w3id.org/rec/device/FaultState |
---|---|
Super-classes |
device:NormalFaultStatec |
URI | https://w3id.org/rec/device/FeelsLikeTemperatureSensor |
---|---|
Super-classes |
device:TemperatureSensorc |
URI | https://w3id.org/rec/device/FeelsLikeTemperatureSetpoint |
---|---|
Super-classes |
device:TemperatureSetpointc |
URI | https://w3id.org/rec/device/FireSensor |
---|---|
Super-classes |
device:BinarySensorc |
URI | https://w3id.org/rec/device/FlowSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Sub-classes |
device:MassFlowSensorc device:VolumeFlowSensorc device:ObjectFlowSensorc |
URI | https://w3id.org/rec/device/FlowSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Sub-classes |
device:VolumeFlowSetpointc device:ObjectFlowSetpointc device:MassFlowSetpointc |
URI | https://w3id.org/rec/device/ForceSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/Nc |
URI | https://w3id.org/rec/device/ForceSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/Nc |
URI | https://w3id.org/rec/device/FrequencySensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/HZc |
URI | https://w3id.org/rec/device/FrequencySetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/HZc |
URI | https://w3id.org/rec/device/HumidityRatioSensor |
---|---|
Super-classes |
device:HumiditySensorc |
URI | https://w3id.org/rec/device/HumidityRatioSetpoint |
---|---|
Super-classes |
device:HumiditySetpointc |
URI | https://w3id.org/rec/device/HumiditySensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only xsd:doublec |
Sub-classes |
device:RelativeHumiditySensorc device:HumidityRatioSensorc device:AbsoluteHumiditySensorc |
URI | https://w3id.org/rec/device/HumiditySetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only xsd:doublec |
Sub-classes |
device:RelativeHumiditySetpointc device:HumidityRatioSetpointc device:AbsoluteHumiditySetpointc |
URI | https://w3id.org/rec/device/IlluminanceSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/LUXc |
URI | https://w3id.org/rec/device/IlluminanceSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/LUXc |
URI | https://w3id.org/rec/device/InductanceSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/Hc |
URI | https://w3id.org/rec/device/InductanceSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/Hc |
URI | https://w3id.org/rec/device/InferredOccupancySensor |
---|---|
Super-classes |
device:OccupancySensorc |
URI | https://w3id.org/rec/device/InferredOccupancySetpoint |
---|---|
Super-classes |
device:OccupancySetpointc |
URI | https://w3id.org/rec/device/IrradianceSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/W-PER-M2c |
URI | https://w3id.org/rec/device/IrradianceSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/W-PER-M2c |
URI | 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 |
URI | https://w3id.org/rec/device/KNXDataPointType |
---|---|
Super-classes |
device:KNXConfigurationc |
In range of |
device:hasKNXDataPointTypeop |
Members |
device:1.yyy |
URI | https://w3id.org/rec/device/LeakSensor |
---|---|
Super-classes |
device:BinarySensorc |
URI | https://w3id.org/rec/device/LevelActuator |
---|---|
Super-classes |
device:PercentActuatorc |
Sub-classes |
device:OnLevelActuatorc device:LoadLevelActuatorc device:StartLevelActuatorc |
URI | https://w3id.org/rec/device/LevelSensor |
---|---|
Super-classes |
device:PercentSensorc |
Sub-classes |
device:LoadLevelSensorc device:OnLevelSensorc device:StartLevelSensorc |
URI | https://w3id.org/rec/device/LevelSetpoint |
---|---|
Super-classes |
device:PercentSetpointc |
Sub-classes |
device:LoadLevelSetpointc device:StartLevelSetpointc device:OnLevelSetpointc |
URI | https://w3id.org/rec/device/LevelState |
---|---|
Super-classes |
device:PercentStatec |
Sub-classes |
device:LoadLevelStatec device:StartLevelStatec device:OnLevelStatec |
URI | https://w3id.org/rec/device/LinearAccelerationSensor |
---|---|
Super-classes |
device:AccelerationSensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/M-PER-SEC2c |
URI | https://w3id.org/rec/device/LinearAccelerationSetpoint |
---|---|
Super-classes |
device:AccelerationSetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/M-PER-SEC2c |
URI | https://w3id.org/rec/device/LinearSpeedSensor |
---|---|
Super-classes |
device:SpeedSensorc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/LinearSpeedSetpoint |
---|---|
Super-classes |
device:SpeedSetpointc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/LinearVelocitySensor |
---|---|
Super-classes |
device:VelocitySensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/M-PER-SECc |
URI | https://w3id.org/rec/device/LinearVelocitySetpoint |
---|---|
Super-classes |
device:VelocitySetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/M-PER-SECc |
URI | https://w3id.org/rec/device/LoRaConfiguration |
---|---|
Description |
Specific classes and properties to be extended in upcoming version. |
Super-classes |
device:CommunicationConfigurationc |
URI | https://w3id.org/rec/device/LoadLevelActuator |
---|---|
Super-classes |
device:LevelActuatorc |
URI | https://w3id.org/rec/device/LoadLevelSensor |
---|---|
Super-classes |
device:LevelSensorc |
URI | https://w3id.org/rec/device/LoadLevelSetpoint |
---|---|
Super-classes |
device:LevelSetpointc |
URI | https://w3id.org/rec/device/LoadLevelState |
---|---|
Super-classes |
device:LevelStatec |
URI | https://w3id.org/rec/device/LoadShedOverrideActuator |
---|---|
Super-classes |
device:OverrideActuatorc |
URI | https://w3id.org/rec/device/LoadShedOverrideSensor |
---|---|
Super-classes |
device:OverrideSensorc |
URI | https://w3id.org/rec/device/LoadShedOverrideSetpoint |
---|---|
Super-classes |
device:OverrideSetpointc |
URI | https://w3id.org/rec/device/LoadShedOverrideState |
---|---|
Super-classes |
device:OverrideStatec |
URI | https://w3id.org/rec/device/LuminanceSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/CD-PER-M2c |
URI | https://w3id.org/rec/device/LuminanceSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/CD-PER-M2c |
URI | https://w3id.org/rec/device/LuminositySensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/LuminositySetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/LuminousFluxSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/LMc |
URI | https://w3id.org/rec/device/LuminousFluxSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/LMc |
URI | https://w3id.org/rec/device/LuminousIntensitySensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/CDc |
URI | https://w3id.org/rec/device/LuminousIntensitySetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/CDc |
URI | https://w3id.org/rec/device/MBusConfiguration |
---|---|
Description |
Specific classes and properties to be extended in upcoming version. |
Super-classes |
device:CommunicationConfigurationc |
URI | https://w3id.org/rec/device/MagneticFluxSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/MagneticFluxSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/MagneticInductionSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/MagneticInductionSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/MassFlowSensor |
---|---|
Super-classes |
device:FlowSensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/KiloGM-PER-HRc |
URI | https://w3id.org/rec/device/MassFlowSetpoint |
---|---|
Super-classes |
device:FlowSetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/KiloGM-PER-HRc |
URI | https://w3id.org/rec/device/MassSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/KiloGMc |
URI | https://w3id.org/rec/device/MassSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/KiloGMc |
URI | https://w3id.org/rec/device/ModbusConfiguration |
---|---|
Super-classes |
device:CommunicationConfigurationc |
Sub-classes |
device:ModbusFunctionCodec device:ModbusDataTypec |
URI | https://w3id.org/rec/device/ModbusFunctionCode |
---|---|
Super-classes |
device:ModbusConfigurationc |
In range of |
device:hasModbusFunctionCodeop |
Members |
device:3 device:16 device:6 device:4 device:5 device:1 device:2 device:15 |
URI | https://w3id.org/rec/device/ModbusRTUConfiguration |
---|---|
Description |
Specific classes and properties to be extended in upcoming version. |
Super-classes |
device:CommunicationConfigurationc |
URI | https://w3id.org/rec/device/ModbusTCPConfiguration |
---|---|
Description |
Specific classes and properties to be extended in upcoming version. |
Super-classes |
device:CommunicationConfigurationc |
URI | https://w3id.org/rec/device/ModeActuator |
---|---|
Super-classes |
device:MultiStateActuatorc |
URI | https://w3id.org/rec/device/ModeSensor |
---|---|
Super-classes |
device:MultiStateSensorc |
URI | https://w3id.org/rec/device/ModeSetpoint |
---|---|
Super-classes |
device:MultiStateSetpointc |
URI | https://w3id.org/rec/device/ModeState |
---|---|
Super-classes |
device:MultiStatec |
URI | https://w3id.org/rec/device/MotionSensor |
---|---|
Super-classes |
device:BinarySensorc |
URI | https://w3id.org/rec/device/MultiState |
---|---|
Super-classes |
core:Statec |
Sub-classes |
device:ModeStatec device:ConditionStatec |
URI | https://w3id.org/rec/device/MultiStateActuator |
---|---|
Super-classes |
core:Actuatorc |
Sub-classes |
device:ModeActuatorc |
URI | https://w3id.org/rec/device/MultiStateSensor |
---|---|
Super-classes |
device:StateSensorc |
Sub-classes |
device:ModeSensorc |
URI | https://w3id.org/rec/device/MultiStateSetpoint |
---|---|
Super-classes |
device:StateSetpointc |
Sub-classes |
device:ModeSetpointc |
URI | https://w3id.org/rec/device/NO2AirQualitySensor |
---|---|
Super-classes |
device:AirQualitySensorc |
URI | https://w3id.org/rec/device/NO2AirQualitySetpoint |
---|---|
Super-classes |
device:AirQualitySetpointc |
URI | https://w3id.org/rec/device/NOxAirQualitySensor |
---|---|
Super-classes |
device:AirQualitySensorc |
URI | https://w3id.org/rec/device/NOxAirQualitySetpoint |
---|---|
Super-classes |
device:AirQualitySetpointc |
URI | https://w3id.org/rec/device/NonOperationalState |
---|---|
Super-classes |
device:OperationalNonOperationalStatec |
URI | https://w3id.org/rec/device/NormalActuator |
---|---|
Super-classes |
device:NormalFaultActuatorc |
URI | https://w3id.org/rec/device/NormalFaultActuator |
---|---|
Super-classes |
device:BinaryActuatorc |
Sub-classes |
device:FaultActuatorc device:NormalActuatorc |
URI | https://w3id.org/rec/device/NormalFaultSensor |
---|---|
Super-classes |
device:BinarySensorc |
Sub-classes |
device:NormalSensorc device:FaultSensorc |
URI | https://w3id.org/rec/device/NormalFaultSetpoint |
---|---|
Super-classes |
device:BinarySetpointc |
Sub-classes |
device:NormalSetpointc device:FaultSetpointc |
URI | https://w3id.org/rec/device/NormalFaultState |
---|---|
Super-classes |
device:BinaryStatec |
Sub-classes |
device:NormalStatec device:FaultStatec |
URI | https://w3id.org/rec/device/NormalSensor |
---|---|
Super-classes |
device:NormalFaultSensorc |
URI | https://w3id.org/rec/device/NormalSetpoint |
---|---|
Super-classes |
device:NormalFaultSetpointc |
URI | https://w3id.org/rec/device/NormalState |
---|---|
Super-classes |
device:NormalFaultStatec |
URI | https://w3id.org/rec/device/O2AirQualitySensor |
---|---|
Super-classes |
device:AirQualitySensorc |
URI | https://w3id.org/rec/device/O2AirQualitySetpoint |
---|---|
Super-classes |
device:AirQualitySetpointc |
URI | https://w3id.org/rec/device/O3AirQualitySensor |
---|---|
Super-classes |
device:AirQualitySensorc |
URI | https://w3id.org/rec/device/O3AirQualitySetpoint |
---|---|
Super-classes |
device:AirQualitySetpointc |
URI | https://w3id.org/rec/device/OPC-DAConfiguration |
---|---|
Description |
Specific classes and properties to be extended in upcoming version. |
Super-classes |
device:CommunicationConfigurationc |
URI | https://w3id.org/rec/device/OPC-UAConfiguration |
---|---|
Description |
Specific classes and properties to be extended in upcoming version. |
Super-classes |
device:CommunicationConfigurationc |
URI | https://w3id.org/rec/device/ObjectFlowSensor |
---|---|
Super-classes |
device:FlowSensorc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/ObjectFlowSetpoint |
---|---|
Super-classes |
device:FlowSetpointc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | 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 |
URI | https://w3id.org/rec/device/OccupancySensor |
---|---|
Super-classes |
device:PresenceSensorc |
Sub-classes |
device:InferredOccupancySensorc |
URI | https://w3id.org/rec/device/OccupancySetpoint |
---|---|
Super-classes |
device:PresenceSetpointc |
Sub-classes |
device:InferredOccupancySetpointc |
URI | https://w3id.org/rec/device/OccupancyState |
---|---|
Super-classes |
device:PresenceStatec |
URI | https://w3id.org/rec/device/OffActuator |
---|---|
Super-classes |
device:OnOffActuatorc |
URI | https://w3id.org/rec/device/OffSensor |
---|---|
Super-classes |
device:OnOffSensorc |
URI | https://w3id.org/rec/device/OffSetpoint |
---|---|
Super-classes |
device:OnOffSetpointc |
URI | https://w3id.org/rec/device/OffState |
---|---|
Super-classes |
device:OnOffStatec |
URI | https://w3id.org/rec/device/OnActuator |
---|---|
Super-classes |
device:OnOffActuatorc |
URI | https://w3id.org/rec/device/OnLevelActuator |
---|---|
Super-classes |
device:LevelActuatorc |
URI | https://w3id.org/rec/device/OnLevelSensor |
---|---|
Super-classes |
device:LevelSensorc |
URI | https://w3id.org/rec/device/OnLevelSetpoint |
---|---|
Super-classes |
device:LevelSetpointc |
URI | https://w3id.org/rec/device/OnLevelState |
---|---|
Super-classes |
device:LevelStatec |
URI | https://w3id.org/rec/device/OnOffActuator |
---|---|
Super-classes |
device:BinaryActuatorc |
Sub-classes |
device:OnActuatorc device:OffActuatorc |
URI | https://w3id.org/rec/device/OnOffSensor |
---|---|
Super-classes |
device:BinarySensorc |
Sub-classes |
device:OffSensorc device:OnSensorc |
URI | https://w3id.org/rec/device/OnOffSetpoint |
---|---|
Super-classes |
device:BinarySetpointc |
Sub-classes |
device:OnSetpointc device:OffSetpointc |
URI | https://w3id.org/rec/device/OnOffState |
---|---|
Super-classes |
device:BinaryStatec |
Sub-classes |
device:OffStatec device:OnStatec |
URI | https://w3id.org/rec/device/OnSensor |
---|---|
Super-classes |
device:OnOffSensorc |
URI | https://w3id.org/rec/device/OnSetpoint |
---|---|
Super-classes |
device:OnOffSetpointc |
URI | https://w3id.org/rec/device/OnState |
---|---|
Super-classes |
device:OnOffStatec |
URI | https://w3id.org/rec/device/OpenActuator |
---|---|
Super-classes |
device:OpenCloseActuatorc |
URI | https://w3id.org/rec/device/OpenCloseActuator |
---|---|
Super-classes |
device:BinaryActuatorc |
Sub-classes |
device:CloseActuatorc device:OpenActuatorc |
URI | https://w3id.org/rec/device/OpenCloseSensor |
---|---|
Super-classes |
device:BinarySensorc |
Sub-classes |
device:OpenSensorc device:CloseSensorc |
URI | https://w3id.org/rec/device/OpenCloseSetpoint |
---|---|
Super-classes |
device:BinarySetpointc |
Sub-classes |
device:CloseSetpointc device:OpenSetpointc |
URI | https://w3id.org/rec/device/OpenCloseState |
---|---|
Super-classes |
device:BinaryStatec |
Sub-classes |
device:CloseStatec device:OpenStatec |
URI | https://w3id.org/rec/device/OpenSensor |
---|---|
Super-classes |
device:OpenCloseSensorc |
URI | https://w3id.org/rec/device/OpenSetpoint |
---|---|
Super-classes |
device:OpenCloseSetpointc |
URI | https://w3id.org/rec/device/OpenState |
---|---|
Super-classes |
device:OpenCloseStatec |
URI | https://w3id.org/rec/device/OperationalNonOperationalState |
---|---|
Super-classes |
device:BinaryStatec |
Sub-classes |
device:NonOperationalStatec device:OperationalStatec |
URI | https://w3id.org/rec/device/OperationalState |
---|---|
Super-classes |
device:OperationalNonOperationalStatec |
URI | https://w3id.org/rec/device/OverrideActuator |
---|---|
Super-classes |
device:DefaultOverrideActuatorc |
Sub-classes |
device:LoadShedOverrideActuatorc |
URI | https://w3id.org/rec/device/OverrideSensor |
---|---|
Super-classes |
device:DefaultOverrideSensorc |
Sub-classes |
device:LoadShedOverrideSensorc |
URI | https://w3id.org/rec/device/OverrideSetpoint |
---|---|
Super-classes |
device:DefaultOverrideSetpointc |
Sub-classes |
device:LoadShedOverrideSetpointc |
URI | https://w3id.org/rec/device/OverrideState |
---|---|
Super-classes |
device:DefaultOverrideStatec |
Sub-classes |
device:LoadShedOverrideStatec |
URI | https://w3id.org/rec/device/PM001AirQualitySensor |
---|---|
Super-classes |
device:AirQualitySensorc |
URI | https://w3id.org/rec/device/PM001AirQualitySetpoint |
---|---|
Super-classes |
device:AirQualitySetpointc |
URI | https://w3id.org/rec/device/PM010AirQualitySensor |
---|---|
Super-classes |
device:AirQualitySensorc |
URI | https://w3id.org/rec/device/PM010AirQualitySetpoint |
---|---|
Super-classes |
device:AirQualitySetpointc |
URI | https://w3id.org/rec/device/PM025AirQualitySensor |
---|---|
Super-classes |
device:AirQualitySensorc |
URI | https://w3id.org/rec/device/PM025AirQualitySetpoint |
---|---|
Super-classes |
device:AirQualitySetpointc |
URI | https://w3id.org/rec/device/PM10AirQualitySensor |
---|---|
Super-classes |
device:AirQualitySensorc |
URI | https://w3id.org/rec/device/PM10AirQualitySetpoint |
---|---|
Super-classes |
device:AirQualitySetpointc |
URI | https://w3id.org/rec/device/PbAirQualitySensor |
---|---|
Super-classes |
device:AirQualitySensorc |
URI | https://w3id.org/rec/device/PbAirQualitySetpoint |
---|---|
Super-classes |
device:AirQualitySetpointc |
URI | https://w3id.org/rec/device/PercentActuator |
---|---|
Super-classes |
core:Actuatorc |
Restrictions |
core:lastValuedp only xsd:doublec |
Sub-classes |
device:PositionActuatorc device:LevelActuatorc |
URI | https://w3id.org/rec/device/PercentSensor |
---|---|
Super-classes |
device:StateSensorc |
Sub-classes |
device:LevelSensorc device:PositionSensorc |
URI | https://w3id.org/rec/device/PercentSetpoint |
---|---|
Super-classes |
device:StateSetpointc |
Sub-classes |
device:LevelSetpointc device:PositionSetpointc |
URI | https://w3id.org/rec/device/PercentState |
---|---|
Super-classes |
core:Statec |
Sub-classes |
device:LevelStatec device:PositionStatec |
URI | https://w3id.org/rec/device/PositionActuator |
---|---|
Super-classes |
device:PercentActuatorc |
URI | https://w3id.org/rec/device/PositionSensor |
---|---|
Super-classes |
device:PercentSensorc |
URI | https://w3id.org/rec/device/PositionSetpoint |
---|---|
Super-classes |
device:PercentSetpointc |
URI | https://w3id.org/rec/device/PositionState |
---|---|
Super-classes |
device:PercentStatec |
URI | https://w3id.org/rec/device/PowerFactorSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/PowerFactorSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/PowerSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Sub-classes |
device:ThermalPowerSensorc device:ElectricalPowerSensorc |
URI | https://w3id.org/rec/device/PowerSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Sub-classes |
device:ThermalPowerSetpointc device:ElectricalPowerSetpointc |
URI | https://w3id.org/rec/device/PowerSource |
---|---|
Description |
The power source for the device. |
Super-classes |
core:Devicec |
Members |
device:Battery device:CommunicationBusPowerSource |
URI | https://w3id.org/rec/device/PresenceAbsenceActuator |
---|---|
Super-classes |
device:BinaryActuatorc |
Sub-classes |
device:PresenceActuatorc device:AbsenceActuatorc |
URI | https://w3id.org/rec/device/PresenceAbsenceSensor |
---|---|
Super-classes |
device:BinarySensorc |
Sub-classes |
device:PresenceSensorc device:AbsenceSensorc |
URI | https://w3id.org/rec/device/PresenceAbsenceSetpoint |
---|---|
Super-classes |
device:BinarySetpointc |
Sub-classes |
device:PresenceSetpointc device:AbsenceSetpointc |
URI | https://w3id.org/rec/device/PresenceAbsenceState |
---|---|
Super-classes |
device:BinaryStatec |
Sub-classes |
device:PresenceStatec device:AbsenceStatec |
URI | https://w3id.org/rec/device/PresenceActuator |
---|---|
Super-classes |
device:PresenceAbsenceActuatorc |
URI | https://w3id.org/rec/device/PresenceSensor |
---|---|
Super-classes |
device:PresenceAbsenceSensorc |
Sub-classes |
device:OccupancySensorc |
URI | https://w3id.org/rec/device/PresenceSetpoint |
---|---|
Super-classes |
device:PresenceAbsenceSetpointc |
Sub-classes |
device:OccupancySetpointc |
URI | https://w3id.org/rec/device/PresenceState |
---|---|
Super-classes |
device:PresenceAbsenceStatec |
Sub-classes |
device:OccupancyStatec |
URI | https://w3id.org/rec/device/PressureSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/KiloPAc |
Sub-classes |
device:TotalPressureSensorc device:StaticPressureSensorc device:VelocityPressureSensorc |
URI | https://w3id.org/rec/device/PressureSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/KiloPAc |
Sub-classes |
device:StaticPressureSetpointc device:VelocityPressureSetpointc device:TotalPressureSetpointc |
URI | https://w3id.org/rec/device/ReactiveElectricalEnergySensor |
---|---|
Super-classes |
device:ElectricalEnergySensorc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/ReactiveElectricalEnergySetpoint |
---|---|
Super-classes |
device:ElectricalEnergySetpointc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/ReactiveElectricalPowerSensor |
---|---|
Super-classes |
device:ElectricalPowerSensorc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/ReactiveElectricalPowerSetpoint |
---|---|
Super-classes |
device:ElectricalPowerSetpointc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/RelativeHumiditySensor |
---|---|
Super-classes |
device:HumiditySensorc |
URI | https://w3id.org/rec/device/RelativeHumiditySetpoint |
---|---|
Super-classes |
device:HumiditySetpointc |
URI | https://w3id.org/rec/device/ResetActuator |
---|---|
Super-classes |
device:DefaultActuatorc |
Sub-classes |
device:FaultResetActuatorc |
URI | https://w3id.org/rec/device/ResetSensor |
---|---|
Super-classes |
device:DefaultSensorc |
Sub-classes |
device:FaultResetSensorc |
URI | https://w3id.org/rec/device/ResetSetpoint |
---|---|
Super-classes |
device:DefaultSetpointc |
Sub-classes |
device:FaultResetSetpointc |
URI | https://w3id.org/rec/device/ResetState |
---|---|
Super-classes |
device:DefaultStatec |
Sub-classes |
device:FaultResetStatec |
URI | https://w3id.org/rec/device/ResistanceSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/OHMc |
URI | https://w3id.org/rec/device/ResistanceSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/OHMc |
URI | https://w3id.org/rec/device/SO2AirQualitySensor |
---|---|
Super-classes |
device:AirQualitySensorc |
URI | https://w3id.org/rec/device/SO2AirQualitySetpoint |
---|---|
Super-classes |
device:AirQualitySetpointc |
URI | 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 |
device:observesActuatorop only device:Actuatorc core:hasMeasurementUnitop min 1 core:hasQuantityKindop only core:QuantityKindc core:hasQuantityKindop exactly 1 core:hasMeasurementUnitop only core:MeasurementUnitc |
URI | https://w3id.org/rec/device/SensorInterface |
---|---|
Description |
Deprecated in favour of core:SensorInterface |
Super-classes |
core:Softwarec |
Restrictions |
core:dataSchemaop exactly 1 core:DataSchemac |
In range of |
device:sensorInterfaceop |
URI | https://w3id.org/rec/device/SignalStrengthSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/SignalStrengthSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/SmokeSensor |
---|---|
Super-classes |
device:BinarySensorc |
URI | https://w3id.org/rec/device/SoundPressureLevelSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/DeciBc |
URI | https://w3id.org/rec/device/SoundPressureLevelSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/DeciBc |
URI | https://w3id.org/rec/device/SpecificEnthalpySensor |
---|---|
Super-classes |
device:EnthalpySensorc |
URI | https://w3id.org/rec/device/SpecificEnthalpySensorSetpoint |
---|---|
Super-classes |
device:EnthalpySetpointc |
URI | https://w3id.org/rec/device/SpeedSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Sub-classes |
device:LinearSpeedSensorc device:AngularSpeedSensorc |
URI | https://w3id.org/rec/device/SpeedSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Sub-classes |
device:LinearSpeedSetpointc device:AngularSpeedSetpointc |
URI | https://w3id.org/rec/device/StartActuator |
---|---|
Super-classes |
device:StartStopActuatorc |
URI | https://w3id.org/rec/device/StartLevelActuator |
---|---|
Super-classes |
device:LevelActuatorc |
URI | https://w3id.org/rec/device/StartLevelSensor |
---|---|
Super-classes |
device:LevelSensorc |
URI | https://w3id.org/rec/device/StartLevelSetpoint |
---|---|
Super-classes |
device:LevelSetpointc |
URI | https://w3id.org/rec/device/StartLevelState |
---|---|
Super-classes |
device:LevelStatec |
URI | https://w3id.org/rec/device/StartSensor |
---|---|
Super-classes |
device:StartStopSensorc |
URI | https://w3id.org/rec/device/StartSetpoint |
---|---|
Super-classes |
device:StartStopSetpointc |
URI | https://w3id.org/rec/device/StartState |
---|---|
Super-classes |
device:StartStopStatec |
URI | https://w3id.org/rec/device/StartStopActuator |
---|---|
Super-classes |
device:BinaryActuatorc |
Sub-classes |
device:StartActuatorc device:StopActuatorc |
URI | https://w3id.org/rec/device/StartStopSensor |
---|---|
Super-classes |
device:BinarySensorc |
Sub-classes |
device:StopSensorc device:StartSensorc |
URI | https://w3id.org/rec/device/StartStopSetpoint |
---|---|
Super-classes |
device:BinarySetpointc |
Sub-classes |
device:StartSetpointc device:StopSetpointc |
URI | https://w3id.org/rec/device/StartStopState |
---|---|
Super-classes |
device:BinaryStatec |
Sub-classes |
device:StopStatec device:StartStatec |
URI | https://w3id.org/rec/device/StateSensor |
---|---|
Super-classes |
core:Sensorc |
Sub-classes |
device:BinarySensorc device:PercentSensorc device:MultiStateSensorc |
URI | https://w3id.org/rec/device/StateSetpoint |
---|---|
Super-classes |
core:Setpointc |
Sub-classes |
device:PercentSetpointc device:MultiStateSetpointc device:BinarySetpointc |
URI | https://w3id.org/rec/device/StaticPressureSensor |
---|---|
Super-classes |
device:PressureSensorc |
URI | https://w3id.org/rec/device/StaticPressureSetpoint |
---|---|
Super-classes |
device:PressureSetpointc |
URI | https://w3id.org/rec/device/StopActuator |
---|---|
Super-classes |
device:StartStopActuatorc |
URI | https://w3id.org/rec/device/StopSensor |
---|---|
Super-classes |
device:StartStopSensorc |
URI | https://w3id.org/rec/device/StopSetpoint |
---|---|
Super-classes |
device:StartStopSetpointc |
URI | https://w3id.org/rec/device/StopState |
---|---|
Super-classes |
device:StartStopStatec |
URI | https://w3id.org/rec/device/TVOCAirQualitySensor |
---|---|
Super-classes |
device:AirQualitySensorc |
URI | https://w3id.org/rec/device/TVOCAirQualitySetpoint |
---|---|
Super-classes |
device:AirQualitySetpointc |
URI | https://w3id.org/rec/device/TemperatureSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/DEG_Cc |
Sub-classes |
device:WetBulbTemperatureSensorc device:FeelsLikeTemperatureSensorc device:DryBulbTemperatureSensorc device:DewPointTemperatureSensorc |
URI | https://w3id.org/rec/device/TemperatureSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/DEG_Cc |
Sub-classes |
device:DewPointTemperatureSetpointc device:FeelsLikeTemperatureSetpointc device:WetBulbTemperatureSetpointc device:DryBulbTemperatureSetpointc |
URI | https://w3id.org/rec/device/ThermalEnergySensor |
---|---|
Super-classes |
device:EnergySensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/KiloJc |
URI | https://w3id.org/rec/device/ThermalEnergySetpoint |
---|---|
Super-classes |
device:EnergySetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/KiloJc |
URI | https://w3id.org/rec/device/ThermalPowerSensor |
---|---|
Super-classes |
device:PowerSensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/Wc |
URI | https://w3id.org/rec/device/ThermalPowerSetpoint |
---|---|
Super-classes |
device:PowerSetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/Wc |
URI | https://w3id.org/rec/device/TimeSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only xsd:dateTimec |
URI | https://w3id.org/rec/device/TimeSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only xsd:dateTimec |
URI | https://w3id.org/rec/device/TimeSpanSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/SECc |
URI | https://w3id.org/rec/device/TimeSpanSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/SECc |
URI | https://w3id.org/rec/device/TorqueSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/N-Mc |
URI | https://w3id.org/rec/device/TorqueSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/N-Mc |
URI | https://w3id.org/rec/device/TotalPressureSensor |
---|---|
Super-classes |
device:PressureSensorc |
URI | https://w3id.org/rec/device/TotalPressureSetpoint |
---|---|
Super-classes |
device:PressureSetpointc |
URI | https://w3id.org/rec/device/VelocityPressureSensor |
---|---|
Super-classes |
device:PressureSensorc |
URI | https://w3id.org/rec/device/VelocityPressureSetpoint |
---|---|
Super-classes |
device:PressureSetpointc |
URI | https://w3id.org/rec/device/VelocitySensor |
---|---|
Super-classes |
device:QuantitySensorc |
Sub-classes |
device:AngularVelocitySensorc device:LinearVelocitySensorc |
URI | https://w3id.org/rec/device/VelocitySetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Sub-classes |
device:LinearVelocitySetpointc device:AngularVelocitySetpointc |
URI | https://w3id.org/rec/device/VisibilitySensor |
---|---|
Super-classes |
device:DistanceSensorc |
URI | https://w3id.org/rec/device/VisibilitySetpoint |
---|---|
Super-classes |
device:DistanceSetpointc |
URI | https://w3id.org/rec/device/VoltageAngleSensor |
---|---|
Super-classes |
device:VoltageSensorc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/VoltageAngleSetpoint |
---|---|
Super-classes |
device:VoltageSetpointc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/VoltageImbalanceSensor |
---|---|
Super-classes |
device:VoltageSensorc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/VoltageImbalanceSetpoint |
---|---|
Super-classes |
device:VoltageSetpointc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/VoltageMagnitudeSensor |
---|---|
Super-classes |
device:VoltageSensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/Vc |
URI | https://w3id.org/rec/device/VoltageMagnitudeSetpoint |
---|---|
Super-classes |
device:VoltageSetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/Vc |
URI | https://w3id.org/rec/device/VoltageSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Sub-classes |
device:VoltageImbalanceSensorc device:VoltageAngleSensorc device:VoltageTHDSensorc device:VoltageMagnitudeSensorc |
URI | https://w3id.org/rec/device/VoltageSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Sub-classes |
device:VoltageMagnitudeSetpointc device:VoltageImbalanceSetpointc device:VoltageTHDSetpointc device:VoltageAngleSetpointc |
URI | https://w3id.org/rec/device/VoltageTHDSensor |
---|---|
Super-classes |
device:VoltageSensorc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/VoltageTHDSetpoint |
---|---|
Super-classes |
device:VoltageSetpointc |
Restrictions |
core:lastValuedp only xsd:doublec |
URI | https://w3id.org/rec/device/VolumeFlowSensor |
---|---|
Super-classes |
device:FlowSensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/L-PER-SECc |
URI | https://w3id.org/rec/device/VolumeFlowSetpoint |
---|---|
Super-classes |
device:FlowSetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/L-PER-SECc |
URI | https://w3id.org/rec/device/VolumeSensor |
---|---|
Super-classes |
device:QuantitySensorc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/Lc |
URI | https://w3id.org/rec/device/VolumeSetpoint |
---|---|
Super-classes |
device:QuantitySetpointc |
Restrictions |
core:lastValuedp only http://qudt.org/vocab/unit/Lc |
URI | https://w3id.org/rec/device/WeatherConditionState |
---|---|
Super-classes |
device:ConditionStatec |
URI | https://w3id.org/rec/device/WetBulbTemperatureSensor |
---|---|
Super-classes |
device:TemperatureSensorc |
URI | https://w3id.org/rec/device/WetBulbTemperatureSetpoint |
---|---|
Super-classes |
device:TemperatureSetpointc |
URI | http://qudt.org/schema/qudt/hasQuantityKind |
---|---|
Is Defined By | http://qudt.org/2.1/schema/qudt |
Range(s) | qudt:QuantityKindc |
URI | http://qudt.org/schema/qudt/unit |
---|---|
Is Defined By | http://qudt.org/2.1/schema/qudt |
Description |
A reference to the unit of measure of a quantity (variable or constant) of interest |
URI | 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 | geosparql:hasGeometryop |
Range(s) | geosparql:Geometryc |
URI | 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) | geosparql:Geometryc |
URI | 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 |
URI | https://w3id.org/rec/actuation/generatedCommand |
---|---|
Inverse properties | actuation:wasGeneratedFromRequestop |
Domain(s) | actuation:ActuationRequestc |
Range(s) | actuation:ActuationCommandc |
URI | 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 |
URI | https://w3id.org/rec/actuation/hasActuationInterface |
---|---|
Inverse properties | actuation:isActuationInterfaceOfop |
Domain(s) | core:Actuatorc |
Range(s) | actuation:ActuationInterfacec |
URI | https://w3id.org/rec/actuation/hasCommandResponse |
---|---|
Inverse properties | actuation:responseToCommandop |
Domain(s) | actuation:ActuationCommandc |
Range(s) | actuation:ActuationCommandResponsec |
URI | https://w3id.org/rec/actuation/hasDefaultActuationInterface |
---|---|
Super-properties | actuation:hasActuationInterfaceop |
Inverse properties | actuation:isDefaultActuationInterfaceOfop |
Domain(s) | core:Actuatorc |
Range(s) | actuation:ActuationInterfacec |
URI | https://w3id.org/rec/actuation/hasRequestResponse |
---|---|
Inverse properties | actuation:responseToRequestop |
Domain(s) | actuation:ActuationRequestc |
Range(s) | actuation:ActuationRequestResponsec |
URI | https://w3id.org/rec/actuation/isActuationInterfaceOf |
---|---|
Domain(s) | actuation:ActuationInterfacec |
URI | https://w3id.org/rec/actuation/isDefaultActuationInterfaceOf |
---|---|
Super-properties | actuation:isActuationInterfaceOfop |
Domain(s) | actuation:ActuationInterfacec |
URI | https://w3id.org/rec/actuation/payloadKeyValueDefinition |
---|---|
Description |
Deprecated in favour of core:dataSchema. |
Domain(s) | actuation:ActuationInterfacec |
Range(s) | actuation:KeyValueDefinitionc |
URI | 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 |
URI | https://w3id.org/rec/actuation/responseCode |
---|---|
Domain(s) | actuation:ActuationCommandResponsec |
Range(s) | actuation:ResponseCodec |
URI | https://w3id.org/rec/actuation/responseToCommand |
---|---|
Domain(s) | actuation:ActuationCommandResponsec |
Range(s) | actuation:ActuationCommandc |
URI | https://w3id.org/rec/actuation/responseToRequest |
---|---|
Domain(s) | actuation:ActuationRequestResponsec |
Range(s) | actuation:ActuationRequestc |
URI | https://w3id.org/rec/actuation/targetActuator |
---|---|
Range(s) | core:Actuatorc |
URI | https://w3id.org/rec/actuation/targetInterface |
---|---|
Domain(s) | actuation:ActuationRequestc |
Range(s) | actuation:ActuationInterfacec |
URI | 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 |
URI | https://w3id.org/rec/actuation/wasGeneratedFromRequest |
---|---|
Domain(s) | actuation:ActuationCommandc |
Range(s) | actuation:ActuationRequestc |
URI | https://w3id.org/rec/addressing/address |
---|---|
Range(s) | https://w3id.org/rec/addressing/Addressc |
URI | https://w3id.org/rec/agents/hasMember |
---|---|
Description |
Indicates the individual Persons that are members of an Organization. For member Organizations, use hasPart. |
Domain(s) | agents:Organizationc |
Range(s) | agents:Personc |
URI | https://w3id.org/rec/agents/isMemberOf |
---|---|
Description |
Indicates the Organization(s) that this Person is a member of. |
Domain(s) | agents:Personc |
Range(s) | agents:Organizationc |
URI | 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) | analytics:AnalysisProcessc |
Range(s) | analytics:AnalysisConfigurationc |
URI | 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) | analytics:AnalysisProcessc |
URI | 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) | analytics:DataSeriesc |
Range(s) | core:Observationc |
URI | https://w3id.org/rec/asset/commissionedBy |
---|---|
Domain(s) | core:Assetc |
Range(s) | core:Agentc |
URI | https://w3id.org/rec/asset/ductInlet |
---|---|
Range(s) | asset:DuctConnectionc |
URI | https://w3id.org/rec/asset/feeds |
---|---|
Inverse properties | asset:isFedByop |
URI | https://w3id.org/rec/asset/fromSpace |
---|---|
Range(s) | core:Spacec |
URI | https://w3id.org/rec/asset/heatingMethod |
---|---|
Range(s) | asset:HVACHeatingMethodc |
URI | https://w3id.org/rec/asset/installedBy |
---|---|
Domain(s) | core:Assetc |
Range(s) | core:Agentc |
URI | https://w3id.org/rec/asset/mainBus |
---|---|
Range(s) | asset:ElectricalBusc |
URI | https://w3id.org/rec/asset/manufacturedBy |
---|---|
Domain(s) | core:Assetc |
Range(s) | core:Agentc |
URI | https://w3id.org/rec/asset/mixingBox |
---|---|
Range(s) | asset:HVACMixingBoxc |
URI | https://w3id.org/rec/asset/mountedInRack |
---|---|
Range(s) | asset:ITRackc |
URI | https://w3id.org/rec/asset/pipeInlet |
---|---|
Range(s) | asset:PipeConnectionc |
URI | https://w3id.org/rec/asset/pipeOutlet |
---|---|
Range(s) | asset:PipeConnectionc |
URI | https://w3id.org/rec/asset/preHeatingMethod |
---|---|
Range(s) | asset:HVACHeatingMethodc |
URI | https://w3id.org/rec/asset/primaryCoolingMethod |
---|---|
Range(s) | asset:HVACCoolingMethodc |
URI | https://w3id.org/rec/asset/reHeatingMethod |
---|---|
Range(s) | asset:HVACHeatingMethodc |
URI | https://w3id.org/rec/asset/secondaryCoolingMethod |
---|---|
Range(s) | asset:HVACCoolingMethodc |
URI | https://w3id.org/rec/asset/servicedBy |
---|---|
Domain(s) | core:Assetc |
Range(s) | core:Agentc |
URI | https://w3id.org/rec/asset/subMeterOf |
---|---|
Domain(s) | asset:Meterc |
Range(s) | asset:Meterc |
URI | https://w3id.org/rec/asset/toSpace |
---|---|
Range(s) | core:Spacec |
URI | https://w3id.org/rec/building/roomType |
---|---|
Super-properties | core:hasTypeop |
Domain(s) | core:Roomc |
Range(s) | building:RoomTypec |
URI | https://w3id.org/rec/business/hasRole |
---|---|
Description |
A role that is held by some agent (e.g., a Person could hold a Sales Representative role, or an organization could hold a Maintenance Responsibility role). |
Domain(s) | core:Agentc |
Range(s) | https://w3id.org/rec/business/Rolec |
URI | https://w3id.org/rec/business/leaseOf |
---|---|
Description |
The object (e.g., property, equipment, etc) that this a lease of. |
Domain(s) | https://w3id.org/rec/business/Leasec |
URI | https://w3id.org/rec/business/leasee |
---|---|
Description |
The agent leasing some leasable object, i.e., the user of the asset. |
Domain(s) | https://w3id.org/rec/business/Leasec |
Range(s) | core:Agentc |
URI | https://w3id.org/rec/business/leasor |
---|---|
Description |
The agent leasing out some leasable object, i.e., the owner of the asset. |
Domain(s) | https://w3id.org/rec/business/Leasec |
Range(s) | core:Agentc |
URI | https://w3id.org/rec/business/regulatedBy |
---|---|
Description |
A lease is regulated by some contract entered into by the leasor and leasees. |
Domain(s) | https://w3id.org/rec/business/Leasec |
Range(s) | https://w3id.org/rec/business/LeaseContractc |
URI | https://w3id.org/rec/core/architectedBy |
---|---|
Domain(s) | core:Spacec |
Range(s) | core:Agentc |
URI | https://w3id.org/rec/core/categorizationProperties |
---|---|
Range(s) | core:PropertySetc |
URI | https://w3id.org/rec/core/componentOf |
---|---|
Description |
Links a Building Component to a Space, that the Building Component is either contained in, adjacent to or intersecting with. |
Inverse properties | core:hasBuildingComponentop |
Domain(s) | core:BuildingComponentc |
Range(s) | core:Spacec |
URI | https://w3id.org/rec/core/componentOfBuilding |
---|---|
Description |
Indicates which Building a certain Building Component is part of. |
Super-properties | core:componentOfop |
Domain(s) | core:BuildingComponentc |
Range(s) | core:Buildingc |
URI | https://w3id.org/rec/core/constructedBy |
---|---|
Domain(s) | core:Spacec |
Range(s) | core:Agentc |
URI | https://w3id.org/rec/core/containsMountedDevice |
---|---|
Description |
Parthood traversal property linking to mounted Devices. |
Super-properties | core:hasPartop |
Inverse properties | core:isMountedInop |
Range(s) | core:Devicec |
URI | https://w3id.org/rec/core/controlledBy |
---|---|
Domain(s) | core:Capabilityc |
Range(s) | core:Capabilityc |
URI | https://w3id.org/rec/core/dataSchema |
---|---|
Range(s) | core:DataSchemac |
URI | https://w3id.org/rec/core/deviceMeasurementUnit |
---|---|
Description |
The measurement unit used by some Device. Deprecated in favour of qudt:unit |
Super-properties | core:hasMeasurementUnitop |
Domain(s) | core:Devicec |
Range(s) | core:MeasurementUnitc |
URI | https://w3id.org/rec/core/deviceQuantityKind |
---|---|
Description |
The Quantity Kind that a device measures or affects. Deprecated in favour of qudt:hasQuantityKind |
Super-properties | core:hasQuantityKindop |
Domain(s) | core:Devicec |
Range(s) | core:QuantityKindc |
URI | https://w3id.org/rec/core/documentTopic |
---|---|
Inverse properties | core:hasDocumentop |
Domain(s) | core:Documentc |
URI | https://w3id.org/rec/core/eventMeasurementUnit |
---|---|
Description |
A unit used to measure some aspect of some Event. Deprecated in favour of qudt:unit |
Super-properties | core:hasMeasurementUnitop |
Domain(s) | core:Eventc |
Range(s) | core:MeasurementUnitc |
URI | https://w3id.org/rec/core/eventQuantityKind |
---|---|
Description |
The Quantity Kind that an event measures or affects. Deprecated in favour of qudt:hasQuantityKind |
Super-properties | core:hasQuantityKindop |
Domain(s) | core:Eventc |
Range(s) | core:QuantityKindc |
URI | https://w3id.org/rec/core/generatedObservation |
---|---|
Super-properties | core:producedEventop |
Inverse properties | core:observationGeneratedByop |
Domain(s) | core:Sensorc |
Range(s) | core:Observationc |
URI | https://w3id.org/rec/core/hasBuildingComponent |
---|---|
Description |
Links a Space to a BuildingComponent that is either contained in, adjacent to or intersecting with the Space. |
Inverse properties | core:isPartOfBuildingop |
Domain(s) | core:Spacec |
Range(s) | core:BuildingComponentc |
URI | https://w3id.org/rec/core/hasCapability |
---|---|
Inverse properties | core:isCapabilityOfop |
Range(s) | core:Capabilityc |
URI | https://w3id.org/rec/core/hasDocument |
---|---|
Range(s) | core:Documentc |
URI | 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 | geosparql:hasGeometryop |
Domain(s) | core:Buildingc |
Range(s) | core:GeoReferenceOrigoc |
URI | 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. Deprecated in favour of qudt:unit |
Range(s) | core:MeasurementUnitc |
URI | https://w3id.org/rec/core/hasMember |
---|---|
Description |
has member |
Inverse properties | core:isMemberOfop |
Domain(s) | core:Collectionc |
URI | https://w3id.org/rec/core/hasPart |
---|---|
Description |
Points to sub-entities that share the same base type (i.e., Spaces only have Spaces as parts, Assets only have Assets as parts, etc.). |
Inverse properties | core:isPartOfop |
URI | https://w3id.org/rec/core/hasQuantityKind |
---|---|
Description |
Links entities that are measurable to the Quantity Kind that they measure, e.g., Temperature, Pressure, etc. Deprecated in favour of qudt:hasQuantityKind |
Range(s) | core:QuantityKindc |
URI | 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 |
URI | https://w3id.org/rec/core/hasSubBuildingComponent |
---|---|
Description |
Parthood traversal property linking BuildingComponents to their constituent sub-components. |
Inverse properties | core:hasSuperBuildingComponentop |
Domain(s) | core:BuildingComponentc |
Range(s) | core:BuildingComponentc |
URI | https://w3id.org/rec/core/hasSubDevice |
---|---|
Description |
Parthood traversal property linking a Device to any sub-Devices that it contains. |
Inverse properties | core:hasSuperDeviceop |
Domain(s) | core:Devicec |
Range(s) | core:Devicec |
URI | https://w3id.org/rec/core/hasSuperBuildingComponent |
---|---|
Description |
Property to model nesting of building components, e.g., rooms within apartments or walls within stairwells, etc. |
Domain(s) | core:BuildingComponentc |
Range(s) | core:BuildingComponentc |
URI | https://w3id.org/rec/core/hasSuperDevice |
---|---|
Description |
A property that allows for nesting of devices within devices. |
Domain(s) | core:Devicec |
Range(s) | core:Devicec |
URI | 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 |
URI | https://w3id.org/rec/core/hostedBy |
---|---|
Description |
Indicates the physical hardware asset that a given logical device is hosted and executed on. |
Inverse properties | core:hostsop |
Domain(s) | core:LogicalDevicec |
Range(s) | core:Assetc |
URI | https://w3id.org/rec/core/hosts |
---|---|
Description |
Indicates that a given Asset hosts a logical device; e.g., a Raspberry Pi hosts a Home Assistant installation, or an IoT-connect smart camera unit hosts an IoT Edge runtime. |
Domain(s) | core:Assetc |
Range(s) | core:LogicalDevicec |
URI | https://w3id.org/rec/core/includedIn |
---|---|
Description |
Indicates that an entity is included in some Collection, e.g., a Building is included in a RealEstate, or a Room is included in an Apartment. |
Inverse properties | core:includesop |
Range(s) | core:Collectionc |
URI | https://w3id.org/rec/core/includes |
---|---|
Description |
Member entities of a collection; e.g., a Campus includes some Space, an Apartment includes some Room, etc. |
Domain(s) | core:Collectionc |
URI | https://w3id.org/rec/core/isCapabilityOf |
---|---|
Description |
The entity (Asset, Space, LogicalDevice, etc.) that has this Capability. |
Domain(s) | core:Capabilityc |
URI | https://w3id.org/rec/core/isLocationOf |
---|---|
Inverse properties | core:locatedInop |
Domain(s) | core:Spacec |
URI | https://w3id.org/rec/core/isMemberOf |
---|---|
Range(s) | core:Collectionc |
URI | https://w3id.org/rec/core/isMountedIn |
---|---|
Description |
Property describing where a Device is mounted. |
Super-properties | core:isPartOfop |
Domain(s) | core:Devicec |
URI | 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 |
URI | https://w3id.org/rec/core/isPartOf |
---|---|
Description |
Indicates a super-entity of the same base type (i.e., Spaces only have Spaces as parents, Organizations only have Organizations, etc). |
URI | https://w3id.org/rec/core/isPartOfBuilding |
---|---|
Description |
Indicates which Building a certain Building Component is part of. Deprecated in favour of core:componentOfBuilding |
Domain(s) | core:BuildingComponentc |
Range(s) | core:Buildingc |
URI | 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 |
URI | https://w3id.org/rec/core/locatedIn |
---|---|
Range(s) | core:Spacec |
URI | https://w3id.org/rec/core/observationGeneratedBy |
---|---|
Super-properties | core:producedByop |
Domain(s) | core:Observationc |
Range(s) | core:Sensorc |
URI | https://w3id.org/rec/core/observedBy |
---|---|
Description |
Generic property indicating which sensors that are configured or designed to observe some feature, system, phenomenon, etc. |
Inverse properties | core:observesop |
Range(s) | core:Sensorc |
URI | https://w3id.org/rec/core/observes |
---|---|
Description |
Indicates the (optional) entity-of-interest of some sensor, i.e., what it is configured to observe or look for. This allows systems to perform graph propagation of sensor values, e.g., letting a temperature sensor that observes a given room set the temperature for that room. |
Domain(s) | core:Sensorc |
URI | https://w3id.org/rec/core/operatedBy |
---|---|
Range(s) | core:Agentc |
URI | https://w3id.org/rec/core/ownedBy |
---|---|
Description |
Property that defines the legal owner(s) of a given entity. |
Inverse properties | core:ownsop |
Range(s) | core:Agentc |
URI | https://w3id.org/rec/core/owns |
---|---|
Description |
Indicates that an agent is the legal owner of a given entity, e.g., a Company owns some Real Estate. |
Domain(s) | core:Agentc |
URI | https://w3id.org/rec/core/premisesType |
---|---|
Super-properties | core:hasTypeop |
Domain(s) | core:Premisesc |
Range(s) | core:PremisesTypec |
URI | https://w3id.org/rec/core/producedBy |
---|---|
Description |
The entity responsible for generating or producing the event. |
Inverse properties | core:producedEventop |
Domain(s) | core:Eventc |
URI | https://w3id.org/rec/core/producedEvent |
---|---|
Description |
Event(s) generated or produced by an entity. |
Range(s) | core:Eventc |
URI | https://w3id.org/rec/core/qkMeasurementUnit |
---|---|
Description |
A unit used to specificy some Quantity Kind, such as temperature, pressure, etc. Deprecated in favour of qudt:unit |
Super-properties | core:hasMeasurementUnitop |
Domain(s) | core:QuantityKindc |
Range(s) | core:MeasurementUnitc |
URI | https://w3id.org/rec/core/sensorInterface |
---|---|
Domain(s) | core:Sensorc |
Range(s) | core:SensorInterfacec |
URI | https://w3id.org/rec/core/servedBy |
---|---|
Description |
Indicates that a Space or Asset is served by some Sensor/Actuator or other Asset. 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. Note that Assets can also service one another, e.g., an air-treatment Asset might serve an air diffuser Asset. |
Inverse properties | core:servesop |
URI | https://w3id.org/rec/core/serves |
---|---|
Description |
The coverage or impact area of a given Asset or Sensor/Actuator. For example: an air-treatment unit might serve several Rooms or a full Building. Note that Assets can also service one another, e.g., an air-treatment Asset might serve an air diffuser Asset. |
URI | https://w3id.org/rec/core/servesBuilding |
---|---|
Description |
Indicates how a Device serves an entire Building. Deprecated in favour of core:servesSpace |
Super-properties | core:servesop |
Domain(s) | core:Devicec |
Range(s) | core:Buildingc |
URI | https://w3id.org/rec/core/servesBuildingComponent |
---|---|
Description |
Indicates how a Device serves a particular Building Component (e.g., a Room). Deprecated in favour of core:servesSpace |
Super-properties | core:servesop |
Domain(s) | core:Devicec |
Range(s) | core:BuildingComponentc |
URI | https://w3id.org/rec/core/servesDevice |
---|---|
Description |
Indicates how a Device serves another Device. Deprecated in favour of core:servesAsset |
Super-properties | core:servesop |
Domain(s) | core:Devicec |
Range(s) | core:Devicec |
URI | https://w3id.org/rec/dataschemas/elementSchema |
---|---|
Description |
Defines the primitive schema of all members of the array. |
Domain(s) | dataschemas:ArraySchemac |
Range(s) | dataschemas:PrimitiveSchemac |
URI | https://w3id.org/rec/dataschemas/objectFields |
---|---|
Description |
Defines the individual object fields on this schema. |
Domain(s) | dataschemas:ObjectSchemac |
Range(s) | dataschemas:PrimitiveSchemac |
URI | https://w3id.org/rec/device/actuationExecutedBy |
---|---|
Super-properties | core:producedByop |
Inverse properties | device:executesActuationop |
Domain(s) | device:Actuationc |
Range(s) | device:Actuatorc |
URI | https://w3id.org/rec/device/devicePlacementContext |
---|---|
Description |
Deprecated in favor of device:position and device:substance. |
Super-properties | device:hasPlacementContextop |
Domain(s) | core:Devicec |
Range(s) | device:PlacementContextc |
URI | https://w3id.org/rec/device/eventPlacementContext |
---|---|
Description |
Deprecated in favor of device:position and device:substance. |
Super-properties | device:hasPlacementContextop |
Domain(s) | core:Eventc |
Range(s) | device:PlacementContextc |
URI | https://w3id.org/rec/device/exceptionGeneratedBy |
---|---|
Super-properties | core:producedByop |
Inverse properties | device:generatedExceptionop |
Domain(s) | device:Exceptionc |
Range(s) | core:Sensorc |
URI | https://w3id.org/rec/device/executesActuation |
---|---|
Super-properties | core:producedEventop |
Domain(s) | device:Actuatorc |
Range(s) | device:Actuationc |
URI | https://w3id.org/rec/device/generatedException |
---|---|
Super-properties | core:producedEventop |
Domain(s) | core:Sensorc |
Range(s) | device:Exceptionc |
URI | https://w3id.org/rec/device/generatedObservation |
---|---|
Description |
Deprecated in favour of core:generatedObservation |
Super-properties | core:producedEventop |
Inverse properties | device:observationGeneratedByop |
Domain(s) | core:Sensorc |
Range(s) | device:Observationc |
URI | https://w3id.org/rec/device/hasActuationInterface |
---|---|
Domain(s) | device:Actuatorc |
Range(s) | device:ActuationInterfacec |
URI | 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). |
URI | https://w3id.org/rec/device/hasCommunicationsBus |
---|---|
Description |
has communications bus |
Domain(s) | core:Devicec |
Range(s) | device:CommunicationsBusc |
URI | https://w3id.org/rec/device/hasDeviceFunctionType |
---|---|
Super-properties | core:hasTypeop |
Domain(s) | core:Devicec |
Range(s) | device:DeviceFunctionTypec |
URI | https://w3id.org/rec/device/hasKNXConfiguration |
---|---|
Super-properties | device:hasCommunicationConfigurationop |
Domain(s) | core:Devicec |
URI | https://w3id.org/rec/device/hasKNXDataPointType |
---|---|
Super-properties | device:hasKNXConfigurationop |
Domain(s) | core:Devicec |
Range(s) | device:KNXDataPointTypec |
URI | https://w3id.org/rec/device/hasModbusConfiguration |
---|---|
Super-properties | device:hasCommunicationConfigurationop |
Domain(s) | core:Devicec |
URI | https://w3id.org/rec/device/hasModbusDataType |
---|---|
Super-properties | device:hasModbusConfigurationop |
Domain(s) | core:Devicec |
Range(s) | device:ModbusDataTypec |
URI | https://w3id.org/rec/device/hasModbusFunctionCode |
---|---|
Super-properties | device:hasModbusConfigurationop |
Domain(s) | core:Devicec |
Range(s) | device:ModbusFunctionCodec |
URI | https://w3id.org/rec/device/hasPlacementContext |
---|---|
Description |
Deprecated in favor of device:position and device:substance. |
Range(s) | device:PlacementContextc |
URI | https://w3id.org/rec/device/observationGeneratedBy |
---|---|
Description |
Deprecated in favour of core:observationGeneratedBy |
Super-properties | core:producedByop |
Domain(s) | device:Observationc |
Range(s) | core:Sensorc |
URI | https://w3id.org/rec/device/observedBy |
---|---|
Description |
Deprecated in favour of core:observedBy. |
Range(s) | core:Sensorc |
URI | 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. Deprecated in favour of core:observes |
Domain(s) | core:Sensorc |
URI | https://w3id.org/rec/device/observesActuator |
---|---|
Description |
The actuator that a sensor is configured or designed to observe. Deprecated in favour of core:observes |
Super-properties | device:observesop |
Domain(s) | core:Sensorc |
Range(s) | device:Actuatorc |
URI | https://w3id.org/rec/device/sensorInterface |
---|---|
Description |
Deprecated in favour of core:sensorInterface |
Range(s) | device:SensorInterfacec |
URI | 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 |
URI | 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 |
URI | https://w3id.org/rec/actuation/valueDatatype |
---|---|
Description |
Deprecated in favour of the definitions provided in the new dataschemas module. |
Domain(s) | actuation:KeyValueDefinitionc |
URI | 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 |
URI | https://w3id.org/rec/actuation/valueRestrictionType |
---|---|
Description |
Deprecated in favour of the definitions provided in the new dataschemas module. |
Domain(s) | actuation:ValueRestrictionc |
URI | https://w3id.org/rec/agents/gender |
---|---|
Description |
A gender designation for a Person. |
Domain(s) | agents:Personc |
URI | http://qudt.org/schema/qudt/abbreviation |
---|---|
Is Defined By | http://qudt.org/2.1/schema/qudt |
Description |
An abbreviation for a unit is a short ASCII string that is used in place of the full name for the unit in contexts where non-ASCII characters would be problematic, or where using the abbreviation will enhance readability. When a power of abase unit needs to be expressed, such as squares this can be done using abbreviations rather than symbols. For example, "sq ft" means "square foot", and "cu ft" means "cubic foot". |
Range(s) | xsd:stringc |
URI | 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 | geosparql:hasSerializationdp |
Domain(s) | geosparql:Geometryc |
Range(s) | geosparql:gmlLiteralc |
URI | 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 | geosparql:hasSerializationdp |
Domain(s) | geosparql:Geometryc |
Range(s) | geosparql:wktLiteralc |
URI | 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) | geosparql:Geometryc |
Range(s) | rdfs:Literalc |
URI | https://w3id.org/rec/actuation/actuationPayload |
---|---|
Description |
The payload to be passed on to some actuation interface and finally actuator. |
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/actuation/requestAccepted |
---|---|
Domain(s) | actuation:ActuationRequestResponsec |
Range(s) | xsd:booleanc |
URI | https://w3id.org/rec/actuation/responseCodeInteger |
---|---|
Domain(s) | actuation:ResponseCodec |
Range(s) | xsd:intc |
URI | https://w3id.org/rec/actuation/responseCodeString |
---|---|
Domain(s) | actuation:ResponseCodec |
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/actuation/valueRestrictionValues |
---|---|
Description |
Deprecated in favour of the definitions provided in the new dataschemas module. |
Domain(s) | actuation:ValueRestrictionc |
URI | https://w3id.org/rec/addressing/addressLine1 |
---|---|
Domain(s) | https://w3id.org/rec/addressing/Addressc |
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/addressing/addressLine2 |
---|---|
Domain(s) | https://w3id.org/rec/addressing/Addressc |
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/addressing/city |
---|---|
Domain(s) | https://w3id.org/rec/addressing/Addressc |
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/addressing/country |
---|---|
Domain(s) | https://w3id.org/rec/addressing/Addressc |
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/addressing/postalCode |
---|---|
Domain(s) | https://w3id.org/rec/addressing/Addressc |
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/addressing/region |
---|---|
Domain(s) | https://w3id.org/rec/addressing/Addressc |
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/agents/familyName |
---|---|
Description |
A person's family name. |
Super-properties | agents:namedp |
Domain(s) | agents:Personc |
URI | 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 |
URI | https://w3id.org/rec/agents/givenName |
---|---|
Description |
A person's personal, individual name. |
Super-properties | agents:namedp |
Domain(s) | agents:Personc |
URI | https://w3id.org/rec/agents/image |
---|---|
Description |
URL link to an image that represents the person. |
Domain(s) | agents:Personc |
Range(s) | xsd:stringc |
URI | 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 |
URI | https://w3id.org/rec/agents/logo |
---|---|
Description |
URL link to an image/logo that represents the organization. |
Domain(s) | agents:Organizationc |
URI | https://w3id.org/rec/agents/name |
---|---|
Description |
A name for some Agent. |
Domain(s) | core:Agentc |
URI | https://w3id.org/rec/asset/CBRating |
---|---|
Domain(s) | asset:ElectricalCircuitc |
Range(s) | http://qudt.org/vocab/unit/Ac |
URI | https://w3id.org/rec/asset/MCBRating |
---|---|
Range(s) | http://qudt.org/vocab/unit/Ac |
URI | https://w3id.org/rec/asset/arrangement |
---|---|
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/asset/batteryPercentage |
---|---|
Range(s) | xsd:doublec |
URI | https://w3id.org/rec/asset/bladeDiameter |
---|---|
Range(s) | http://qudt.org/vocab/unit/CentiMc |
URI | https://w3id.org/rec/asset/bulkStorageCapacity |
---|---|
Range(s) | http://qudt.org/vocab/unit/Lc |
URI | https://w3id.org/rec/asset/commissionDate |
---|---|
Domain(s) | core:Assetc |
Range(s) | xsd:datec |
URI | https://w3id.org/rec/asset/currentRating |
---|---|
Range(s) | http://qudt.org/vocab/unit/Ac |
URI | https://w3id.org/rec/asset/dayTankCapacity |
---|---|
Range(s) | http://qudt.org/vocab/unit/Lc |
URI | https://w3id.org/rec/asset/deltaTemp |
---|---|
Range(s) | http://qudt.org/vocab/unit/DEG_Cc |
URI | https://w3id.org/rec/asset/dischargeDuctworkConfiguration |
---|
URI | https://w3id.org/rec/asset/driveType |
---|---|
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/asset/economizer |
---|---|
Range(s) | xsd:booleanc |
URI | https://w3id.org/rec/asset/eer |
---|---|
Range(s) | xsd:doublec |
URI | https://w3id.org/rec/asset/energyRate |
---|---|
Range(s) | http://qudt.org/vocab/unit/KiloWc |
URI | https://w3id.org/rec/asset/energyTotal |
---|---|
Range(s) | http://qudt.org/vocab/unit/KiloW-HRc |
URI | https://w3id.org/rec/asset/expectedEndOfLife |
---|---|
Domain(s) | core:Assetc |
Range(s) | xsd:datec |
URI | https://w3id.org/rec/asset/expectedLife |
---|---|
Domain(s) | core:Assetc |
Range(s) | xsd:durationc |
URI | https://w3id.org/rec/asset/expectedReplacementCost |
---|---|
Domain(s) | core:Assetc |
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/asset/fanMotorPower |
---|---|
Range(s) | http://qudt.org/vocab/unit/HPc |
URI | https://w3id.org/rec/asset/filterType |
---|---|
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/asset/filtrationRating |
---|---|
Description |
microns |
Range(s) | xsd:integerc |
URI | https://w3id.org/rec/asset/fireRating |
---|---|
Range(s) | http://qudt.org/vocab/unit/HRc |
URI | https://w3id.org/rec/asset/flowCapacity |
---|---|
Range(s) | http://qudt.org/vocab/unit/L-PER-SECc |
URI | https://w3id.org/rec/asset/flushingType |
---|---|
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/asset/frameMaterial |
---|---|
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/asset/freeAirDelivery |
---|---|
Range(s) | http://qudt.org/vocab/unit/L-PER-SECc |
URI | https://w3id.org/rec/asset/fuelType |
---|---|
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/asset/headCapacity |
---|---|
Description |
foot of head |
Super-properties | owl:topDataProperty |
Range(s) | xsd:intc |
URI | https://w3id.org/rec/asset/height |
---|---|
Range(s) | http://qudt.org/vocab/unit/CentiMc |
URI | https://w3id.org/rec/asset/inclination |
---|---|
Range(s) | http://qudt.org/vocab/unit/DEGc |
URI | https://w3id.org/rec/asset/initialCost |
---|---|
Domain(s) | core:Assetc |
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/asset/inputVoltage |
---|---|
Range(s) | http://qudt.org/vocab/unit/Vc |
URI | https://w3id.org/rec/asset/insideDiameter |
---|---|
Range(s) | http://qudt.org/vocab/unit/MilliMc |
URI | https://w3id.org/rec/asset/installationDate |
---|---|
Domain(s) | core:Assetc |
Range(s) | xsd:datec |
URI | https://w3id.org/rec/asset/installationType |
---|---|
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/asset/mainsRating |
---|---|
Range(s) | http://qudt.org/vocab/unit/Ac |
URI | https://w3id.org/rec/asset/maintenanceInterval |
---|---|
Domain(s) | core:Assetc |
Range(s) | xsd:durationc |
URI | https://w3id.org/rec/asset/material |
---|---|
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/asset/maxAirflowRating |
---|---|
Range(s) | http://qudt.org/vocab/unit/L-PER-SECc |
URI | https://w3id.org/rec/asset/maxCurrentRating |
---|---|
Range(s) | http://qudt.org/vocab/unit/Ac |
URI | https://w3id.org/rec/asset/maxFlowRate |
---|---|
Range(s) | http://qudt.org/vocab/unit/L-PER-SECc |
URI | https://w3id.org/rec/asset/maxLength |
---|---|
Range(s) | http://qudt.org/vocab/unit/Mc |
URI | https://w3id.org/rec/asset/maxMassFlowRating |
---|---|
Range(s) | http://qudt.org/vocab/unit/KiloGM-PER-HRc |
URI | https://w3id.org/rec/asset/maxNumberOfPoles |
---|---|
Domain(s) | asset:ElectricalPanelboardc |
Range(s) | xsd:intc |
URI | https://w3id.org/rec/asset/maxPressureRating |
---|---|
Range(s) | http://qudt.org/vocab/unit/KiloPAc |
URI | https://w3id.org/rec/asset/maxRotationSpeed |
---|---|
Range(s) | http://qudt.org/vocab/unit/REV-PER-MINc |
URI | https://w3id.org/rec/asset/maxTemperatureRating |
---|---|
Range(s) | http://qudt.org/vocab/unit/DEG_Cc |
URI | https://w3id.org/rec/asset/maxTravelDistance |
---|---|
Range(s) | http://qudt.org/vocab/unit/Mc |
URI | https://w3id.org/rec/asset/maxTravelSpeed |
---|---|
Range(s) | http://qudt.org/vocab/unit/M-PER-SECc |
URI | https://w3id.org/rec/asset/maxVerticalRise |
---|---|
Range(s) | http://qudt.org/vocab/unit/Mc |
URI | https://w3id.org/rec/asset/maxVoltageRating |
---|---|
Range(s) | http://qudt.org/vocab/unit/Vc |
URI | https://w3id.org/rec/asset/maxVolumeFlowRating |
---|---|
Range(s) | http://qudt.org/vocab/unit/L-PER-SECc |
URI | https://w3id.org/rec/asset/medium |
---|---|
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/asset/minAirflowRating |
---|---|
Range(s) | http://qudt.org/vocab/unit/L-PER-SECc |
URI | https://w3id.org/rec/asset/minCurrentRating |
---|---|
Range(s) | http://qudt.org/vocab/unit/Ac |
URI | https://w3id.org/rec/asset/minMassFlowRating |
---|---|
Range(s) | http://qudt.org/vocab/unit/KiloGM-PER-HRc |
URI | https://w3id.org/rec/asset/minTemperatureRating |
---|---|
Range(s) | http://qudt.org/vocab/unit/DEG_Cc |
URI | https://w3id.org/rec/asset/minVoltageRating |
---|---|
Range(s) | http://qudt.org/vocab/unit/Vc |
URI | https://w3id.org/rec/asset/minVolumeFlowRating |
---|---|
Range(s) | http://qudt.org/vocab/unit/L-PER-SECc |
URI | https://w3id.org/rec/asset/modeOfOperation |
---|---|
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/asset/motorPower |
---|---|
Range(s) | http://qudt.org/vocab/unit/HPc |
URI | https://w3id.org/rec/asset/mounting |
---|---|
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/asset/nominalAirflow |
---|---|
Range(s) | http://qudt.org/vocab/unit/L-PER-SECc |
URI | https://w3id.org/rec/asset/nominalDiameter |
---|---|
Range(s) | http://qudt.org/vocab/unit/MilliMc |
URI | https://w3id.org/rec/asset/nominalExternalStaticPressure |
---|---|
Range(s) | http://qudt.org/vocab/unit/KiloPAc |
URI | https://w3id.org/rec/asset/numberOfHandles |
---|---|
Domain(s) | asset:Faucetc |
Range(s) | xsd:intc |
URI | https://w3id.org/rec/asset/outputVoltage |
---|---|
Range(s) | http://qudt.org/vocab/unit/Vc |
URI | https://w3id.org/rec/asset/outsideDiameter |
---|---|
Range(s) | http://qudt.org/vocab/unit/MilliMc |
URI | https://w3id.org/rec/asset/partitionMaterial |
---|---|
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/asset/poles |
---|---|
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/asset/portSpeed |
---|---|
Description |
10/100/1000MB, 10GB |
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/asset/powerDensity |
---|---|
Description |
Watts/length unit |
Range(s) | xsd:doublec |
URI | https://w3id.org/rec/asset/pressureCapacity |
---|---|
Range(s) | http://qudt.org/vocab/unit/PSIc |
URI | https://w3id.org/rec/asset/primaryFlowCapacity |
---|---|
Range(s) | http://qudt.org/vocab/unit/L-PER-SECc |
URI | https://w3id.org/rec/asset/primaryMaxPressure |
---|---|
Range(s) | http://qudt.org/vocab/unit/KiloPAc |
URI | https://w3id.org/rec/asset/primaryMaxTemperature |
---|---|
Range(s) | http://qudt.org/vocab/unit/DEG_Cc |
URI | https://w3id.org/rec/asset/primePower |
---|---|
Domain(s) | asset:Generatorc |
Range(s) | http://qudt.org/vocab/unit/KiloWc |
URI | https://w3id.org/rec/asset/primePowerKVA |
---|---|
Domain(s) | asset:Generatorc |
Range(s) | xsd:intc |
URI | https://w3id.org/rec/asset/pumpingMedia |
---|---|
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/asset/recovery100FRise |
---|---|
Description |
Imperial measure for the recovery rate of a boiler (gallons per hour). |
Domain(s) | asset:Boilerc |
Range(s) | xsd:intc |
URI | https://w3id.org/rec/asset/refrigerantType |
---|---|
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/asset/returnFanMotorSize |
---|---|
Range(s) | http://qudt.org/vocab/unit/HPc |
URI | https://w3id.org/rec/asset/returnFanNominalAirflow |
---|---|
Range(s) | http://qudt.org/vocab/unit/L-PER-SECc |
URI | https://w3id.org/rec/asset/returnTemp |
---|---|
Range(s) | http://qudt.org/vocab/unit/DEG_Cc |
URI | https://w3id.org/rec/asset/runtime |
---|---|
Range(s) | http://qudt.org/vocab/unit/MINc |
URI | https://w3id.org/rec/asset/secondaryFlowCapacity |
---|---|
Range(s) | http://qudt.org/vocab/unit/L-PER-SECc |
URI | https://w3id.org/rec/asset/secondaryMaxPressure |
---|---|
Range(s) | http://qudt.org/vocab/unit/KiloPAc |
URI | https://w3id.org/rec/asset/secondaryMaxTemperature |
---|---|
Range(s) | http://qudt.org/vocab/unit/DEG_Cc |
URI | https://w3id.org/rec/asset/shortCircuitRating |
---|---|
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/asset/size |
---|---|
Range(s) | http://qudt.org/vocab/unit/MilliMc |
URI | https://w3id.org/rec/asset/standbyPower |
---|---|
Domain(s) | asset:Generatorc |
Range(s) | http://qudt.org/vocab/unit/KiloWc |
URI | https://w3id.org/rec/asset/standbyPowerKVA |
---|---|
Domain(s) | asset:Generatorc |
Range(s) | xsd:intc |
URI | https://w3id.org/rec/asset/stepWidth |
---|---|
Range(s) | http://qudt.org/vocab/unit/MilliMc |
URI | https://w3id.org/rec/asset/supplyFanMotorSize |
---|---|
Range(s) | http://qudt.org/vocab/unit/HPc |
URI | https://w3id.org/rec/asset/supplyFanNominalAirflow |
---|---|
Range(s) | http://qudt.org/vocab/unit/L-PER-SECc |
URI | https://w3id.org/rec/asset/supplyTemp |
---|---|
Range(s) | http://qudt.org/vocab/unit/DEG_Cc |
URI | https://w3id.org/rec/asset/systemPressure |
---|---|
Range(s) | http://qudt.org/vocab/unit/PSIc |
URI | https://w3id.org/rec/asset/tankCapacity |
---|---|
Range(s) | http://qudt.org/vocab/unit/Lc |
URI | https://w3id.org/rec/asset/technology |
---|---|
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/asset/thickness |
---|---|
Range(s) | http://qudt.org/vocab/unit/CentiMc |
URI | https://w3id.org/rec/asset/turnoverDate |
---|---|
Domain(s) | core:Assetc |
Range(s) | xsd:datec |
URI | https://w3id.org/rec/asset/voltage |
---|---|
Range(s) | http://qudt.org/vocab/unit/Vc |
URI | https://w3id.org/rec/asset/voltagePrimary |
---|---|
Range(s) | http://qudt.org/vocab/unit/Vc |
URI | https://w3id.org/rec/asset/voltageSecondary |
---|---|
Range(s) | http://qudt.org/vocab/unit/Vc |
URI | https://w3id.org/rec/asset/volume |
---|---|
Range(s) | http://qudt.org/vocab/unit/Lc |
URI | https://w3id.org/rec/asset/volumeFlow |
---|---|
Range(s) | http://qudt.org/vocab/unit/L-PER-SECc |
URI | https://w3id.org/rec/asset/volumeTotal |
---|---|
Range(s) | http://qudt.org/vocab/unit/Lc |
URI | https://w3id.org/rec/asset/waterPerFlush |
---|---|
Range(s) | http://qudt.org/vocab/unit/Lc |
URI | https://w3id.org/rec/asset/weight |
---|---|
Domain(s) | core:Assetc |
Range(s) | xsd:doublec |
URI | https://w3id.org/rec/asset/weightCapacity |
---|---|
Range(s) | http://qudt.org/vocab/unit/KiloGMc |
URI | https://w3id.org/rec/asset/width |
---|---|
Range(s) | http://qudt.org/vocab/unit/CentiMc |
URI | https://w3id.org/rec/asset/wifiSignalStrength |
---|---|
Range(s) | xsd:doublec |
URI | https://w3id.org/rec/asset/windowMaterial |
---|---|
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/asset/wireSize |
---|---|
Domain(s) | asset:ElectricalCircuitc |
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/asset/wireType |
---|---|
Domain(s) | asset:ElectricalCircuitc |
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/asset/workingPressure |
---|---|
Range(s) | http://qudt.org/vocab/unit/PSIc |
URI | https://w3id.org/rec/business/leaseEnd |
---|---|
Description |
Time at which a lease arrangement ends. |
Domain(s) | https://w3id.org/rec/business/Leasec |
Range(s) | xsd:dateTimec |
URI | https://w3id.org/rec/business/leaseStart |
---|---|
Description |
Time at which a lease arrangement begins. |
Domain(s) | https://w3id.org/rec/business/Leasec |
Range(s) | xsd:dateTimec |
URI | https://w3id.org/rec/core/IPAddress |
---|---|
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/core/MACAddress |
---|---|
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/core/comment |
---|---|
Range(s) | xsd:stringc |
URI | 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 |
URI | 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. |
URI | https://w3id.org/rec/core/hasCity |
---|---|
Description |
Indicates a city that a certain Geometry is part of. |
Super-properties | core:hasLocationAttributedp |
URI | 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". Deprecated in favour of core:comment. |
Super-properties | core:hasAuxiliaryDatadp |
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/core/hasCountry |
---|---|
Description |
Indicates a country that a certain Geometry is part of. |
Super-properties | core:hasLocationAttributedp |
URI | https://w3id.org/rec/core/hasCreatedTime |
---|---|
Super-properties | core:hasTimedp |
Domain(s) | core:Eventc |
Range(s) | xsd:dateTimec |
URI | https://w3id.org/rec/core/hasDeletedTime |
---|---|
Super-properties | core:hasTimedp |
Domain(s) | core:Eventc |
Range(s) | xsd:dateTimec |
URI | 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 |
URI | 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 | geosparql:hasSerializationdp |
Domain(s) | core:GeoReferenceOrigoc |
Range(s) | xsd:doublec |
URI | 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 |
URI | 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 |
URI | 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 | geosparql:hasSerializationdp |
URI | https://w3id.org/rec/core/hasObservationTime |
---|---|
Super-properties | core:hasTimedp |
Domain(s) | core:Eventc |
Range(s) | xsd:dateTimec |
URI | https://w3id.org/rec/core/hasPointInTime |
---|---|
Super-properties | core:hasTimedp |
Domain(s) | core:Eventc |
Range(s) | xsd:dateTimec |
URI | https://w3id.org/rec/core/hasPopularName |
---|---|
Description |
Human-readable-friendly name. |
Super-properties | core:hasAuxiliaryDatadp |
URI | https://w3id.org/rec/core/hasPostalAddress |
---|---|
Description |
Address used for postal delivery. |
Super-properties | core:hasLocationAttributedp |
URI | 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 |
URI | https://w3id.org/rec/core/hasReadTime |
---|---|
Super-properties | core:hasTimedp |
Domain(s) | core:Eventc |
Range(s) | xsd:dateTimec |
URI | https://w3id.org/rec/core/hasRegion |
---|---|
Description |
Indicates a region that a certain Geometry is part of. |
Super-properties | core:hasLocationAttributedp |
URI | https://w3id.org/rec/core/hasSource |
---|---|
Description |
Used for information about a source system or data. |
Super-properties | core:hasAuxiliaryDatadp |
URI | https://w3id.org/rec/core/hasStartTime |
---|---|
Super-properties | core:hasTimedp |
Domain(s) | core:Eventc |
Range(s) | xsd:dateTimec |
URI | https://w3id.org/rec/core/hasStopTime |
---|---|
Super-properties | core:hasTimedp |
Domain(s) | core:Eventc |
Range(s) | xsd:dateTimec |
URI | 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 |
URI | 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
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 |
URI | https://w3id.org/rec/core/hasUpdatedTime |
---|---|
Super-properties | core:hasTimedp |
Domain(s) | core:Eventc |
Range(s) | xsd:dateTimec |
URI | https://w3id.org/rec/core/hasValue |
---|---|
Description |
REC entities may be associated with values (e.g., Sensors, Setpoints, etc). Deprecated in favor of core:value. |
URI | 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 |
URI | https://w3id.org/rec/core/hasZipCode |
---|---|
Description |
Indicates a certain Geometry's zip code. |
Super-properties | core:hasLocationAttributedp |
URI | 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 | geosparql:hasSerializationdp |
URI | https://w3id.org/rec/core/lastValue |
---|---|
Description |
Most recently reported or set value of a core:Capability. |
Domain(s) | core:Capabilityc |
URI | https://w3id.org/rec/core/lastValueTime |
---|---|
Description |
Time when a core:Capability's value was last updated (see core:lastValue). |
Domain(s) | core:Capabilityc |
Range(s) | xsd:dateTimec |
URI | https://w3id.org/rec/core/levelNumber |
---|---|
Description |
A number indicating the ordinal number of this level within the building. Note that the implementation of this numbering scheme and its starting point is implementation-specific; e.g., the fifth floor below ground may be 0 in some systems, and -5 in others. |
Domain(s) | core:Levelc |
Range(s) | xsd:intc |
URI | https://w3id.org/rec/core/modelNumber |
---|---|
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/core/personCapacity |
---|---|
Description |
The number of people who can fit in a Space. |
Domain(s) | core:Spacec |
Range(s) | xsd:intc |
URI | https://w3id.org/rec/core/personOccupancy |
---|---|
Description |
The number of people presently occupying a Space. |
Domain(s) | core:Spacec |
Range(s) | xsd:intc |
URI | https://w3id.org/rec/core/physicalTagNumber |
---|---|
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/core/propertyRegisterDesignation |
---|---|
Description |
Reference to the unique identity of the real estate in the property register in the country where the real estate is located. |
Domain(s) | core:RealEstatec |
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/core/schemaName |
---|---|
Domain(s) | core:DataSchemac |
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/core/serialNumber |
---|---|
Range(s) | xsd:stringc |
URI | 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 |
URI | https://w3id.org/rec/core/type |
---|---|
Range(s) | xsd:stringc |
URI | 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 |
URI | https://w3id.org/rec/core/url |
---|---|
Domain(s) | core:Documentc |
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/core/value |
---|---|
Description |
REC observations (core:Observation) encapsulate observation values that are serialized using this property. |
Domain(s) | core:Observationc |
URI | https://w3id.org/rec/dataschemas/enumerationValues |
---|---|
Description |
Defines allowed values for this primitive schema instance. |
Domain(s) | dataschemas:PrimitiveSchemac |
URI | 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) | dataschemas:PrimitiveSchemac |
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/dataschemas/regEx |
---|---|
Description |
A regular expression that defines valid input per this string schema. |
Domain(s) | dataschemas:StringSchemac |
Range(s) | xsd:stringc |
URI | 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. |
URI | https://w3id.org/rec/device/HVACMode |
---|---|
Description |
Operational mode for HVAC equipment (Project Haystack). |
Domain(s) | device:CapabilityPropertySetc |
URI | 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 |
URI | 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 |
URI | https://w3id.org/rec/device/actuationResponse |
---|---|
Description |
The value returned from an Actuator to the calling party. |
Domain(s) | device:Actuationc |
URI | https://w3id.org/rec/device/alarm |
---|---|
Description |
Notification of a condition which requires attention such as a threshold exceeded (Project Haystack). This differs from a Fault in that a Fault is used to identify a failure. |
Domain(s) | device:CapabilityPropertySetc |
Range(s) | xsd:booleanc |
URI | https://w3id.org/rec/device/assetComponent |
---|---|
Description |
The component that is part of an asset which the capability is associated with. |
Domain(s) | device:CapabilityPropertySetc |
URI | https://w3id.org/rec/device/demand |
---|---|
Description |
Rate required for a process. For a setpoint, this sets the required rate for a process such as cooling, heating, air flow, or water flow. For a sensor, this measures the rate of a process over a given interval such as electrical power demand or cooling energy demand. |
Domain(s) | device:CapabilityPropertySetc |
Range(s) | xsd:booleanc |
URI | https://w3id.org/rec/device/effective |
---|---|
Description |
Current control setpoint in effect taking into account other factors (Project Haystack). |
Domain(s) | device:CapabilityPropertySetc |
Range(s) | xsd:booleanc |
URI | https://w3id.org/rec/device/electricalPhase |
---|---|
Description |
Phase measurement in a three-phase electrical system (Project Haystack). |
Domain(s) | device:CapabilityPropertySetc |
URI | 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 |
URI | 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 |
URI | 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 |
URI | 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 |
URI | https://w3id.org/rec/device/hasIPAddress |
---|---|
Super-properties | device:hasCommunicationAttributedp |
Domain(s) | core:Devicec |
URI | https://w3id.org/rec/device/hasIPAddressPort |
---|---|
Super-properties | device:hasCommunicationAttributedp |
Domain(s) | core:Devicec |
Range(s) | xsd:integerc |
URI | https://w3id.org/rec/device/hasKNXAttribute |
---|---|
Super-properties | device:hasCommunicationAttributedp |
Domain(s) | core:Devicec |
URI | https://w3id.org/rec/device/hasKNXDeviceId |
---|---|
Super-properties | device:hasKNXAttributedp |
Domain(s) | core:Devicec |
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/device/hasKNXDevicePort |
---|---|
Super-properties | device:hasKNXAttributedp |
Domain(s) | core:Devicec |
Range(s) | xsd:integerc |
URI | https://w3id.org/rec/device/hasKNXGroupAddress |
---|---|
Super-properties | device:hasKNXAttributedp |
URI | https://w3id.org/rec/device/hasLocalEndpointId |
---|---|
Super-properties | device:hasCommunicationAttributedp |
Domain(s) | core:Devicec |
URI | https://w3id.org/rec/device/hasLoraAttribute |
---|---|
Super-properties | device:hasCommunicationAttributedp |
Domain(s) | core:Devicec |
URI | https://w3id.org/rec/device/hasLoraDevEUI |
---|---|
Super-properties | device:hasLoraAttributedp |
Domain(s) | core:Devicec |
Range(s) | xsd:integerc |
URI | https://w3id.org/rec/device/hasMACAddress |
---|---|
Description |
Deprecated in favour of core:MACAddress. |
Super-properties | core:hasAuxiliaryDatadp |
Domain(s) | core:Devicec |
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/device/hasModbusAttribute |
---|---|
Super-properties | device:hasCommunicationAttributedp |
Domain(s) | core:Devicec |
URI | https://w3id.org/rec/device/hasModbusNodeId |
---|---|
Super-properties | device:hasModbusAttributedp |
Domain(s) | core:Devicec |
Range(s) | xsd:integerc |
URI | https://w3id.org/rec/device/hasModbusRegister |
---|---|
Super-properties | device:hasModbusAttributedp |
Domain(s) | core:Devicec |
Range(s) | xsd:integerc |
URI | https://w3id.org/rec/device/hasModbusRegisterLength |
---|---|
Super-properties | device:hasModbusAttributedp |
Domain(s) | core:Devicec |
URI | https://w3id.org/rec/device/hasOffset |
---|---|
Super-properties | device:hasCommunicationAttributedp |
Domain(s) | core:Devicec |
Range(s) | xsd:doublec |
URI | 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 |
URI | https://w3id.org/rec/device/hasScaleFactor |
---|---|
Super-properties | device:hasCommunicationAttributedp |
Domain(s) | core:Devicec |
Range(s) | xsd:doublec |
URI | https://w3id.org/rec/device/hasSerialNumber |
---|---|
Super-properties | core:hasAuxiliaryDatadp |
Domain(s) | core:Devicec |
Range(s) | xsd:stringc |
URI | https://w3id.org/rec/device/limit |
---|---|
Description |
Parameter that places and upper (maximum) or lower (minimum) bound on permitted values of another capability. |
Domain(s) | device:CapabilityPropertySetc |
URI | https://w3id.org/rec/device/occupancyMode |
---|---|
Description |
Mode which defines how to control a space based on occupancy status. |
Domain(s) | device:CapabilityPropertySetc |
URI | https://w3id.org/rec/device/phenomenon |
---|---|
Description |
The phenomenon that a capability measures or interacts with; e.g., a TemperatureSensor can measure air temperature or water temperature, a Flow Demand Setpoint can be configured to control steam demand or chilled water demand, etc. |
Domain(s) | device:CapabilityPropertySetc |
URI | https://w3id.org/rec/device/position |
---|---|
Description |
The capability position relative to the system or space that it interacts with. E.g., a water temperature sensor can be positioned on the supply or return flow, air humidity can be measured entering or leaving a system, etc. |
Domain(s) | device:CapabilityPropertySetc |
URI | https://w3id.org/rec/device/stage |
---|---|
Description |
Stage number of a control loop for an equipment, equipment group, or system that is defined by the process controller. The first stage is 1, second stage 2, etc. (Project Haystack). |
Domain(s) | device:CapabilityPropertySetc |
Range(s) | xsd:intc |
URI | http://creativecommons.org/ns#license |
---|---|
Is Defined By | http://creativecommons.org/ns# |
URI | http://purl.org/dc/elements/1.1/contributor |
---|---|
Is Defined By | http://purl.org/dc/elements/1.1/ |
URI | http://purl.org/dc/elements/1.1/coverage |
---|---|
Is Defined By | http://purl.org/dc/elements/1.1/ |
URI | http://purl.org/dc/elements/1.1/creator |
---|---|
Is Defined By | http://purl.org/dc/elements/1.1/ |
URI | http://purl.org/dc/elements/1.1/date |
---|---|
Is Defined By | http://purl.org/dc/elements/1.1/ |
URI | http://purl.org/dc/elements/1.1/description |
---|---|
Is Defined By | http://purl.org/dc/elements/1.1/ |
URI | http://purl.org/dc/elements/1.1/format |
---|---|
Is Defined By | http://purl.org/dc/elements/1.1/ |
URI | http://purl.org/dc/elements/1.1/identifier |
---|---|
Is Defined By | http://purl.org/dc/elements/1.1/ |
URI | http://purl.org/dc/elements/1.1/language |
---|---|
Is Defined By | http://purl.org/dc/elements/1.1/ |
URI | http://purl.org/dc/elements/1.1/publisher |
---|---|
Is Defined By | http://purl.org/dc/elements/1.1/ |
URI | http://purl.org/dc/elements/1.1/relation |
---|---|
Is Defined By | http://purl.org/dc/elements/1.1/ |
URI | http://purl.org/dc/elements/1.1/rights |
---|---|
Is Defined By | http://purl.org/dc/elements/1.1/ |
URI | http://purl.org/dc/elements/1.1/source |
---|---|
Is Defined By | http://purl.org/dc/elements/1.1/ |
URI | http://purl.org/dc/elements/1.1/subject |
---|---|
Is Defined By | http://purl.org/dc/elements/1.1/ |
URI | http://purl.org/dc/elements/1.1/title |
---|---|
Is Defined By | http://purl.org/dc/elements/1.1/ |
URI | http://purl.org/dc/elements/1.1/type |
---|---|
Is Defined By | http://purl.org/dc/elements/1.1/ |
URI | http://purl.org/dc/terms/date |
---|---|
Is Defined By | http://purl.org/dc/terms/ |
Super-properties | dc:dateap |
Range(s) | rdfs:Literalc |
URI | http://purl.org/dc/terms/modified |
---|---|
Is Defined By | http://purl.org/dc/terms/ |
Super-properties | dcterms:dateap |
Range(s) | rdfs:Literalc |
URI | 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. |
URI | 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. |
URI | 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. |
URI | 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. |
URI | 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 |
URI | 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 |
URI | https://w3id.org/rec/asset/rackBottomPosition |
---|---|
Domain(s) | asset:mountedInRackc |
Range(s) | xsd:intc |
URI | https://w3id.org/rec/asset/rackTopPosition |
---|---|
Domain(s) | asset:mountedInRackc |
Range(s) | xsd:intc |
URI | https://w3id.org/rec/asset/substance |
---|---|
Domain(s) | asset:isFedByc asset:feedsc |
Range(s) | asset:EquipmentFeedSubstancec |
URI | https://w3id.org/rec/metadata/semanticType |
---|---|
Description |
Indicates which DTDL Semantic Type that an OWL datatype expresses. |
Range(s) | xsd:stringc |
URI |
http://qudt.org/vocab/quantitykind/Acceleration
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
Description | Acceleration is the (instantaneous) rate of change of velocity. Acceleration may be either linear acceleration, or angular acceleration. It is a vector quantity with dimension \(length/time^{2}\) for linear acceleration, or in the case of angular acceleration, with dimension \(angle/time^{2}\). In SI units, linear acceleration is measured in \(meters/second^{2}\) (\(m \cdot s^{-2}\)) and angular acceleration is measured in \(radians/second^{2}\). In physics, any increase or decrease in speed is referred to as acceleration and similarly, motion in a circle at constant speed is also an acceleration, since the direction component of the velocity is changing. |
URI |
http://qudt.org/vocab/quantitykind/Angle
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
Description | The inclination to each other of two intersecting lines, measured by the arc of a circle intercepted between the two lines forming the angle, the center of the circle being the point of intersection. An acute angle is less than \(90^\circ\), a right angle \(90^\circ\); an obtuse angle, more than \(90^\circ\) but less than \(180^\circ\); a straight angle, \(180^\circ\); a reflex angle, more than \(180^\circ\) but less than \(360^\circ\); a perigon, \(360^\circ\). Any angle not a multiple of \(90^\circ\) is an oblique angle. If the sum of two angles is \(90^\circ\), they are complementary angles; if \(180^\circ\), supplementary angles; if \(360^\circ\), explementary angles. |
URI |
http://qudt.org/vocab/quantitykind/AngularAcceleration
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
Description | Angular acceleration is the rate of change of angular velocity over time. Measurement of the change made in the rate of change of an angle that a spinning object undergoes per unit time. It is a vector quantity. Also called Rotational acceleration. In SI units, it is measured in radians per second squared (\(rad/s^2\)), and is usually denoted by the Greek letter alpha. |
URI |
http://qudt.org/vocab/quantitykind/AngularVelocity
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
URI |
http://qudt.org/vocab/quantitykind/Area
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
URI |
http://qudt.org/vocab/quantitykind/Capacitance
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
URI |
http://qudt.org/vocab/quantitykind/Concentration
|
---|
URI |
http://qudt.org/vocab/quantitykind/Conductivity
|
---|
URI |
http://qudt.org/vocab/quantitykind/DataRate
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
URI |
http://qudt.org/vocab/quantitykind/DataSize
|
---|
URI |
http://qudt.org/vocab/quantitykind/Density
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
Description | The mass density or density of a material is defined as its mass per unit volume. The symbol most often used for density is \(\rho\). Mathematically, density is defined as mass divided by volume: \(\rho = m/V\), where \(\rho\) is the density, \(m\) is the mass, and \(V\) is the volume. In some cases, density is also defined as its weight per unit volume, although this quantity is more properly called specific weight. |
URI |
http://qudt.org/vocab/quantitykind/Distance
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
URI |
http://qudt.org/vocab/quantitykind/Efficiency
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
URI |
http://qudt.org/vocab/quantitykind/ElectricCharge
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
Description | "Electric Charge" is a fundamental conserved property of some subatomic particles, which determines their electromagnetic interaction. Electrically charged matter is influenced by, and produces, electromagnetic fields. The electric charge on a body may be positive or negative. Two positively charged bodies experience a mutual repulsive force, as do two negatively charged bodies. A positively charged body and a negatively charged body experience an attractive force. Electric charge is carried by discrete particles and can be positive or negative. The sign convention is such that the elementary electric charge \(e\), that is, the charge of the proton, is positive. The SI derived unit of electric charge is the coulomb. |
See Also | http://qudt.org/vocab/quantitykind/ElectricCurrent |
URI |
http://qudt.org/vocab/quantitykind/ElectricCurrent
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
URI |
http://qudt.org/vocab/quantitykind/Energy
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
URI |
http://qudt.org/vocab/quantitykind/Force
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
Description | "Force" is an influence that causes mass to accelerate. It may be experienced as a lift, a push, or a pull. Force is defined by Newton's Second Law as \(F = m \times a \), where \(F\) is force, \(m\) is mass and \(a\) is acceleration. Net force is mathematically equal to the time rate of change of the momentum of the body on which it acts. Since momentum is a vector quantity (has both a magnitude and direction), force also is a vector quantity. |
URI |
http://qudt.org/vocab/quantitykind/Frequency
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
Description | "Frequency" is the number of occurrences of a repeating event per unit time. The repetition of the events may be periodic (that is. the length of time between event repetitions is fixed) or aperiodic (i.e. the length of time between event repetitions varies). Therefore, we distinguish between periodic and aperiodic frequencies. In the SI system, periodic frequency is measured in hertz (Hz) or multiples of hertz, while aperiodic frequency is measured in becquerel (Bq). In spectroscopy, \(\nu\) is mostly used. Light passing through different media keeps its frequency, but not its wavelength or wavenumber. |
URI |
http://qudt.org/vocab/quantitykind/Illuminance
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
URI |
http://qudt.org/vocab/quantitykind/Inductance
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
URI |
http://qudt.org/vocab/quantitykind/Irradiance
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
URI |
http://qudt.org/vocab/quantitykind/Length
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
URI |
http://qudt.org/vocab/quantitykind/Luminance
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
URI |
http://qudt.org/vocab/quantitykind/LuminousFlux
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
URI |
http://qudt.org/vocab/quantitykind/LuminousIntensity
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
URI |
http://qudt.org/vocab/quantitykind/MagneticFlux
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
URI |
http://qudt.org/vocab/quantitykind/MagneticFluxDensity
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
Description | "Magnetic Flux Density" is a vector quantity and is the magnetic flux per unit area of a magnetic field at right angles to the magnetic force. It can be defined in terms of the effects the field has, for example by \(B = F/q v \sin \theta\), where \(F\) is the force a moving charge \(q\) would experience if it was travelling at a velocity \(v\) in a direction making an angle θ with that of the field. The magnetic field strength is also a vector quantity and is related to \(B\) by: \(H = B/\mu\), where \(\mu\) is the permeability of the medium. |
URI |
http://qudt.org/vocab/quantitykind/Mass
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
Description | In physics, mass, more specifically inertial mass, can be defined as a quantitative measure of an object's resistance to acceleration. The SI unit of mass is the kilogram (\(kg\)) |
URI |
http://qudt.org/vocab/quantitykind/MassFlowRate
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
Description | "Mass Flow Rate} is a measure of Mass flux. The common symbol is \(\dot{m"\) (pronounced "m-dot"), although sometimes \(\mu\) is used. The SI units are \(kg s-1\). |
URI |
http://qudt.org/vocab/quantitykind/Power
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
Description | Power is the rate at which work is performed or energy is transmitted, or the amount of energy required or expended for a given unit of time. As a rate of change of work done or the energy of a subsystem, power is: \(P = W/t\), where \(P\) is power, \(W\) is work and {t} is time. |
URI |
http://qudt.org/vocab/quantitykind/PowerFactor
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
Description | "Power Factor", under periodic conditions, is the ratio of the absolute value of the active power \(P\) to the apparent power \(S\). |
URI |
http://qudt.org/vocab/quantitykind/Pressure
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
URI |
http://qudt.org/vocab/quantitykind/RelativeHumidity
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
Description | "Relative Humidity} is the ratio of the partial pressure of water vapor in an air-water mixture to the saturated vapor pressure of water at a prescribed temperature. The relative humidity of air depends not only on temperature but also on the pressure of the system of interest. \textit{Relative Humidity} is also referred to as \text{Relative Partial Pressure". Relative partial pressure is often referred to as \(RH\) and expressed in percent. |
URI |
http://qudt.org/vocab/quantitykind/Resistance
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
See Also | http://qudt.org/vocab/quantitykind/ElectricCurrent |
URI |
http://qudt.org/vocab/quantitykind/SoundPressureLevel
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
Description | Sound pressure level (\(SPL\)) or sound level is a logarithmic measure of the effective sound pressure of a sound relative to a reference value. It is measured in decibels (dB) above a standard reference level. |
URI |
http://qudt.org/vocab/quantitykind/Temperature
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
URI |
http://qudt.org/vocab/quantitykind/Thrust
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
Description | Thrust is a reaction force described quantitatively by Newton's Second and Third Laws. When a system expels or accelerates mass in one direction the accelerated mass will cause a proportional but opposite force on that system. The pushing or pulling force developed by an aircraft engine or a rocket engine. The force exerted in any direction by a fluid jet or by a powered screw, as, the thrust of an antitorque rotor. (symbol F). Specifically, in rocketry, \( F\,= m\cdot v\) where m is propellant mass flow and v is exhaust velocity relative to the vehicle. Also called momentum thrust. |
URI |
http://qudt.org/vocab/quantitykind/Time
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
URI |
http://qudt.org/vocab/quantitykind/Torque
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
Description | In physics, a torque (\(\tau\)) is a vector that measures the tendency of a force to rotate an object about some axis. The magnitude of a torque is defined as force times its lever arm. Just as a force is a push or a pull, a torque can be thought of as a twist. The SI unit for torque is newton meters (\(N m\)). In U.S. customary units, it is measured in foot pounds (ft lbf) (also known as "pounds feet"). Mathematically, the torque on a particle (which has the position r in some reference frame) can be defined as the cross product: \(τ = r x F\) where, r is the particle's position vector relative to the fulcrum F is the force acting on the particles, or, more generally, torque can be defined as the rate of change of angular momentum: \(τ = dL/dt\) where, L is the angular momentum vector t stands for time. |
URI |
http://qudt.org/vocab/quantitykind/Velocity
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
URI |
http://qudt.org/vocab/quantitykind/Voltage
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
Description | \(\textit{Voltage}\), also referred to as \(\textit{Electric Tension}\), is the difference between electrical potentials of two points. For an electric field within a medium, \(U_{ab} = - \int_{r_a}^{r_b} E . {dr}\), where \(E\) is electric field strength. For an irrotational electric field, the voltage is independent of the path between the two points \(a\) and \(b\). |
URI |
http://qudt.org/vocab/quantitykind/Volume
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
URI |
http://qudt.org/vocab/quantitykind/VolumeFlowRate
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/quantitykind |
URI |
http://qudt.org/vocab/unit/A
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The \(\textit{ampere}\), often shortened to \(\textit{amp}\), is the SI unit of electric current and is one of the seven SI base units. \(\text{A}\ \equiv\ \text{amp (or ampere)}\ \equiv\ \frac{\text{C}}{\text{s}}\ \equiv\ \frac{\text{coulomb}}{\text{second}}\ \equiv\ \frac{\text{J}}{\text{Wb}}\ \equiv\ \frac{\text{joule}}{\text{weber}}\) Note that SI supports only the use of symbols and deprecates the use of any abbreviations for units. |
URI |
http://qudt.org/vocab/unit/AC
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The acre is a unit of area in a number of different systems, including the imperial and U.S. customary systems. Its international symbol is ac. The most commonly used acres today are the international acre and, in the United States, the survey acre. The most common use of the acre is to measure tracts of land. One international acre is equal to 4046.8564224 square metres. |
URI |
http://qudt.org/vocab/unit/ARCMIN
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | A minute of arc, arcminute, or minute arc (MOA), is a unit of angular measurement equal to one sixtieth (1/60) of one degree (circle/21,600), or \(\pi /10,800 radians\). In turn, a second of arc or arcsecond is one sixtieth (1/60) of one minute of arc. Since one degree is defined as one three hundred and sixtieth (1/360) of a rotation, one minute of arc is 1/21,600 of a rotation. |
URI |
http://qudt.org/vocab/unit/ARCSEC
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | "Arc Second" is a unit of angular measure, also called the \(\textit{second of arc}\), equal to \(1/60 \; arcminute\). One arcsecond is a very small angle: there are 1,296,000 in a circle. The SI recommends \(\textit{double prime}\) (\(''\)) as the symbol for the arcsecond. The symbol has become common in astronomy, where very small angles are stated in milliarcseconds (\(mas\)). |
URI |
http://qudt.org/vocab/unit/AU
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | An astronomical unit (abbreviated as AU, au, a.u., or ua) is a unit of length equal to \(149,597,870,700 metres\) (\(92,955,807.273 mi\)) or approximately the mean Earth Sun distance. |
URI |
http://qudt.org/vocab/unit/B
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | A logarithmic unit of sound pressure equal to 10 decibels (dB), It is defined as: \(1 B = (1/2) \log_{10}(Np)\) |
URI |
http://qudt.org/vocab/unit/BAR
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to \(100,000\,Pa\). It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to \(100,000\,Pa = 1 \,bar \approx 750.0616827\, Torr\). Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI. |
URI |
http://qudt.org/vocab/unit/BIT
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | In information theory, a bit is the amount of information that, on average, can be stored in a discrete bit. It is thus the amount of information carried by a choice between two equally likely outcomes. One bit corresponds to about 0.693 nats (ln(2)), or 0.301 hartleys (log10(2)). |
URI |
http://qudt.org/vocab/unit/BIT-PER-SEC
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | A bit per second (B/s) is a unit of data transfer rate equal to 1 bits per second. |
URI |
http://qudt.org/vocab/unit/BYTE
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The byte is a unit of digital information in computing and telecommunications that most commonly consists of eight bits. |
URI |
http://qudt.org/vocab/unit/BYTE-PER-SEC
|
---|
URI |
http://qudt.org/vocab/unit/C
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The SI unit of electric charge. One coulomb is the amount of charge accumulated in one second by a current of one ampere. Electricity is actually a flow of charged particles, such as electrons, protons, or ions. The charge on one of these particles is a whole-number multiple of the charge e on a single electron, and one coulomb represents a charge of approximately 6.241 506 x 1018 e. The coulomb is named for a French physicist, Charles-Augustin de Coulomb (1736-1806), who was the first to measure accurately the forces exerted between electric charges. |
URI |
http://qudt.org/vocab/unit/CD
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | \(\textit{Candela}\) is a unit for 'Luminous Intensity' expressed as \(cd\). The candela is the SI base unit of luminous intensity; that is, power emitted by a light source in a particular direction, weighted by the luminosity function (a standardized model of the sensitivity of the human eye to different wavelengths, also known as the luminous efficiency function). A common candle emits light with a luminous intensity of roughly one candela. |
URI |
http://qudt.org/vocab/unit/CD-PER-M2
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The candela per square metre (\(cd/m^2\)) is the derived SI unit of luminance. The unit is based on the candela, the SI unit of luminous intensity, and the square metre, the SI unit of area. Nit (nt) is a deprecated non-SI name also used for this unit (\(1 nit = 1 cd/m^2\)). As a measure of light emitted per unit area, this unit is frequently used to specify the brightness of a display device. Most consumer desktop liquid crystal displays have luminances of 200 to 300 \(cd/m^2\); the sRGB spec for monitors targets 80 cd/m2. HDTVs range from 450 to about 1000 cd/m2. Typically, calibrated monitors should have a brightness of \(120 cd/m^2\). \(Nit\) is believed to come from the Latin word nitere, to shine. |
URI |
http://qudt.org/vocab/unit/CentiM
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | A centimetre is a unit of length in the metric system, equal to one hundredth of a metre, which is the SI base unit of length. Centi is the SI prefix for a factor of 10. The centimetre is the base unit of length in the now deprecated centimetre-gram-second (CGS) system of units. |
URI |
http://qudt.org/vocab/unit/CentiM-PER-SEC
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | "Centimeter per Second" is a C.G.S System unit for 'Linear Velocity' expressed as \(cm/s\). |
URI |
http://qudt.org/vocab/unit/CentiM-PER-SEC2
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | \(\textit{Centimeter per Second Squared}\) is a C.G.S System unit for \(\textit{Linear Acceleration}\) expressed as \(cm/s^2\). |
URI |
http://qudt.org/vocab/unit/CentiM2
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | A unit of area equal to that of a square, of sides 1cm |
URI |
http://qudt.org/vocab/unit/CentiM3
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The CGS unit of volume, equal to 10-6 cubic meter, 1 milliliter, or about 0.061 023 7 cubic inch |
URI |
http://qudt.org/vocab/unit/DAY
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | Mean solar day |
URI |
http://qudt.org/vocab/unit/DEG
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | A degree (in full, a degree of arc, arc degree, or arcdegree), usually denoted by \(^\circ\) (the degree symbol), is a measurement of plane angle, representing 1/360 of a full rotation; one degree is equivalent to \(2\pi /360 rad\), \(0.017453 rad\). It is not an SI unit, as the SI unit for angles is radian, but is an accepted SI unit. |
URI |
http://qudt.org/vocab/unit/DEG-PER-HR
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | "Degree per Hour" is an Imperial unit for 'Angular Velocity' expressed as \(deg/h\). |
URI |
http://qudt.org/vocab/unit/DEG-PER-MIN
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | A unit of measure for the rate of change of plane angle, \(d\omega / dt\), in durations of one minute.The vector \(\omega\) is directed along the axis of rotation in the direction for which the rotation is clockwise. |
URI |
http://qudt.org/vocab/unit/DEG-PER-SEC
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | "Degree per Second" is an Imperial unit for 'Angular Velocity' expressed as \(deg/s\). |
URI |
http://qudt.org/vocab/unit/DEG-PER-SEC2
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | \(\textit{Degree per Second Squared}\) is an Imperial unit for \(\textit{Angular Acceleration}\) expressed as \(deg/s^2\). |
URI |
http://qudt.org/vocab/unit/DEG_C
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | \(\textit{Celsius}\), also known as centigrade, is a scale and unit of measurement for temperature. It can refer to a specific temperature on the Celsius scale as well as a unit to indicate a temperature interval, a difference between two temperatures or an uncertainty. This definition fixes the magnitude of both the degree Celsius and the kelvin as precisely 1 part in 273.16 (approximately 0.00366) of the difference between absolute zero and the triple point of water. Thus, it sets the magnitude of one degree Celsius and that of one kelvin as exactly the same. Additionally, it establishes the difference between the two scales' null points as being precisely \(273.15\,^{\circ}{\rm C}\). |
URI |
http://qudt.org/vocab/unit/DEG_F
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | \(\textbf{Degree Fahrenheit} is an Imperial unit for 'Thermodynamic Temperature' expressed as \(\,^{\circ}{\rm F}\) |
URI |
http://qudt.org/vocab/unit/DeciB
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | A customary logarithmic measure most commonly used (in various ways) for measuring sound.Sound is measured on a logarithmic scale. Informally, if one sound is \(1\,bel\) (10 decibels) "louder" than another, this means the louder sound is 10 times louder than the fainter one. A difference of 20 decibels corresponds to an increase of 10 x 10 or 100 times in intensity. The beginning of the scale, 0 decibels, can be set in different ways, depending on exactly the aspect of sound being measured. For sound intensity (the power of the sound waves per unit of area) \(0\,decibel\) is equal to \(1\,picoWatts\,per\,Metre\,Squared\). This corresponds approximately to the faintest sound that can be detected by a person who has good hearing. For sound pressure (the pressure exerted by the sound waves) 0 decibels equals \(20\,micropascals\,RMS\), and for sound power \(0\,decibels\) sometimes equals \(1\,picoWatt\). In all cases, one decibel equals \(\approx\,0.115129\,neper\). |
URI |
http://qudt.org/vocab/unit/EV
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | An electron volt (eV) is the energy that an electron gains when it travels through a potential of one volt. You can imagine that the electron starts at the negative plate of a parallel plate capacitor and accelerates to the positive plate, which is at one volt higher potential. Numerically \(1 eV\) equals \(1.6x10^{-19} joules\), where \(1 joule\) is \(6.2x10^{18} eV\). For example, it would take \(6.2x10^{20} eV/sec\) to light a 100 watt light bulb. |
URI |
http://qudt.org/vocab/unit/ExbiBIT
|
---|
URI |
http://qudt.org/vocab/unit/ExbiBIT-PER-SEC
|
---|
URI |
http://qudt.org/vocab/unit/ExbiBYTE
|
---|
URI |
http://qudt.org/vocab/unit/ExbiBYTE-PER-SEC
|
---|
URI |
http://qudt.org/vocab/unit/FARAD
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The SI unit of electric capacitance. Very early in the study of electricity scientists discovered that a pair of conductors separated by an insulator can store a much larger charge than an isolated conductor can store. The better the insulator, the larger the charge that the conductors can hold. This property of a circuit is called capacitance, and it is measured in farads. One farad is defined as the ability to store one coulomb of charge per volt of potential difference between the two conductors. This is a natural definition, but the unit it defines is very large. In practical circuits, capacitance is often measured in microfarads, nanofarads, or sometimes even in picofarads (10-12 farad, or trillionths of a farad). The unit is named for the British physicist Michael Faraday (1791-1867), who was known for his work in electricity and electrochemistry. |
URI |
http://qudt.org/vocab/unit/FC
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | "Foot Candle" is a unit for 'Luminous Flux Per Area' expressed as \(fc\). |
URI |
http://qudt.org/vocab/unit/FT
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | A foot is a unit of length defined as being 0.3048 m exactly and used in the imperial system of units and United States customary units. It is subdivided into 12 inches. The foot is still officially used in Canada and still commonly used in the United Kingdom, although the latter has partially metricated its units of measurement. |
URI |
http://qudt.org/vocab/unit/FT2
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The square foot (plural square feet; abbreviated \(ft^2\) or \(sq \, ft\)) is an imperial unit and U.S. customary unit of area, used mainly in the United States, Canada, United Kingdom, Hong Kong, Bangladesh, India, Pakistan and Afghanistan. It is defined as the area of a square with sides of 1 foot in length. |
URI |
http://qudt.org/vocab/unit/FT3
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The cubic foot is an Imperial and US customary unit of volume, used in the United States and the United Kingdom. It is defined as the volume of a cube with sides of one foot (0.3048 m) in length. To calculate cubic feet multiply length X width X height. |
URI |
http://qudt.org/vocab/unit/G
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | "Gravity" is a unit for 'Linear Acceleration' expressed as \(G\). |
URI |
http://qudt.org/vocab/unit/GAL_UK
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/GAL_US
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | "US Gallon" is a unit for 'Liquid Volume' expressed as \(galUS\). |
URI |
http://qudt.org/vocab/unit/GM
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | A unit of mass in the metric system. The name comes from the Greek gramma, a small weight identified in later Roman and Byzantine times with the Latin scripulum or scruple (the English scruple is equal to about 1.3 grams). The gram was originally defined to be the mass of one cubic centimeter of pure water, but to provide precise standards it was necessary to construct physical objects of specified mass. One gram is now defined to be 1/1000 of the mass of the standard kilogram, a platinum-iridium bar carefully guarded by the International Bureau of Weights and Measures in Paris for more than a century. (The kilogram, rather than the gram, is considered the base unit of mass in the SI.) The gram is a small mass, equal to about 15.432 grains or 0.035 273 966 ounce. |
URI |
http://qudt.org/vocab/unit/GM-PER-DeciM3
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/GM-PER-HR
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/GM-PER-M3
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/GM-PER-SEC
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/GibiBIT
|
---|
URI |
http://qudt.org/vocab/unit/GibiBIT-PER-SEC
|
---|
URI |
http://qudt.org/vocab/unit/GibiBYTE
|
---|
URI |
http://qudt.org/vocab/unit/GibiBYTE-PER-SEC
|
---|
URI |
http://qudt.org/vocab/unit/GigaHZ
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The hertz (symbol Hz) is the SI unit of frequency defined as the number of cycles per second of a periodic phenomenon. A GigaHertz is \(10^{9} hz\). |
URI |
http://qudt.org/vocab/unit/GigaJ
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/GigaW
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/H
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The SI unit of electric inductance. A changing magnetic field induces an electric current in a loop of wire (or in a coil of many loops) located in the field. Although the induced voltage depends only on the rate at which the magnetic flux changes, measured in webers per second, the amount of the current depends also on the physical properties of the coil. A coil with an inductance of one henry requires a flux of one weber for each ampere of induced current. If, on the other hand, it is the current which changes, then the induced field will generate a potential difference within the coil: if the inductance is one henry a current change of one ampere per second generates a potential difference of one volt. The henry is a large unit; inductances in practical circuits are measured in millihenrys (mH) or microhenrys (u03bc H). The unit is named for the American physicist Joseph Henry (1797-1878), one of several scientists who discovered independently how magnetic fields can be used to generate alternating currents. \(\text{H} \; \equiv \; \text{henry}\; \equiv\; \frac{\text{Wb}}{\text{A}}\; \equiv\; \frac{\text{weber}}{\text{amp}}\; \equiv\ \frac{\text{V}\cdot\text{s}}{\text{A}}\; \equiv\; \frac{\text{volt} \cdot \text{second}}{\text{amp}}\; \equiv\ \Omega\cdot\text{s}\; \equiv\; \text{ohm.second}\) |
URI |
http://qudt.org/vocab/unit/HA
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The customary metric unit of land area, equal to 100 ares. One hectare is a square hectometer, that is, the area of a square 100 meters on each side: exactly 10 000 square meters or approximately 107 639.1 square feet, 11 959.9 square yards, or 2.471 054 acres. |
URI |
http://qudt.org/vocab/unit/HP
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | 550 foot-pound force per second |
URI |
http://qudt.org/vocab/unit/HR
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The hour (common symbol: h or hr) is a unit of measurement of time. In modern usage, an hour comprises 60 minutes, or 3,600 seconds. It is approximately 1/24 of a mean solar day. An hour in the Universal Coordinated Time (UTC) time standard can include a negative or positive leap second, and may therefore have a duration of 3,599 or 3,601 seconds for adjustment purposes. Although it is not a standard defined by the International System of Units, the hour is a unit accepted for use with SI, represented by the symbol h. |
URI |
http://qudt.org/vocab/unit/HZ
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The hertz (symbol Hz) is the SI unit of frequency defined as the number of cycles per second of a periodic phenomenon. One of its most common uses is the description of the sine wave, particularly those used in radio and audio applications, such as the frequency of musical tones. The word "hertz" is named for Heinrich Rudolf Hertz, who was the first to conclusively prove the existence of electromagnetic waves. |
URI |
http://qudt.org/vocab/unit/IN
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | An inch is the name of a unit of length in a number of different systems, including Imperial units, and United States customary units. There are 36 inches in a yard and 12 inches in a foot. Corresponding units of area and volume are the square inch and the cubic inch. |
URI |
http://qudt.org/vocab/unit/IN2
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | A square inch is a unit of area, equal to the area of a square with sides of one inch. The following symbols are used to denote square inches: square in, sq inches, sq inch, sq in inches/-2, inch/-2, in/-2, inches^2, \(inch^2\), \(in^2\), \(inches^2\), \(inch^2\), \(in^2\) or in some cases \("^2\). The square inch is a common unit of measurement in the United States and the United Kingdom. |
URI |
http://qudt.org/vocab/unit/IN3
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The cubic inch is a unit of measurement for volume in the Imperial units and United States customary units systems. It is the volume of a cube with each of its three sides being one inch long. The cubic inch and the cubic foot are still used as units of volume in the United States, although the common SI units of volume, the liter, milliliter, and cubic meter, are continually replacing them, especially in manufacturing and high technology. One cubic foot is equal to exactly 1728 cubic inches. |
URI |
http://qudt.org/vocab/unit/IN_H2O
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | Inches of water, wc, inch water column (inch WC), inAq, Aq, or inH2O is a non-SI unit for pressure. The units are by convention and due to the historical measurement of certain pressure differentials. It is used for measuring small pressure differences across an orifice, or in a pipeline or shaft. Inches of water can be converted to a pressure unit using the formula for pressure head. It is defined as the pressure exerted by a column of water of 1 inch in height at defined conditions for example \(39 ^\circ F\) at the standard acceleration of gravity; 1 inAq is approximately equal to 249 pascals at \(0 ^\circ C\). |
URI |
http://qudt.org/vocab/unit/IN_HG
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | Inches of mercury, (inHg) is a unit of measurement for pressure. It is still widely used for barometric pressure in weather reports, refrigeration and aviation in the United States, but is seldom used elsewhere. It is defined as the pressure exerted by a column of mercury of 1 inch in height at \(32 ^\circ F\) at the standard acceleration of gravity. 1 inHg = 3,386.389 pascals at \(0 ^\circ C\). |
URI |
http://qudt.org/vocab/unit/J
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The SI unit of work or energy, defined to be the work done by a force of one newton acting to move an object through a distance of one meter in the direction in which the force is applied. Equivalently, since kinetic energy is one half the mass times the square of the velocity, one joule is the kinetic energy of a mass of two kilograms moving at a velocity of \(1 m/s\). |
URI |
http://qudt.org/vocab/unit/K
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | \(The SI base unit of temperature, previously called the degree Kelvin. One kelvin represents the same temperature difference as one degree Celsius. In 1967 the General Conference on Weights and Measures defined the temperature of the triple point of water (the temperature at which water exists simultaneously in the gaseous, liquid, and solid states) to be exactly 273.16 kelvins. Since this temperature is also equal to 0.01 u00b0C, the temperature in kelvins is always equal to 273.15 plus the temperature in degrees Celsius. The kelvin equals exactly 1.8 degrees Fahrenheit. The unit is named for the British mathematician and physicist William Thomson (1824-1907), later known as Lord Kelvin after he was named Baron Kelvin of Largs.\) |
URI |
http://qudt.org/vocab/unit/KN
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The knot (pronounced 'not') is a unit of speed equal to one nautical mile (1.852 km) per hour, approximately 1.151 mph. The abbreviation \(kn\) is preferred by the International Hydrographic Organization (IHO), which includes every major sea-faring nation; however, the abbreviations kt (singular) and kts (plural) are also widely used. However, use of the abbreviation kt for knot conflicts with the SI symbol for kilotonne. The knot is a non-SI unit accepted for use with the International System of Units (SI). Worldwide, the knot is used in meteorology, and in maritime and air navigation - for example, a vessel travelling at 1 knot along a meridian travels one minute of geographic latitude in one hour. Etymologically, the term knot derives from counting the number of knots in the line that unspooled from the reel of a chip log in a specific time. |
URI |
http://qudt.org/vocab/unit/KibiBIT
|
---|
URI |
http://qudt.org/vocab/unit/KibiBIT-PER-SEC
|
---|
URI |
http://qudt.org/vocab/unit/KibiBYTE
|
---|
URI |
http://qudt.org/vocab/unit/KibiBYTE-PER-SEC
|
---|
URI |
http://qudt.org/vocab/unit/KiloA
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/KiloGM
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/KiloGM-PER-HR
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | Kilogram Per Hour (kg/h) is a unit in the category of Mass flow rate. It is also known as kilogram/hour. Kilogram Per Hour (kg/h) has a dimension of MT-1 where M is mass, and T is time. It can be converted to the corresponding standard SI unit kg/s by multiplying its value by a factor of 0.000277777777778. |
URI |
http://qudt.org/vocab/unit/KiloGM-PER-M3
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is \(kg \cdot m^{-3}\), or equivalently either \(kg/m^3\). |
URI |
http://qudt.org/vocab/unit/KiloGM-PER-SEC
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | Kilogram Per Second (kg/s) is a unit in the category of Mass flow rate. It is also known as kilogram/second, kilograms per second. This unit is commonly used in the SI unit system. Kilogram Per Second (kg/s) has a dimension of \(MT^{-1}\) where M is mass, and T is time. This unit is the standard SI unit in this category. |
URI |
http://qudt.org/vocab/unit/KiloGM_F
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | "Kilogram Force" is a unit for 'Force' expressed as \(kgf\). |
URI |
http://qudt.org/vocab/unit/KiloHZ
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | "Kilohertz" is a C.G.S System unit for 'Frequency' expressed as \(KHz\). |
URI |
http://qudt.org/vocab/unit/KiloJ
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/KiloM
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | A common metric unit of length or distance. One kilometer equals exactly 1000 meters, about 0.621 371 19 mile, 1093.6133 yards, or 3280.8399 feet. Oddly, higher multiples of the meter are rarely used; even the distances to the farthest galaxies are usually measured in kilometers. |
URI |
http://qudt.org/vocab/unit/KiloM-PER-HR
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | "Kilometer per Hour" is a C.G.S System unit for 'Linear Velocity' expressed as \(km/hr\). |
URI |
http://qudt.org/vocab/unit/KiloM-PER-SEC
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | "Kilometer per Second" is a C.G.S System unit for 'Linear Velocity' expressed as \(km/s\). |
URI |
http://qudt.org/vocab/unit/KiloM2
|
---|
URI |
http://qudt.org/vocab/unit/KiloOHM
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/KiloPA
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | Kilopascal is a unit of pressure. 1 kPa is approximately the pressure exerted by a 10-g mass resting on a 1-cm2 area. 101.3 kPa = 1 atm. There are 1,000 pascals in 1 kilopascal. |
URI |
http://qudt.org/vocab/unit/KiloV
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/KiloW
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | \(The kilowatt is a derived unit of power in the International System of Units (SI), The unit, defined as 1,000 joule per second, measures the rate of energy conversion or transfer.\) |
URI |
http://qudt.org/vocab/unit/KiloW-HR
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The kilowatt hour, or kilowatt-hour, (symbol \(kW \cdot h\), \(kW h\) or \(kWh\)) is a unit of energy equal to 1000 watt hours or 3.6 megajoules. For constant power, energy in watt hours is the product of power in watts and time in hours. The kilowatt hour is most commonly known as a billing unit for energy delivered to consumers by electric utilities. |
URI |
http://qudt.org/vocab/unit/L
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The \(litre\) (American spelling: \(\textit{liter}\); SI symbol \(l\) or \(L\)) is a non-SI metric system unit of volume equal to \(1 \textit{cubic decimetre}\) (\(dm^3\)), 1,000 cubic centimetres (\(cm^3\)) or \(1/1000 \textit{cubic metre}\). If the lower case "L" is used as the symbol, it is sometimes rendered as a cursive "l" to help distinguish it from the capital "I", although this usage has no official approval by any international bureau. |
URI |
http://qudt.org/vocab/unit/L-PER-HR
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/L-PER-SEC
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/LB-PER-FT3
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | "Pound per Cubic Foot" is an Imperial unit for 'Density' expressed as \(lb/ft^{3}\). |
URI |
http://qudt.org/vocab/unit/LB-PER-YD3
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | "Pound per Cubic Yard" is an Imperial unit for 'Density' expressed as \(lb/yd^{3}\). |
URI |
http://qudt.org/vocab/unit/LB_F
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | "Pound Force" is an Imperial unit for 'Force' expressed as \(lbf\). |
URI |
http://qudt.org/vocab/unit/LM
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The SI unit for measuring the flux of light being produced by a light source or received by a surface. The intensity of a light source is measured in candelas. One lumen represents the total flux of light emitted, equal to the intensity in candelas multiplied by the solid angle in steradians into which the light is emitted. A full sphere has a solid angle of \(4\cdot\pi\) steradians. A light source that uniformly radiates one candela in all directions has a total luminous flux of \(1 cd\cdot 4 \pi sr = 4 \pi cd \cdot sr \approx 12.57 \; \text{lumens}\). "Lumen" is a Latin word for light. |
URI |
http://qudt.org/vocab/unit/LUX
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The SI unit for measuring the illumination (illuminance) of a surface. One lux is defined as an illumination of one lumen per square meter or 0.0001 phot. In considering the various light units, it's useful to think about light originating at a point and shining upon a surface. The intensity of the light source is measured in candelas; the total light flux in transit is measured in lumens (1 lumen = 1 candelau00b7steradian); and the amount of light received per unit of surface area is measured in lux (1 lux = 1 lumen/square meter). One lux is equal to approximately 0.09290 foot candle. |
URI |
http://qudt.org/vocab/unit/M
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The metric and SI base unit of distance. The 17th General Conference on Weights and Measures in 1983 defined the meter as that distance that makes the speed of light in a vacuum equal to exactly 299 792 458 meters per second. The speed of light in a vacuum, \(c\), is one of the fundamental constants of nature. The meter is equal to approximately 1.093 613 3 yards, 3.280 840 feet, or 39.370 079 inches. |
URI |
http://qudt.org/vocab/unit/M-PER-HR
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | Metre per hour is a metric unit of both speed (scalar) and velocity (Vector (geometry)). Its symbol is m/h or mu00b7h-1 (not to be confused with the imperial unit symbol mph. By definition, an object travelling at a speed of 1 m/h for an hour would move 1 metre. |
URI |
http://qudt.org/vocab/unit/M-PER-SEC
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | Metre per second is an SI derived unit of both speed (scalar) and velocity (vector quantity which specifies both magnitude and a specific direction), defined by distance in metres divided by time in seconds. The official SI symbolic abbreviation is mu00b7s-1, or equivalently either m/s. |
URI |
http://qudt.org/vocab/unit/M-PER-SEC2
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The \(\textit{meter per second squared}\) is the unit of acceleration in the International System of Units (SI). As a derived unit it is composed from the SI base units of length, the metre, and the standard unit of time, the second. Its symbol is written in several forms as \(m/s^2\), or \(m s^{-2}\). As acceleration, the unit is interpreted physically as change in velocity or speed per time interval, that is, \(\textit{metre per second per second}\). |
URI |
http://qudt.org/vocab/unit/M2
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The S I unit of area is the square metre. |
URI |
http://qudt.org/vocab/unit/M3
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The SI unit of volume, equal to 1.0e6 cm3, 1000 liters, 35.3147 ft3, or 1.30795 yd3. A cubic meter holds about 264.17 U.S. liquid gallons or 219.99 British Imperial gallons. |
URI |
http://qudt.org/vocab/unit/M3-PER-HR
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | Cubic Meter Per Hour (m3/h) is a unit in the category of Volume flow rate. It is also known as cubic meters per hour, cubic metre per hour, cubic metres per hour, cubic meter/hour, cubic metre/hour, cubic meter/hr, cubic metre/hr, flowrate. Cubic Meter Per Hour (m3/h) has a dimension of L3T-1 where L is length, and T is time. It can be converted to the corresponding standard SI unit m3/s by multiplying its value by a factor of 0.00027777777. |
URI |
http://qudt.org/vocab/unit/M3-PER-SEC
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | A cubic metre per second (\(m^{3}s^{-1}, m^{3}/s\)), cumecs or cubic meter per second in American English) is a derived SI unit of flow rate equal to that of a stere or cube with sides of one metre ( u0303 39.37 in) in length exchanged or moving each second. It is popularly used for water flow, especially in rivers and streams, and fractions for HVAC values measuring air flow. |
URI |
http://qudt.org/vocab/unit/MI
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The exact length of the land mile varied slightly among English-speaking countries until the international yard and pound agreement in 1959 established the yard as exactly 0.9144 metres, giving a mile of exactly 1,609.344 metres. The United States adopted this international mile for most purposes, but retained the pre-1959 mile for some land-survey data, terming it the US survey mile. In the US, statute mile formally refers to the survey mile, about 3.219 mm (1/8 inch) longer than the international mile (the international mile is exactly 0.0002% less than the US survey mile). |
URI |
http://qudt.org/vocab/unit/MI-PER-HR
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | Miles per hour is an imperial unit of speed expressing the number of statute miles covered in one hour. It is currently the standard unit used for speed limits, and to express speeds generally, on roads in the United Kingdom and the United States. A common abbreviation is mph or MPH. |
URI |
http://qudt.org/vocab/unit/MI-PER-SEC
|
---|
URI |
http://qudt.org/vocab/unit/MI2
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The square mile (abbreviated as sq mi and sometimes as mi) is an imperial and US unit of measure for an area equal to the area of a square of one statute mile. It should not be confused with miles square, which refers to the number of miles on each side squared. For instance, 20 miles square (20 × 20 miles) is equal to 400 square miles. One square mile is equivalent to: 4,014,489,600 square inches 27,878,400 square feet, 3,097,600 square yards, 640 acres, 258.9988110336 hectares, 2560 roods, 25,899,881,103.36 square centimetres, 2,589,988.110336 square metres, 2.589988110336 square kilometres When applied to a portion of the earth's surface, which is curved rather than flat, 'square mile' is an informal synonym for section. |
URI |
http://qudt.org/vocab/unit/MIN
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | A minute is a unit of measurement of time. The minute is a unit of time equal to 1/60 (the first sexagesimal fraction of an hour or 60 seconds. In the UTC time scale, a minute on rare occasions has 59 or 61 seconds; see leap second. The minute is not an SI unit; however, it is accepted for use with SI units. The SI symbol for minute or minutes is min (for time measurement) or the prime symbol after a number, e.g. 5' (for angle measurement, even if it is informally used for time). |
URI |
http://qudt.org/vocab/unit/MI_N
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | A unit of distance used primarily at sea and in aviation. The nautical mile is defined to be the average distance on the Earth's surface represented by one minute of latitude. In 1929 an international conference in Monaco redefined the nautical mile to be exactly 1852 meters or 6076.115 49 feet, a distance known as the international nautical mile. The international nautical mile equals about 1.1508 statute miles. There are usually 3 nautical miles in a league. The unit is designed to equal 1/60 degree, although actual degrees of latitude vary from about 59.7 to 60.3 nautical miles. (Note: using data from the Geodetic Reference System 1980, the "true" length of a nautical mile would be 1852.216 meters.) |
URI |
http://qudt.org/vocab/unit/MX
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | "Maxwell" is a C.G.S System unit for 'Magnetic Flux' expressed as \(Mx\). |
URI |
http://qudt.org/vocab/unit/MebiBIT
|
---|
URI |
http://qudt.org/vocab/unit/MebiBIT-PER-SEC
|
---|
URI |
http://qudt.org/vocab/unit/MebiBYTE
|
---|
URI |
http://qudt.org/vocab/unit/MebiBYTE-PER-SEC
|
---|
URI |
http://qudt.org/vocab/unit/MegaEV
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | \(\textbf{Mega Electron Volt} is a unit for 'Energy And Work' expressed as \(MeV\). |
URI |
http://qudt.org/vocab/unit/MegaHZ
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | "Megahertz" is a C.G.S System unit for 'Frequency' expressed as \(MHz\). |
URI |
http://qudt.org/vocab/unit/MegaJ
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/MegaOHM
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/MegaV
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/MegaW
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/MicroA
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/MicroC
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | A MicroCoulomb is \(10^{-6} C\). |
URI |
http://qudt.org/vocab/unit/MicroFARAD
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The "microfarad" (symbolized \(\mu F\)) is a unit of capacitance, equivalent to 0.000001 (10 to the -6th power) farad. The microfarad is a moderate unit of capacitance. In utility alternating-current (AC) and audio-frequency (AF) circuits, capacitors with values on the order of \(1 \mu F\) or more are common. At radio frequencies (RF), a smaller unit, the picofarad (pF), is often used. |
URI |
http://qudt.org/vocab/unit/MicroGM
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/MicroH
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The SI derived unit for inductance is the henry. 1 henry is equal to 1000000 microhenry. |
URI |
http://qudt.org/vocab/unit/MicroM
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | "Micrometer" is a unit for 'Length' expressed as \(microm\). |
URI |
http://qudt.org/vocab/unit/MicroSEC
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | "Microsecond" is a unit for 'Time' expressed as \(microsec\). |
URI |
http://qudt.org/vocab/unit/MicroV
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/MicroW
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/MilliA
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/MilliBAR
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to \(100,000 Pa = 1 bar \approx 750.0616827 Torr\). Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI. |
URI |
http://qudt.org/vocab/unit/MilliC
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | A MilliCoulomb is \(10^{-3} C\). |
URI |
http://qudt.org/vocab/unit/MilliFARAD
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/MilliGM
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/MilliH
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | A unit of inductance equal to one thousandth of a henry. |
URI |
http://qudt.org/vocab/unit/MilliL-PER-HR
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/MilliL-PER-SEC
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/MilliM
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The millimetre (International spelling as used by the International Bureau of Weights and Measures) or millimeter (American spelling) (SI unit symbol mm) is a unit of length in the metric system, equal to one thousandth of a metre, which is the SI base unit of length. It is equal to 1000 micrometres or 1000000 nanometres. A millimetre is equal to exactly 5/127 (approximately 0.039370) of an inch. |
URI |
http://qudt.org/vocab/unit/MilliM2
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/MilliM3
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | A metric measure of volume or capacity equal to a cube 1 millimeter on each edge |
URI |
http://qudt.org/vocab/unit/MilliM_HG
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The millimeter of mercury is defined as the pressure exerted at the base of a column of fluid exactly 1 mm high, when the density of the fluid is exactly \(13.5951 g/cm^{3}\), at a place where the acceleration of gravity is exactly \(9.80665 m/s^{2}\). |
URI |
http://qudt.org/vocab/unit/MilliOHM
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/MilliSEC
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | "Millisecond" is an Imperial unit for 'Time' expressed as \(ms\). |
URI |
http://qudt.org/vocab/unit/MilliV
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/MilliW
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/N
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The "Newton" is the SI unit of force. A force of one newton will accelerate a mass of one kilogram at the rate of one meter per second per second. The newton is named for Isaac Newton (1642-1727), the British mathematician, physicist, and natural philosopher. He was the first person to understand clearly the relationship between force (F), mass (m), and acceleration (a) expressed by the formula \(F = m \cdot a\). |
URI |
http://qudt.org/vocab/unit/N-M
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | "Torque" is the tendency of a force to cause a rotation, is the product of the force and the distance from the center of rotation to the point where the force is applied. Torque has the same units as work or energy, but it is a different physical concept. To stress the difference, scientists measure torque in newton meters rather than in joules, the SI unit of work. One newton meter is approximately 0.737562 pound foot. |
URI |
http://qudt.org/vocab/unit/NanoC
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | A NanoCoulomb is \(10^{-9} C\). |
URI |
http://qudt.org/vocab/unit/NanoFARAD
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | A common metric unit of electric capacitance equal to \(10^{-9} farad\). This unit was previously called the \(millimicrofarad\). |
URI |
http://qudt.org/vocab/unit/NanoM
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/NanoSEC
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | A nanosecond is a SI unit of time equal to one billionth of a second (10−9 or 1/1,000,000,000 s). One nanosecond is to one second as one second is to 31.69 years. The word nanosecond is formed by the prefix nano and the unit second. |
URI |
http://qudt.org/vocab/unit/OHM
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The \textit{ohm} is the SI derived unit of electrical resistance, named after German physicist Georg Simon Ohm. \(\Omega \equiv\ \frac{\text{V}}{\text{A}}\ \equiv\ \frac{\text{volt}}{\text{amp}}\ \equiv\ \frac{\text{W}}{\text {A}^{2}}\ \equiv\ \frac{\text{watt}}{\text{amp}^{2}}\ \equiv\ \frac{\text{H}}{\text {s}}\ \equiv\ \frac{\text{henry}}{\text{second}}\) |
URI |
http://qudt.org/vocab/unit/OZ_F
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | "Ounce Force" is an Imperial unit for 'Force' expressed as \(ozf\). |
URI |
http://qudt.org/vocab/unit/OZ_VOL_UK
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | \(\textit{Imperial Ounce}\) is an Imperial unit for 'Liquid Volume' expressed as \(oz\). |
URI |
http://qudt.org/vocab/unit/OZ_VOL_US
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | "US Liquid Ounce" is a unit for 'Liquid Volume' expressed as \(oz\). |
URI |
http://qudt.org/vocab/unit/PA
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one "kilogram per meter per second per second." The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude. |
URI |
http://qudt.org/vocab/unit/PERCENT
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | "Percent" is a unit for 'Dimensionless Ratio' expressed as \(\%\). |
URI |
http://qudt.org/vocab/unit/PPM
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | Dimensionless unit for concentration. Recommended practice is to use specific units such as \(ug/l\). |
URI |
http://qudt.org/vocab/unit/PSI
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/PicoC
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | A PicoCoulomb is \(10^{-12} C\). |
URI |
http://qudt.org/vocab/unit/PicoFARAD
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | "PicoF" is a common unit of electric capacitance equal to \(10^{-12} farad\). This unit was formerly called the micromicrofarad. |
URI |
http://qudt.org/vocab/unit/RAD
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The radian and steradian are special names for the number one that may be used to convey information about the quantity concerned. In practice the symbols rad and sr are used where appropriate, but the symbol for the derived unit one is generally omitted in specifying the values of dimensionless quantities. |
URI |
http://qudt.org/vocab/unit/RAD-PER-HR
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | "Radian per Hour" is a unit for 'Angular Velocity' expressed as \(rad/h\). |
URI |
http://qudt.org/vocab/unit/RAD-PER-MIN
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | Radian Per Minute (rad/min) is a unit in the category of Angular velocity. It is also known as radians per minute, radian/minute. Radian Per Minute (rad/min) has a dimension of aT-1 where T is time. It can be converted to the corresponding standard SI unit rad/s by multiplying its value by a factor of 0.0166666666667. |
URI |
http://qudt.org/vocab/unit/RAD-PER-SEC
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | "Radian per Second" is the SI unit of rotational speed (angular velocity), and, also the unit of angular frequency. The radian per second is defined as the change in the orientation of an object, in radians, every second. |
URI |
http://qudt.org/vocab/unit/RAD-PER-SEC2
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | Angular acceleration is the rate of change of angular velocity. In SI units, it is measured in radians per second squared (\(rad/s^2\)), and is usually denoted by the Greek letter \(\alpha\). |
URI |
http://qudt.org/vocab/unit/REV
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | "Revolution" is a unit for 'Plane Angle' expressed as \(rev\). |
URI |
http://qudt.org/vocab/unit/REV-PER-HR
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | "Revolution per Hour" is a unit for 'Angular Velocity' expressed as \(rev/h\). |
URI |
http://qudt.org/vocab/unit/REV-PER-MIN
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | "Revolution per Minute" is a unit for 'Angular Velocity' expressed as \(rev/min\). |
URI |
http://qudt.org/vocab/unit/REV-PER-SEC
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | "Revolution per Second" is a unit for 'Angular Velocity' expressed as \(rev/s\). |
URI |
http://qudt.org/vocab/unit/REV-PER-SEC2
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | "Revolution per Second Squared" is a C.G.S System unit for 'Angular Acceleration' expressed as \(rev-per-s^2\). |
URI |
http://qudt.org/vocab/unit/S-PER-M
|
---|
URI |
http://qudt.org/vocab/unit/SEC
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The \(Second\) (symbol: \(s\)) is the base unit of time in the International System of Units (SI) and is also a unit of time in other systems of measurement. Between the years1000 (when al-Biruni used seconds) and 1960 the second was defined as \(1/86400\) of a mean solar day (that definition still applies in some astronomical and legal contexts). Between 1960 and 1967, it was defined in terms of the period of the Earth's orbit around the Sun in 1900, but it is now defined more precisely in atomic terms. Under the International System of Units (via the International Committee for Weights and Measures, or CIPM), since 1967 the second has been defined as the duration of \({9192631770}\) periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the caesium 133 atom.In 1997 CIPM added that the periods would be defined for a caesium atom at rest, and approaching the theoretical temperature of absolute zero, and in 1999, it included corrections from ambient radiation. |
URI |
http://qudt.org/vocab/unit/SLUG
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The slug is a unit of mass associated with Imperial units. It is a mass that accelerates by \(1 ft/s\) when a force of one pound-force (\(lbF\)) is exerted on it. With standard gravity \(gc = 9.80665 m/s\), the international foot of \(0.3048 m\) and the avoirdupois pound of \(0.45359237 kg\), one slug therefore has a mass of approximately \(32.17405 lbm\) or \(14.593903 kg\). At the surface of the Earth, an object with a mass of 1 slug exerts a force of about \(32.17 lbF\) or \(143 N\). |
URI |
http://qudt.org/vocab/unit/T
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The SI unit of flux density (or field intensity) for magnetic fields (also called the magnetic induction). The intensity of a magnetic field can be measured by placing a current-carrying conductor in the field. The magnetic field exerts a force on the conductor, a force which depends on the amount of the current and on the length of the conductor. One tesla is defined as the field intensity generating one newton of force per ampere of current per meter of conductor. Equivalently, one tesla represents a magnetic flux density of one weber per square meter of area. A field of one tesla is quite strong: the strongest fields available in laboratories are about 20 teslas, and the Earth's magnetic flux density, at its surface, is about 50 microteslas. The tesla, defined in 1958, honors the Serbian-American electrical engineer Nikola Tesla (1856-1943), whose work in electromagnetic induction led to the first practical generators and motors using alternating current. \(T = V\cdot s \cdot m^{-2} = N\cdot A^{-1}\cdot m^{-1} = Wb\cdot m^{-1} = kg \cdot C^{-1}\cdot s^{-1}\cdot A^{-1} = kg \cdot s^{-2}\cdot A^{-1} = N \cdot s \cdot C^{-1}\cdot m^{-1}\) where, \(\\\) \(A\) = ampere, \(C\)=coulomb, \(m\) = meter, \(N\) = newton, \(s\) = second, \(T\) = tesla, \(Wb\) = weber |
URI |
http://qudt.org/vocab/unit/TONNE
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/TON_F_US
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
URI |
http://qudt.org/vocab/unit/TebiBIT
|
---|
URI |
http://qudt.org/vocab/unit/TebiBIT-PER-SEC
|
---|
URI |
http://qudt.org/vocab/unit/TebiBYTE
|
---|
URI |
http://qudt.org/vocab/unit/TebiBYTE-PER-SEC
|
---|
URI |
http://qudt.org/vocab/unit/UNITLESS
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | An explicit unit to say something has no units. |
URI |
http://qudt.org/vocab/unit/V
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | \(\textit{Volt} is the SI unit of electric potential. Separating electric charges creates potential energy, which can be measured in energy units such as joules. Electric potential is defined as the amount of potential energy present per unit of charge. Electric potential is measured in volts, with one volt representing a potential of one joule per coulomb of charge. The name of the unit honors the Italian scientist Count Alessandro Volta (1745-1827), the inventor of the first battery. The volt also may be expressed with a variety of other units. For example, a volt is also equal to one watt per ampere (W/A) and one joule per ampere per second (J/A/s).\) |
URI |
http://qudt.org/vocab/unit/W
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | \(The SI unit of power. Power is the rate at which work is done, or (equivalently) the rate at which energy is expended. One watt is equal to a power rate of one joule of work per second of time. This unit is used both in mechanics and in electricity, so it links the mechanical and electrical units to one another. In mechanical terms, one watt equals about 0.001 341 02 horsepower (hp) or 0.737 562 foot-pound per second (lbf/s). In electrical terms, one watt is the power produced by a current of one ampere flowing through an electric potential of one volt. The name of the unit honors James Watt (1736-1819), the British engineer whose improvements to the steam engine are often credited with igniting the Industrial Revolution.\) |
URI |
http://qudt.org/vocab/unit/W-PER-M2
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | "Watt per Square Meter} is a unit of irradiance defined as the power received per area. This is a unit in the category of Energy flux. It is also known as watts per square meter, watt per square metre, watts per square metre, watt/square meter, watt/square metre. This unit is commonly used in the SI unit system. Watt Per Square Meter (\(W/m^2\)) has a dimension of \(MT^{-3"\) where M is mass, and T is time. This unit is the standard SI unit in this category. |
URI |
http://qudt.org/vocab/unit/WB
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The SI unit of magnetic flux. "Flux" is the rate (per unit of time) at which something crosses a surface perpendicular to the flow. The weber is a large unit, equal to \(10^{8}\) maxwells, and practical fluxes are usually fractions of one weber. The weber is the magnetic flux which, linking a circuit of one turn, would produce in it an electromotive force of 1 volt if it were reduced to zero at a uniform rate in 1 second. In SI base units, the dimensions of the weber are \((kg \cdot m^2)/(s^2 \cdot A)\). The weber is commonly expressed in terms of other derived units as the Tesla-square meter (\(T \cdot m^2\)), volt-seconds (\(V \cdot s\)), or joules per ampere (\(J/A\)). |
URI |
http://qudt.org/vocab/unit/YD
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | A yard is a unit of length in several different systems including United States customary units, Imperial units and the former English units. It is equal to 3 feet or 36 inches. Under an agreement in 1959 between Australia, Canada, New Zealand, South Africa, the United Kingdom and the United States, the yard (known as the "international yard" in the United States) was legally defined to be exactly 0.9144 metres. |
URI |
http://qudt.org/vocab/unit/YD2
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | The square yard is an imperial/US customary unit of area, formerly used in most of the English-speaking world but now generally replaced by the square metre outside of the U.S. , Canada and the U.K. It is defined as the area of a square with sides of one yard in length. (Gaj in Hindi). |
URI |
http://qudt.org/vocab/unit/YD3
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | A cubic yard is an Imperial / U.S. customary unit of volume, used in the United States, Canada, and the UK. It is defined as the volume of a cube with sides of 1 yard in length. |
URI |
http://qudt.org/vocab/unit/YR
|
---|---|
Is Defined By | http://qudt.org/2.1/vocab/unit |
Description | A year is any of the various periods equated with one passage of Earth about the Sun, and hence of roughly 365 days. The familiar calendar has a mixture of 365- and 366-day years, reflecting the fact that the time for one complete passage takes about 365¼ days; the precise value for this figure depends on the manner of defining the year. |
URI |
http://qudt.org/vocab/unit/YobiBIT
|
---|
URI |
http://qudt.org/vocab/unit/YobiBIT-PER-SEC
|
---|
URI |
http://qudt.org/vocab/unit/YobiBYTE
|
---|
URI |
http://qudt.org/vocab/unit/YobiBYTE-PER-SEC
|
---|
URI |
http://qudt.org/vocab/unit/ZebiBIT
|
---|
URI |
http://qudt.org/vocab/unit/ZebiBIT-PER-SEC
|
---|
URI |
http://qudt.org/vocab/unit/ZebiBYTE
|
---|
URI |
http://qudt.org/vocab/unit/ZebiBYTE-PER-SEC
|
---|
URI |
https://w3id.org/rec/building/Atrium
|
---|
URI |
https://w3id.org/rec/building/Auditorium
|
---|
URI |
https://w3id.org/rec/building/BackOffice
|
---|
URI |
https://w3id.org/rec/building/BankVault
|
---|
URI |
https://w3id.org/rec/building/BarRoom
|
---|
URI |
https://w3id.org/rec/building/Bathroom
|
---|
URI |
https://w3id.org/rec/building/Bedroom
|
---|
URI |
https://w3id.org/rec/building/BicycleGarage
|
---|
URI |
https://w3id.org/rec/building/Cabinet
|
---|
URI |
https://w3id.org/rec/building/CableRoom
|
---|
URI |
https://w3id.org/rec/building/CafeteriaRoom
|
---|
URI |
https://w3id.org/rec/building/Cinema
|
---|
URI |
https://w3id.org/rec/building/Classroom
|
---|
URI |
https://w3id.org/rec/building/CleaningRoom
|
---|
URI |
https://w3id.org/rec/building/ClimateControlRoom
|
---|
URI |
https://w3id.org/rec/building/CloakRoom
|
---|
URI |
https://w3id.org/rec/building/CoffeeRoom
|
---|---|
Description | Deprecated in favour of building:CafeteriaRoom |
URI |
https://w3id.org/rec/building/ConferenceRoom
|
---|
URI |
https://w3id.org/rec/building/ConversationRoom
|
---|
URI |
https://w3id.org/rec/building/CookingRoom
|
---|
URI |
https://w3id.org/rec/building/CopyingRoom
|
---|
URI |
https://w3id.org/rec/building/DataServerRoom
|
---|
URI |
https://w3id.org/rec/building/DeliRoom
|
---|
URI |
https://w3id.org/rec/building/DiningRoom
|
---|
URI |
https://w3id.org/rec/building/DisabledToilet
|
---|---|
See Also | HWC |
URI |
https://w3id.org/rec/building/DishingRoom
|
---|
URI |
https://w3id.org/rec/building/DressingRoom
|
---|
URI |
https://w3id.org/rec/building/EducationalRoom
|
---|
URI |
https://w3id.org/rec/building/ElectricityRoom
|
---|
URI |
https://w3id.org/rec/building/ElevatorRoom
|
---|
URI |
https://w3id.org/rec/building/ElevatorShaft
|
---|
URI |
https://w3id.org/rec/building/Entrance
|
---|
URI |
https://w3id.org/rec/building/ExerciseRoom
|
---|
URI |
https://w3id.org/rec/building/ExhibitionRoom
|
---|
URI |
https://w3id.org/rec/building/FittingRoom
|
---|
URI |
https://w3id.org/rec/building/FoodHandlingRoom
|
---|
URI |
https://w3id.org/rec/building/FoodStorageFreezerRoom
|
---|
URI |
https://w3id.org/rec/building/FoodStorageRefrigeratorRoom
|
---|
URI |
https://w3id.org/rec/building/FoodStorageRoom
|
---|
URI |
https://w3id.org/rec/building/Garage
|
---|
URI |
https://w3id.org/rec/building/GroupRoom
|
---|
URI |
https://w3id.org/rec/building/Hallway
|
---|
URI |
https://w3id.org/rec/building/Laboratory
|
---|
URI |
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. |
URI |
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. |
URI |
https://w3id.org/rec/building/LaundryRoom
|
---|
URI |
https://w3id.org/rec/building/Library
|
---|
URI |
https://w3id.org/rec/building/LivingRoom
|
---|
URI |
https://w3id.org/rec/building/LoadingReceivingRoom
|
---|
URI |
https://w3id.org/rec/building/MailRoom
|
---|
URI |
https://w3id.org/rec/building/MainEntrance
|
---|
URI |
https://w3id.org/rec/building/MeditationRoom
|
---|
URI |
https://w3id.org/rec/building/MothersRoom
|
---|
URI |
https://w3id.org/rec/building/MultiPurposeRoom
|
---|
URI |
https://w3id.org/rec/building/Office
|
---|
URI |
https://w3id.org/rec/building/OfficeLandscape
|
---|
URI |
https://w3id.org/rec/building/OfficeRoom
|
---|
URI |
https://w3id.org/rec/building/ParkingSlotCold
|
---|
URI |
https://w3id.org/rec/building/ParkingSlotWarm
|
---|
URI |
https://w3id.org/rec/building/Pentry
|
---|---|
Description | Deprecated in favour of building:Pantry |
URI |
https://w3id.org/rec/building/PersonalHygiene
|
---|
URI |
https://w3id.org/rec/building/PhoneBooth
|
---|
URI |
https://w3id.org/rec/building/Reception
|
---|
URI |
https://w3id.org/rec/building/RecordingRoom
|
---|---|
Description | Room for making audio and/or video recordings. A.ka. studio. |
URI |
https://w3id.org/rec/building/RecreationalRoom
|
---|
URI |
https://w3id.org/rec/building/RestingRoom
|
---|
URI |
https://w3id.org/rec/building/RetailRoom
|
---|
URI |
https://w3id.org/rec/building/Sauna
|
---|
URI |
https://w3id.org/rec/building/SecurityRoom
|
---|
URI |
https://w3id.org/rec/building/ServiceEntrance
|
---|
URI |
https://w3id.org/rec/building/ServiceShaft
|
---|
URI |
https://w3id.org/rec/building/Shelter
|
---|
URI |
https://w3id.org/rec/building/ShelterGasLock
|
---|
URI |
https://w3id.org/rec/building/ShelterRoom
|
---|
URI |
https://w3id.org/rec/building/ShowerRoom
|
---|
URI |
https://w3id.org/rec/building/SmallStudyRoom
|
---|
URI |
https://w3id.org/rec/building/SprinklerRoom
|
---|
URI |
https://w3id.org/rec/building/StaffRoom
|
---|---|
Description | Room for staff to take breaks. |
URI |
https://w3id.org/rec/building/Stairwell
|
---|
URI |
https://w3id.org/rec/building/Storage
|
---|
URI |
https://w3id.org/rec/building/StudyRoom
|
---|
URI |
https://w3id.org/rec/building/TelecommunicationRoom
|
---|
URI |
https://w3id.org/rec/building/Theater
|
---|
URI |
https://w3id.org/rec/building/Toilet
|
---|
URI |
https://w3id.org/rec/building/TreatmentRoom
|
---|---|
Description | For e.g. medical or other treatment or consultation. |
URI |
https://w3id.org/rec/building/TreatmentWaitingRoom
|
---|
URI |
https://w3id.org/rec/building/UtilitiesRoom
|
---|
URI |
https://w3id.org/rec/building/Vault
|
---|
URI |
https://w3id.org/rec/building/WasteManagementRoom
|
---|---|
See Also | Recycling room |
URI |
https://w3id.org/rec/building/Workshop
|
---|
URI |
https://w3id.org/rec/core/ActiveEnergyL1
|
---|
URI |
https://w3id.org/rec/core/ActiveEnergyL2
|
---|
URI |
https://w3id.org/rec/core/ActiveEnergyL3
|
---|
URI |
https://w3id.org/rec/core/ActiveEnergyTotal
|
---|
URI |
https://w3id.org/rec/core/ActivePowerL1
|
---|
URI |
https://w3id.org/rec/core/ActivePowerL2
|
---|
URI |
https://w3id.org/rec/core/ActivePowerL3
|
---|
URI |
https://w3id.org/rec/core/ActivePowerTotal
|
---|
URI |
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. |
URI |
https://w3id.org/rec/core/AlarmMajor
|
---|---|
Description | Danger for property |
URI |
https://w3id.org/rec/core/AlarmMinor
|
---|---|
Description | Notifications |
URI |
https://w3id.org/rec/core/AlarmSevere
|
---|---|
Description | Danger for life and property |
URI |
https://w3id.org/rec/core/Ampere
|
---|---|
Description | Ampere. Current in a circuit. |
URI |
https://w3id.org/rec/core/Angle
|
---|
URI |
https://w3id.org/rec/core/Area
|
---|
URI |
https://w3id.org/rec/core/AreaPresence
|
---|---|
Description | Number of people counted in a specified area (at the observation time). |
URI |
https://w3id.org/rec/core/Binary
|
---|
URI |
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. |
URI |
https://w3id.org/rec/core/CO
|
---|
URI |
https://w3id.org/rec/core/CO2
|
---|
URI |
https://w3id.org/rec/core/Celsius
|
---|---|
Description | Temperature in Celsius degress. Note that correct SI Unit is Kelvin. |
URI |
https://w3id.org/rec/core/CoffeePremises
|
---|
URI |
https://w3id.org/rec/core/Concentration
|
---|
URI |
https://w3id.org/rec/core/CosPhi
|
---|---|
Description | The angle between two electrical phases. |
URI |
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). |
URI |
https://w3id.org/rec/core/Current
|
---|
URI |
https://w3id.org/rec/core/CurrentL1
|
---|
URI |
https://w3id.org/rec/core/CurrentL2
|
---|
URI |
https://w3id.org/rec/core/CurrentL3
|
---|
URI |
https://w3id.org/rec/core/Decibel
|
---|---|
Description | Sound level |
URI |
https://w3id.org/rec/core/Degrees
|
---|
URI |
https://w3id.org/rec/core/EducationalPremises
|
---|
URI |
https://w3id.org/rec/core/Efficiency
|
---|
URI |
https://w3id.org/rec/core/EnergyTotal
|
---|---|
Description | Total energy (not specified as Active or Reactive, used for e.g. district heating). |
URI |
https://w3id.org/rec/core/Fahrenheit
|
---|---|
Description | Temperature in Fahrenheit degress. |
URI |
https://w3id.org/rec/core/Flow
|
---|
URI |
https://w3id.org/rec/core/Footfall
|
---|---|
Description | Number of people crossing a specified line (at the observation time) |
URI |
https://w3id.org/rec/core/GaragePremises
|
---|
URI |
https://w3id.org/rec/core/GlobalIrradiance
|
---|---|
See Also | https://en.wikipedia.org/wiki/Solar_irradiance |
URI |
https://w3id.org/rec/core/Hertz
|
---|---|
Description | One cycle per second. |
URI |
https://w3id.org/rec/core/HotelPremises
|
---|
URI |
https://w3id.org/rec/core/Humidity
|
---|---|
See Also | Humidity |
URI |
https://w3id.org/rec/core/Illuminance
|
---|
URI |
https://w3id.org/rec/core/Integer
|
---|
URI |
https://w3id.org/rec/core/Kelvin
|
---|---|
Description | Temperature in Kelvin degrees |
URI |
https://w3id.org/rec/core/Kilogram
|
---|---|
Description | Mass. |
URI |
https://w3id.org/rec/core/LaboratoryPremises
|
---|
URI |
https://w3id.org/rec/core/Lenght
|
---|
URI |
https://w3id.org/rec/core/Length
|
---|
URI |
https://w3id.org/rec/core/LightIndustryPremises
|
---|
URI |
https://w3id.org/rec/core/LiterPerSecond
|
---|---|
Description | Flow |
URI |
https://w3id.org/rec/core/Lumen
|
---|
URI |
https://w3id.org/rec/core/Lux
|
---|---|
Description | Light intensity in a specific area. |
URI |
https://w3id.org/rec/core/Meter
|
---|---|
Description | Lenght. |
URI |
https://w3id.org/rec/core/MeterPerSecond
|
---|
URI |
https://w3id.org/rec/core/MillimeterPerHour
|
---|---|
Description | For measuring Precipation |
URI |
https://w3id.org/rec/core/NumPeople
|
---|---|
Description | Number of people. |
URI |
https://w3id.org/rec/core/Number
|
---|
URI |
https://w3id.org/rec/core/OfficePremises
|
---|
URI |
https://w3id.org/rec/core/PartsPerBillion
|
---|---|
Description | Parts per billion. |
URI |
https://w3id.org/rec/core/PartsPerMillion
|
---|---|
Description | Measurement for concentration |
URI |
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." |
URI |
https://w3id.org/rec/core/Percentage
|
---|
URI |
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. |
URI |
https://w3id.org/rec/core/PowerFactorL1
|
---|
URI |
https://w3id.org/rec/core/PowerFactorL2
|
---|
URI |
https://w3id.org/rec/core/PowerFactorL3
|
---|
URI |
https://w3id.org/rec/core/PowerFrequency
|
---|
URI |
https://w3id.org/rec/core/Precipation
|
---|---|
Description | Measured in MillimeterPerHour |
URI |
https://w3id.org/rec/core/Precipitation
|
---|---|
Description | Measured in MillimeterPerHour |
URI |
https://w3id.org/rec/core/Presence
|
---|---|
Description | Presence equivivalent |
URI |
https://w3id.org/rec/core/Pressure
|
---|---|
See Also | Pressure |
URI |
https://w3id.org/rec/core/Radiation
|
---|
URI |
https://w3id.org/rec/core/ReactivePowerL1
|
---|
URI |
https://w3id.org/rec/core/ReactivePowerL2
|
---|
URI |
https://w3id.org/rec/core/ReactivePowerL3
|
---|
URI |
https://w3id.org/rec/core/ReactivePowerTotal
|
---|
URI |
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. |
URI |
https://w3id.org/rec/core/ResidentialPremises
|
---|
URI |
https://w3id.org/rec/core/RestaurantPremises
|
---|
URI |
https://w3id.org/rec/core/RetailPremises
|
---|
URI |
https://w3id.org/rec/core/RevolutionsPerMinute
|
---|
URI |
https://w3id.org/rec/core/RotationSpeed
|
---|
URI |
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. |
URI |
https://w3id.org/rec/core/Sound
|
---|
URI |
https://w3id.org/rec/core/Speed
|
---|
URI |
https://w3id.org/rec/core/SquareMeter
|
---|---|
Description | Area unit. It is the area of a square whose sides measure exactly one metre. |
URI |
https://w3id.org/rec/core/StoragePremises
|
---|
URI |
https://w3id.org/rec/core/SunshineTimePerHour
|
---|
URI |
https://w3id.org/rec/core/TVOC
|
---|
URI |
https://w3id.org/rec/core/Temperature
|
---|---|
See Also | Temperature |
URI |
https://w3id.org/rec/core/Velocity
|
---|
URI |
https://w3id.org/rec/core/Volt
|
---|---|
Description | Voltage, electric potential difference, is the difference in electric potential between two points. |
URI |
https://w3id.org/rec/core/Voltage
|
---|
URI |
https://w3id.org/rec/core/VoltageL1
|
---|
URI |
https://w3id.org/rec/core/VoltageL2
|
---|
URI |
https://w3id.org/rec/core/VoltageL3
|
---|
URI |
https://w3id.org/rec/core/Volume
|
---|
URI |
https://w3id.org/rec/core/WasteDiverted
|
---|---|
Description | Waste that has been sent to, e.g., a landfill. |
URI |
https://w3id.org/rec/core/WasteTotal
|
---|---|
Description | The total amount of waste. |
URI |
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. |
URI |
https://w3id.org/rec/core/WattHour
|
---|---|
Description | Enery. Watthour. |
URI |
https://w3id.org/rec/core/WattPerSquareMeter
|
---|---|
See Also | https://www.rapidtables.com/calc/light/how-watt-to-lux.html |
URI |
https://w3id.org/rec/device/1
|
---|---|
Description | Read coil |
URI |
https://w3id.org/rec/device/1.yyy
|
---|---|
Description | Boolean, like switching, move up/down, step |
URI |
https://w3id.org/rec/device/15
|
---|---|
Description | Write Multiple Coils |
URI |
https://w3id.org/rec/device/16
|
---|---|
Description | Write Multiple Holding Registers |
URI |
https://w3id.org/rec/device/1_byte
|
---|
URI |
https://w3id.org/rec/device/2
|
---|---|
Description | Read Discrete Input |
URI |
https://w3id.org/rec/device/2_byte
|
---|
URI |
https://w3id.org/rec/device/2_byte_BCD
|
---|
URI |
https://w3id.org/rec/device/2_byte_signed_integer
|
---|
URI |
https://w3id.org/rec/device/2_byte_signed_integer_swapped
|
---|
URI |
https://w3id.org/rec/device/2_byte_unsigned_integer
|
---|
URI |
https://w3id.org/rec/device/2_byte_unsigned_integer_swapped
|
---|
URI |
https://w3id.org/rec/device/3
|
---|---|
Description | Read Holding Registers |
URI |
https://w3id.org/rec/device/4
|
---|---|
Description | Read Input Registers |
URI |
https://w3id.org/rec/device/4_byte_BCD
|
---|
URI |
https://w3id.org/rec/device/4_byte_BCD_swapped
|
---|
URI |
https://w3id.org/rec/device/4_byte_float
|
---|
URI |
https://w3id.org/rec/device/4_byte_float_BCD
|
---|
URI |
https://w3id.org/rec/device/4_byte_float_swapped
|
---|
URI |
https://w3id.org/rec/device/4_byte_signed_integer
|
---|
URI |
https://w3id.org/rec/device/4_byte_signed_integer_swapped
|
---|
URI |
https://w3id.org/rec/device/4_byte_signed_integer_swapped_bytes_and_words
|
---|
URI |
https://w3id.org/rec/device/4_byte_unsigned_integer
|
---|
URI |
https://w3id.org/rec/device/4_byte_unsigned_integer_swapped
|
---|
URI |
https://w3id.org/rec/device/4_byte_unsigned_integer_swapped_bytes_and_words
|
---|
URI |
https://w3id.org/rec/device/5
|
---|---|
Description | Write Single Coil |
URI |
https://w3id.org/rec/device/6
|
---|---|
Description | Write Single Holding Register |
URI |
https://w3id.org/rec/device/8_byte_float
|
---|
URI |
https://w3id.org/rec/device/8_byte_float_swapped
|
---|
URI |
https://w3id.org/rec/device/8_byte_signed_integer
|
---|
URI |
https://w3id.org/rec/device/8_byte_signed_integer_swapped
|
---|
URI |
https://w3id.org/rec/device/8_byte_unsigned_integer
|
---|
URI |
https://w3id.org/rec/device/8_byte_unsigned_integer_swapped
|
---|
URI |
https://w3id.org/rec/device/AirDiffuser
|
---|
URI |
https://w3id.org/rec/device/AirHandlingUnit
|
---|
URI |
https://w3id.org/rec/device/BACnet
|
---|
URI |
https://w3id.org/rec/device/Battery
|
---|
URI |
https://w3id.org/rec/device/Boiler
|
---|
URI |
https://w3id.org/rec/device/Chiller
|
---|
URI |
https://w3id.org/rec/device/CirculationAir
|
---|
URI |
https://w3id.org/rec/device/Coil
|
---|
URI |
https://w3id.org/rec/device/ColdWaterFlow
|
---|
URI |
https://w3id.org/rec/device/ColdWaterReturn
|
---|
URI |
https://w3id.org/rec/device/CommunicationBusPowerSource
|
---|
URI |
https://w3id.org/rec/device/Compressor
|
---|
URI |
https://w3id.org/rec/device/Condenser
|
---|
URI |
https://w3id.org/rec/device/Control
|
---|---|
Description | Device that controls Actuators (can also collect data). |
URI |
https://w3id.org/rec/device/Damper
|
---|
URI |
https://w3id.org/rec/device/DataAcquisition
|
---|---|
Description | Device that collects data |
URI |
https://w3id.org/rec/device/DataCommunicationGateway
|
---|---|
Description | Device that acts as a broker (could be a switch or gateway) |
URI |
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. |
URI |
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. |
URI |
https://w3id.org/rec/device/DistrictCoolingFlow
|
---|
URI |
https://w3id.org/rec/device/DistrictCoolingReturn
|
---|
URI |
https://w3id.org/rec/device/DistrictHeatingFlow
|
---|
URI |
https://w3id.org/rec/device/DistrictHeatingReturn
|
---|
URI |
https://w3id.org/rec/device/ElectricalGridEV
|
---|---|
Description | Electric intake for Electrical vehicle. |
URI |
https://w3id.org/rec/device/ElectricalGridIntake
|
---|
URI |
https://w3id.org/rec/device/ElectricalGridInternal
|
---|
URI |
https://w3id.org/rec/device/ElectricalGridLocalProduction
|
---|
URI |
https://w3id.org/rec/device/ElectricalGridTenant
|
---|
URI |
https://w3id.org/rec/device/Elevator
|
---|
URI |
https://w3id.org/rec/device/Escalator
|
---|
URI |
https://w3id.org/rec/device/ExhaustAir
|
---|
URI |
https://w3id.org/rec/device/ExtractAir
|
---|
URI |
https://w3id.org/rec/device/Fan
|
---|
URI |
https://w3id.org/rec/device/Filter
|
---|
URI |
https://w3id.org/rec/device/Fixed_length_string
|
---|
URI |
https://w3id.org/rec/device/HeatRecovery
|
---|---|
Description | Heat recovery within, e.g., a heat exchanger. |
URI |
https://w3id.org/rec/device/Heater
|
---|
URI |
https://w3id.org/rec/device/HotWaterFlow
|
---|
URI |
https://w3id.org/rec/device/HotWaterReturn
|
---|
URI |
https://w3id.org/rec/device/Hwrc
|
---|
URI |
https://w3id.org/rec/device/IP
|
---|
URI |
https://w3id.org/rec/device/IndoorAir
|
---|
URI |
https://w3id.org/rec/device/KNX
|
---|
URI |
https://w3id.org/rec/device/LoRa
|
---|
URI |
https://w3id.org/rec/device/MBus
|
---|
URI |
https://w3id.org/rec/device/ModbusRTU
|
---|
URI |
https://w3id.org/rec/device/ModbusTCP
|
---|
URI |
https://w3id.org/rec/device/OPC-DA
|
---|
URI |
https://w3id.org/rec/device/OPC-UA
|
---|
URI |
https://w3id.org/rec/device/OutdoorAir
|
---|
URI |
https://w3id.org/rec/device/PrimaryCoolingFlow
|
---|
URI |
https://w3id.org/rec/device/PrimaryCoolingReturn
|
---|
URI |
https://w3id.org/rec/device/PrimaryHeatingFlow
|
---|
URI |
https://w3id.org/rec/device/PrimaryHeatingReturn
|
---|
URI |
https://w3id.org/rec/device/Pump
|
---|
URI |
https://w3id.org/rec/device/RecyclingEnergyFlow
|
---|
URI |
https://w3id.org/rec/device/RecyclingEnergyReturn
|
---|
URI |
https://w3id.org/rec/device/SecondaryCoolingFlow
|
---|
URI |
https://w3id.org/rec/device/SecondaryCoolingReturn
|
---|
URI |
https://w3id.org/rec/device/SecondaryHeatingFlow
|
---|
URI |
https://w3id.org/rec/device/SecondaryHeatingReturn
|
---|
URI |
https://w3id.org/rec/device/SteamFlow
|
---|
URI |
https://w3id.org/rec/device/SteamReturn
|
---|
URI |
https://w3id.org/rec/device/SupplyAir
|
---|
URI |
https://w3id.org/rec/device/Thermostat
|
---|
URI |
https://w3id.org/rec/device/Valve
|
---|
URI |
https://w3id.org/rec/device/Variable_length_string
|
---|
URI |
https://w3id.org/rec/device/WasteWater
|
---|
URI |
https://w3id.org/rec/example/BrightnessPercentage
|
---|
URI |
https://w3id.org/rec/example/HueBulbBrightnessInterface
|
---|
URI |
https://w3id.org/rec/example/HueBulbLightColorInterface
|
---|
URI |
https://w3id.org/rec/example/HueKitchenLight
|
---|
URI |
https://w3id.org/rec/example/HueMotionSensor1
|
---|
URI |
https://w3id.org/rec/example/HueMotionSensor1_LightMeter
|
---|
URI |
https://w3id.org/rec/example/HueMotionSensor1_MotionDetector
|
---|
URI |
https://w3id.org/rec/example/HueMotionSensor1_Thermometer
|
---|
URI |
https://w3id.org/rec/example/HueMotionSensorLightMeterInterface
|
---|
URI |
https://w3id.org/rec/example/HueMotionSensorMotionDetectorInterface
|
---|
URI |
https://w3id.org/rec/example/HueMotionSensorThermometerInterface
|
---|
URI |
https://w3id.org/rec/example/LightColorKelvin
|
---|
URI |
https://w3id.org/rec/example/LuxAsInteger
|
---|
URI |
https://w3id.org/rec/example/MotionAsBoolean
|
---|
URI |
https://w3id.org/rec/example/TemperatureAsFloat
|
---|
URI |
https://w3id.org/rec/example/Ulvsnaes2
|
---|
URI |
https://w3id.org/rec/example/Ulvsnaes2_Garage
|
---|
URI |
https://w3id.org/rec/example/Ulvsnaes2_MainHouse
|
---|
URI |
https://w3id.org/rec/example/Ulvsnaes2_MainHouse_BlueBedroom
|
---|
URI |
https://w3id.org/rec/example/Ulvsnaes2_MainHouse_DiningRoom
|
---|
URI |
https://w3id.org/rec/example/Ulvsnaes2_MainHouse_Entrance
|
---|
URI |
https://w3id.org/rec/example/Ulvsnaes2_MainHouse_GroundFloor
|
---|
URI |
https://w3id.org/rec/example/Ulvsnaes2_MainHouse_Kitchen
|
---|
URI |
https://w3id.org/rec/example/Ulvsnaes2_MainHouse_Office
|
---|
URI |
https://w3id.org/rec/example/Ulvsnaes2_MainHouse_SecondFloor
|
---|
URI |
https://w3id.org/rec/example/Ulvsnaes2_StorageBuilding
|
---|
https://w3id.org/rec/full/3.3/
https://w3id.org/rec/full/
https://w3id.org/rec/actuation/
https://w3id.org/rec/agents/
https://w3id.org/rec/analytics/
https://w3id.org/rec/asset/
https://w3id.org/rec/building/
http://creativecommons.org/ns#
https://w3id.org/rec/core/
http://www.linkedmodel.org/owl/schema/core#
http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#
https://w3id.org/rec/dataschemas/
http://purl.org/dc/elements/1.1/
http://purl.org/dc/terms/
https://w3id.org/rec/device/
http://xmlns.com/foaf/0.1/
http://www.opengis.net/ont/geosparql#
https://w3id.org/rec/metadata/
https://karlhammar.com/owl2oas/o2o.owl#
http://www.w3.org/2002/07/owl#
http://www.w3.org/ns/prov#
http://qudt.org/schema/qudt/
http://www.w3.org/1999/02/22-rdf-syntax-ns#
http://www.w3.org/2000/01/rdf-schema#
http://schema.org/
http://www.w3.org/2004/02/skos/core#
http://www.linkedmodel.org/schema/vaem#
http://purl.org/vocab/vann/
http://voag.linkedmodel.org/schema/voag#
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 |