diff --git a/3.3/README.md b/3.3/README.md index ba8fcff..dd3dfd7 100644 --- a/3.3/README.md +++ b/3.3/README.md @@ -4,6 +4,7 @@ * [Metadata](metadata.html) -- Various annotation properties used to document the entire ontology suite. * [Units](units.html) -- Datatypes, measurement units, and quanity kinds used in RealEstateCore (a subset of [QUDT](http://qudt.org)) * [Core](core.html) -- Collects the top-level classes and properties that span over or are reused within multiple REC modules. Imports the Metadata and Units modules, and is imported by all other specific child modules. +* [Addessing](addressing.html) -- The addressing module; message semantics for requesting and enacting actuation on building systems. * [Actuation](actuation.html) -- The actuation model; message semantics for requesting and enacting actuation on building systems. * [Agents](agents.html) -- Basic types of agents (people, organizations, companies, departments). * [Analytics](analytics.html) -- A vocabulary for describing prognoses and aggregates, and the processes used to generate these. diff --git a/3.3/actuation.html b/3.3/actuation.html index 0ce7202..7c74c6f 100644 --- a/3.3/actuation.html +++ b/3.3/actuation.html @@ -2,6 +2,9 @@ RealEstateCore Actuation Module + + + + + + +
made by + pyLODE + 2.12.0 +
+

RealEstateCore Addressing Module

+
+

Metadata

+
+
URI
+
https://w3id.org/rec/addressing/
+
Publisher(s)
+
+ RealEstateCore Consortium
+
+
Creator(s)
+
+ Karl Hammar
+
+
Modified
+
2021-09-14
+
Version Information
+
3.3
+
Version URI
+
addressing:
+
Imports
+
+ https://w3id.org/rec/business/3.3/
+ https://w3id.org/rec/core/3.3/
+
+
Ontology RDF
+
RDF (xml)
+
+

Description

+
+

This pluggable REC module covers the addressing domain.

+
+
+
+

Table of Contents

+
    +
  1. Classes
  2. +
  3. Object Properties
  4. +
  5. Datatype Properties
  6. +
  7. Namespaces
  8. +
  9. Legend
  10. +
+
+
+

Overview

+
+ +
Figure 1: Ontology overview
+
+
+
+

Classes

+ +
+

+ Addressc + # Classes +

+ + + + + + + + + + + + + + + + + +
URIhttps://w3id.org/rec/addressing/Address
Super-classes + https://w3id.org/rec/core/Informationc
+
In domain of + citydp
+ regiondp
+ postalCodedp
+ countrydp
+ addressLine1dp
+ addressLine2dp
+
In range of + addressop
+
+
+
+
+

Object Properties

+ +
+

addressop + # OPs +

+ + + + + + + + + +
URIhttps://w3id.org/rec/addressing/address
Range(s) + Addressc +
+
+
+ +
+

Datatype Properties

+ +
+

address line 1dp + # DPs +

+ + + + + + + + + + + + + +
URIhttps://w3id.org/rec/addressing/addressLine1
Domain(s) + Addressc +
Range(s) + xsd:stringc +
+
+
+

address line 2dp + # DPs +

+ + + + + + + + + + + + + +
URIhttps://w3id.org/rec/addressing/addressLine2
Domain(s) + Addressc +
Range(s) + xsd:stringc +
+
+
+

citydp + # DPs +

+ + + + + + + + + + + + + +
URIhttps://w3id.org/rec/addressing/city
Domain(s) + Addressc +
Range(s) + xsd:stringc +
+
+
+

countrydp + # DPs +

+ + + + + + + + + + + + + +
URIhttps://w3id.org/rec/addressing/country
Domain(s) + Addressc +
Range(s) + xsd:stringc +
+
+
+

postal codedp + # DPs +

+ + + + + + + + + + + + + +
URIhttps://w3id.org/rec/addressing/postalCode
Domain(s) + Addressc +
Range(s) + xsd:stringc +
+
+
+

region (state/province)dp + # DPs +

+ + + + + + + + + + + + + +
URIhttps://w3id.org/rec/addressing/region
Domain(s) + Addressc +
Range(s) + xsd:stringc +
+
+
+ + +
+

Namespaces

+
+
default (addressing)
+
https://w3id.org/rec/addressing/3.3/
+
:
+
https://w3id.org/rec/addressing/
+
core
+
http://www.linkedmodel.org/owl/schema/core#
+
cpannotationschema
+
http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#
+
dc
+
http://purl.org/dc/elements/1.1/
+
metadata
+
https://w3id.org/rec/metadata/
+
ns
+
http://creativecommons.org/ns#
+
o2o
+
https://karlhammar.com/owl2oas/o2o.owl#
+
owl
+
http://www.w3.org/2002/07/owl#
+
prov
+
http://www.w3.org/ns/prov#
+
qudt
+
http://qudt.org/schema/qudt/
+
rdf
+
http://www.w3.org/1999/02/22-rdf-syntax-ns#
+
rdfs
+
http://www.w3.org/2000/01/rdf-schema#
+
sdo
+
http://schema.org/
+
skos
+
http://www.w3.org/2004/02/skos/core#
+
terms
+
http://purl.org/dc/terms/
+
vaem
+
http://www.linkedmodel.org/schema/vaem#
+
vann
+
http://purl.org/vocab/vann/
+
xsd
+
http://www.w3.org/2001/XMLSchema#
+
+
+
+

Legend

+ + + + + + + + +
cClasses
opObject Properties
fpFunctional Properties
dpData Properties
dpAnnotation Properties
pProperties
niNamed Individuals
+
+ + \ No newline at end of file diff --git a/3.3/agents.html b/3.3/agents.html index d7ec33a..660fd1b 100644 --- a/3.3/agents.html +++ b/3.3/agents.html @@ -2,6 +2,9 @@ RealEstateCore Agents Module + +