General Actions:
Log-in
Register
Home
▼
:
Wiki Index
Document Index
User Index
»
Space:
3. Modeling Guide
▼
:
Document Index
»
Page:
Top level CB-NL
Search
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
Welcome to the CB-NL Wiki
»
Modeling Guide
»
Top level CB-NL
Wiki source code of
Top level CB-NL
Last modified by
Linda van den Brink
on 2015/04/21 16:13
Content
·
Comments
(0)
·
Attachments
(5)
·
History
·
Information
Hide line numbers
1: = Top level classes = 2: 3: The previous sections of this modeling guide describe the language used for modeling CB-NL concepts (OWL), and the guidelines for using that language. With the aid of this language and these guidelines we can start filling the CB-NL with concepts. It is however wise to do some (limited) pre-modeling for the top-level of CB-NL. With ‘top-level’ we mean a set of global and/or generic concepts that all specific concepts added by future modelers have to “stay under”, thus forming the framework for a taxonomy, i.e. a classification hierarchy. 4: 5: The top level of CB-NL (together with the modeling language and modeling guidelines) should give the modeler exactly the right amount of freedom: 6: 7: * Not too much, as this would result in getting incompatible results from different modelers, and 8: * Not too little, limiting his/her needs for expression. 9: 10: It is based on international standards: 11: 12: * [[ISO 12006-2>>3\. Modeling Guide.References#HISO12006-2]] “Building construction ~-~- Organization of information about construction works ~-~- Part 2: Framework for classification of information” 13: * ISO 15926-2: "Industrial automation systems and integration ~-~- Integration of life-cycle data for process plants including oil and gas production facilities ~-~- Part 2: Data model" 14: * ISO 15926-11: "Industrial automation systems and integration ~-~- Integration of life-cycle data for process plants including oil and gas production facilities ~-~- Part 11: Methodology for simplified industrial usage of reference data" 15: 16: The top level presented here is a stable version (as of April 2015) fed by insights from the content working groups, who have created the initial content of the CB-NL. The top level should accommodate all concepts the working groups want to add to CB-NL. 17: 18: The top level consists of these generic concepts: 19: 20: [[image:Thing.png]] 21: 22: As is shown here, the most abstract level of CB-NL is the concept 'Thing', which is anything that is or may be thought about or perceived, including material and non-material objects, ideas, and actions. Below 'Thing', there are three top level concepts which are still very generic. They are Object, Collection, and Property. 23: 24: == Object == 25: 26: An Object in CB-NL is any part of the perceivable or conceivable world. Most CB-NL concepts belong to this class (i.e. one of its subclasses). The class "Object" has ten sub classes in the top level: 27: 28: [[image:toplevelObject.png]] 29: 30: 31: * Abstract Object - Thing that does not exist in space-time. Its only subclass in the top level is Relationship. It has other subclasses, which are however not part of the top level. 32: * [[Concrete Object]] - Thing that exists in space and time. 33: * [[Spatial Object]] - Space defined by built or natural environment or both, intended for user activity or equipment. 34: * Organization - An organized group of people with a particular purpose. For example, user organizations or contractors. It has no subclasses in the top level. 35: * [[Process]] - One or more individual activities or events, that are ordered in time, that have sequence relationships with other processes, which transform input in output, and may connect to other other processes through input output relationships. 36: * Stream - A stream is a Concrete Object that is material or energy moving along a path, where the path is the basis of identity and may be constrained. The stream consists of the temporal parts of those things that are in the stream whilst they are in it. Examples: road traffic, a water stream. 37: * [[Activity]] - An activity is something happening or changing. For example, opening or closure. 38: * Event - Events are defined as space-time extensions with zero time extension. 39: * System - A regularly interacting or interdependent group of concrete objects forming a unified whole intended to enable the execution of a specified function. For example, a transport system such as a rail network, or an installation system. 40: * [[Information Object]] - The combinations of the recognizable patterns and their presentation styles. 41: 42: == Collection == 43: 44: A Collection in CB-NL is a grouping of some variable number of objects that have some shared significance. In other words, in the CB-NL, collections are a way to group concepts in a non-hierarchical way. A concept can be a member of several collections. 45: 46: The Collections themselves are stored in the CB-NL. This is why the Collection class is present at the top level. It has no sub classes in the top level. 47: 48: See also [[Collections]]. 49: 50: == Property == 51: 52: A property in CB-NL is a thing whose member individuals have the same degree or magnitude of a quality or characteristic.In the CB-NL properties are modeled as classes. The class of properties is divided into eight sub classes in the top level. 53: 54: [[image:toplevelProperty.png]] 55: 56: * [[Spatial Property]] - Any property relating to or occupying space. 57: * [[Temporal Property]] - A property relating to time. 58: * [[Intrinsic Property]] - A property of a thing itself or within. 59: * Experiential Property - A property involving or based on experience and observation. 60: * [[Administrative Property]] - A property relating to the way a thing is managed. 61: * [[Functional Property]] - A property relating to the way a thing functions. 62: * Unsorted Property - Placeholder for unsorted properties. 63: * Symbolic Property - A mark or character used as a conventional representation of an object. 64: 65: See also the [[Property guidelines>>Modeling Approach#H4.6.2.5Propertyguidelines]].