made by p y LODE 2.8.5

Digital Construction Contexts

Metadata

URI
https://w3id.org/digitalconstruction/0.5/Contexts
Creator (s)
Seppo Törmä
Yuan Zheng
Created
2019-12-20
License
https://creativecommons.org/licenses/by/4.0/
Ontology RDF
RDF (turtle)

Description

Context ontology provides the basic representation mechanisms for multi-context information in contruction and renovation projects

Table of Contents

  1. Classes
  2. Object Properties
  3. Annotation Properties
  4. Namespaces
  5. Legend

Overview

The Digital Construction Contexts contain the definitions to maintain different realms of information, for instance, information about

The central class is dicc:Context that through dicc:hasContent refers to a named graph (of an RDF dataset ). Each different model, version, or plan needs to have its own context; as a result its data is contained is a separate named graph, which makes it possible to separate actual values from planned values, etc.

Contexts are thematically organized into context frameworks ( dicc:ContextFrameworks ). An example is the USA BIMForum LOD framework. Different contexts can be active at different situations, which can be represented with context sets ( dicc:ContextSet ). For example, there can be a default context set that specifies the currently active contexts. There can also be context sets for different milestones that specify the context that were active at the time of the milestone.

Classes &uparrow

Context c

URI https://w3id.org/digitalconstruction/0.5/Contexts#Context
Description

An identified realm of data, representing the circumstances in which the data can be considered true. Examples are (1) intentional contexts such as a requirement definition, a plan or a design, (2) actual contexts such as actual activity execution or a model of constructed building (as-built model), or (3) a time period when a statement holds.

In domain of isActiveInSet op
hasUnitFramework op
dependsOn op
nextContext op
isContextOf op
hasContent op
isSubContextOf op
previousContext op
hasDependent op
hasSubContext op
In range of hasSubContext op
hasModalContext op
hasContext op
dependsOn op
isSubContextOf op
hasActualContext op
nextContext op
hasActiveContext op
isUnitFrameworkOf op
previousContext op
hasDependent op

ContextFramework c

URI https://w3id.org/digitalconstruction/0.5/Contexts#ContextFramework
Description

Context framework is an identified collection of contexts that belong together. Examples are (1) a framework of design contexts consisting of as-is, as-designed, and as-built contexts, (2) a framework of management contexts consisting of contexts for planned and actual execution, and (3) a framework for levels of detail such as BIMForum2018 LOD model.

In domain of hasContext op
In range of isContextOf op

ContextSet c

URI https://w3id.org/digitalconstruction/0.5/Contexts#ContextSet
Description

A set of active contexts. It can include a compatible set of contexts for design information (e.g., LOD400 BIM models), organizational structures (e.g., location breakdown structure), a currenty valid master plan, compatible lookahead plan, the week plan for current week, and a context for actual execution data. The can be a unique "current ContexSet" and there can be ContextSet for different periods of time or for different renovation scenarios.

In domain of hasActualContext op
hasModalContext op
hasActiveContext op
In range of isActiveInSet op

UnitAssignment c

URI https://w3id.org/digitalconstruction/0.5/Contexts#UnitAssignment
Description

Specifies what units and quantity kinds are used for a specified property in the content graph.

In domain of hasPropertyWithUnit op
hasQuantityKind op
hasUnit op
In range of hasUnitAssignment op

UnitFramework c

URI https://w3id.org/digitalconstruction/0.5/Contexts#UnitFramework
Description

A collection of Specifies what units and quantity kinds are used for a specified property in the content graph

In domain of hasUnitAssignment op
isUnitFrameworkOf op
In range of hasUnitFramework op

Object Properties &uparrow

dependsOn op

URI https://w3id.org/digitalconstruction/0.5/Contexts#dependsOn
Inverse properties hasDependent op
Domain(s) Context c
Range(s) Context c

hasActiveContext op

URI https://w3id.org/digitalconstruction/0.5/Contexts#hasActiveContext
Description A context that is active in the ContextSet
Inverse properties isActiveInSet op
Domain(s) ContextSet c
Range(s) Context c

hasActualContext op

URI https://w3id.org/digitalconstruction/0.5/Contexts#hasActualContext
Description A context that contains data about intentions or expectations: plans, designs, simulation results, and so on.
Super-properties hasActiveContext op
Domain(s) ContextSet c
Range(s) Context c

hasContent op

URI https://w3id.org/digitalconstruction/0.5/Contexts#hasContent
Description Association of a context to the named graph that contains the contents of the context.
Domain(s) Context c
Range(s) rdfs:Resource c

hasContext op

URI https://w3id.org/digitalconstruction/0.5/Contexts#hasContext
Inverse properties isContextOf op
Domain(s) ContextFramework c
Range(s) Context c

hasDependent op

URI https://w3id.org/digitalconstruction/0.5/Contexts#hasDependent
Description Association between two contexts in different context frameworks, indicating that the content of the first context depends on or is based on the content in the second context. For example, a construction plan can be based on a particular LOD model of the design.
Domain(s) Context c
Range(s) Context c

hasModalContext op

URI https://w3id.org/digitalconstruction/0.5/Contexts#hasModalContext
Description A context that contains data about actually happened activities or implemented entities
Super-properties hasActiveContext op
Domain(s) ContextSet c
Range(s) Context c

hasPropertyWithUnit op

URI https://w3id.org/digitalconstruction/0.5/Contexts#hasPropertyWithUnit
Domain(s) UnitAssignment c

hasQuantityKind op

URI https://w3id.org/digitalconstruction/0.5/Contexts#hasQuantityKind
Domain(s) UnitAssignment c

hasSubContext op

URI https://w3id.org/digitalconstruction/0.5/Contexts#hasSubContext
Inverse properties isSubContextOf op
Domain(s) Context c
Range(s) Context c

hasUnit op

URI https://w3id.org/digitalconstruction/0.5/Contexts#hasUnit
Domain(s) UnitAssignment c

hasUnitAssignment op

URI https://w3id.org/digitalconstruction/0.5/Contexts#hasUnitAssignment
Domain(s) UnitFramework c
Range(s) UnitAssignment c

hasUnitFramework op

URI https://w3id.org/digitalconstruction/0.5/Contexts#hasUnitFramework
Description Relation of a Context to a UnitFramework
Inverse properties isUnitFrameworkOf op
Domain(s) Context c
Range(s) UnitFramework c

isActiveInSet op

URI https://w3id.org/digitalconstruction/0.5/Contexts#isActiveInSet
Domain(s) Context c
Range(s) ContextSet c

isContextOf op

URI https://w3id.org/digitalconstruction/0.5/Contexts#isContextOf
Domain(s) Context c
Range(s) ContextFramework c

isSubContextOf op

URI https://w3id.org/digitalconstruction/0.5/Contexts#isSubContextOf
Domain(s) Context c
Range(s) Context c

isUnitFrameworkOf op

URI https://w3id.org/digitalconstruction/0.5/Contexts#isUnitFrameworkOf
Domain(s) UnitFramework c
Range(s) Context c

nextContext op

URI https://w3id.org/digitalconstruction/0.5/Contexts#nextContext
Inverse properties previousContext op
Domain(s) Context c
Range(s) Context c

previousContext op

URI https://w3id.org/digitalconstruction/0.5/Contexts#previousContext
Domain(s) Context c
Range(s) Context c

Annotation Properties &uparrow

creator ap

URI http://purl.org/dc/elements/1.1/creator

date ap

URI http://purl.org/dc/elements/1.1/date

title ap

URI http://purl.org/dc/elements/1.1/title

abstract ap

URI http://purl.org/dc/terms/abstract

created ap

URI http://purl.org/dc/terms/created

description ap

URI http://purl.org/dc/terms/description

license ap

URI http://purl.org/dc/terms/license

preferredNamespacePrefix ap

URI http://purl.org/vocab/vann/preferredNamespacePrefix

preferredNamespaceUri ap

URI http://purl.org/vocab/vann/preferredNamespaceUri

Named Individuals &uparrow

Namespaces &uparrow

:
https://w3id.org/digitalconstruction/0.5/Contexts#
owl
http://www.w3.org/2002/07/owl#
prov
http://www.w3.org/ns/prov#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
sdo
https://schema.org/
skos
http://www.w3.org/2004/02/skos/core#
xsd
http://www.w3.org/2001/XMLSchema#

Legend

c Classes
op Object Properties
fp Functional Properties
dp Data Properties
dp Annotation Properties
p Properties
ni Named Individuals