language en

Core Linked.Archi Ontology for Diagrams

Revision:
0.1
Authors:
Kalin Maldzhanski
Publisher:
Linked.Archi
License:
http://insertlicenseURIhere.example.org
Visualization:
Visualize with WebVowl
Cite as:
Kalin Maldzhanski. Core Linked.Archi Ontology for Diagrams. Revision: 0.1.
Provenance of this page
Ontology Specification Draft

Core Linked.Archi Ontology for Diagrams: Overview back to ToC

This ontology has the following classes and properties.

Classes

Object Properties

Data Properties

Core Linked.Archi Ontology for Diagrams: Description back to ToC

Version 0.1: Initial

Cross-reference for Core Linked.Archi Ontology for Diagrams classes, object properties and data properties back to ToC

This section provides details for each class and property defined by Core Linked.Archi Ontology for Diagrams.

Classes

ArchNodec back to ToC or Class ToC

IRI: https://meta.linked.archi/core-vis#ArchNode

has super-classes
Node c
is in domain of
archElement op

Containerc back to ToC or Class ToC

IRI: https://meta.linked.archi/core-vis#ContainerNode

has super-classes
Node c

DiagElementc back to ToC or Class ToC

IRI: https://meta.linked.archi/core-vis#DiagElement

Diagram
has sub-classes
Link c, Node c, Point c
is in domain of
style op, target op

LabelNodec back to ToC or Class ToC

IRI: https://meta.linked.archi/core-vis#LabelNode

has super-classes
Node c
is in range of
points op

List of pointsc back to ToC or Class ToC

IRI: https://meta.linked.archi/core-vis#PointList

List of points
has super-classes
is in range of
points op

Nodec back to ToC or Class ToC

IRI: https://meta.linked.archi/core-vis#Node

has super-classes
DiagElement c
has sub-classes
ArchNode c, Container c, LabelNode c
is in domain of
bounds h dp, bounds w dp, bounds x dp, bounds y dp, points op
is in range of
source op, target op

Pointc back to ToC or Class ToC

IRI: https://meta.linked.archi/core-vis#Point

has super-classes
DiagElement c
is in domain of
point x dp, point y dp

Stylec back to ToC or Class ToC

IRI: https://meta.linked.archi/core-vis#Style

Visual style applied to a diagram element (fill, line, font).
is in domain of
fillColor dp, fontColor dp, fontName dp, fontSize dp, lineColor dp
is in range of
style op

Object Properties

archElementop back to ToC or Object Property ToC

IRI: https://meta.linked.archi/core-vis#archElement

has characteristics: functional

has domain
ArchNode c
has range
element c

archRelationshipop back to ToC or Object Property ToC

IRI: https://meta.linked.archi/core-vis#archRelationship

Links a diagram Link to the qualified relationship resource it represents.

has characteristics: functional

has domain
Link c
has range
qualified relationship c

pointsop back to ToC or Object Property ToC

IRI: https://meta.linked.archi/core-vis#label

The ordered list of points
has domain
Node c
has range
LabelNode c

pointsop back to ToC or Object Property ToC

IRI: https://meta.linked.archi/core-vis#points

The ordered list of points
has domain
Link c
has range
List of points c

sourceop back to ToC or Object Property ToC

IRI: https://meta.linked.archi/core-vis#source

has characteristics: functional

has domain
Link c
has range
Node c

styleop back to ToC or Object Property ToC

IRI: https://meta.linked.archi/core-vis#style

has characteristics: functional

has domain
DiagElement c
has range
Style c

targetop back to ToC or Object Property ToC

IRI: https://meta.linked.archi/core-vis#target

has characteristics: functional

has domain
Link c
has range
Node c

targetop back to ToC or Object Property ToC

IRI: https://meta.linked.archi/core-vis#view

has characteristics: functional

has domain
DiagElement c
has range
view c

Data Properties

dp back to ToC or Data Property ToC

IRI: https://meta.linked.archi/core-vis#bounds-h

has characteristics: functional

has domain
Node c
has range
double

dp back to ToC or Data Property ToC

IRI: https://meta.linked.archi/core-vis#bounds-w

has characteristics: functional

has domain
Node c
has range
double

dp back to ToC or Data Property ToC

IRI: https://meta.linked.archi/core-vis#bounds-x

has characteristics: functional

has domain
Node c
has range
double

dp back to ToC or Data Property ToC

IRI: https://meta.linked.archi/core-vis#bounds-y

has characteristics: functional

has domain
Node c
has range
double

fillColordp back to ToC or Data Property ToC

IRI: https://meta.linked.archi/core-vis#fillColor

CSS rgba() string, e.g. rgba(255,255,181,100)

has characteristics: functional

has domain
Style c
has range
string

fontColordp back to ToC or Data Property ToC

IRI: https://meta.linked.archi/core-vis#fontColor

CSS rgba() string

has characteristics: functional

has domain
Style c
has range
string

fontNamedp back to ToC or Data Property ToC

IRI: https://meta.linked.archi/core-vis#fontName

has characteristics: functional

has domain
Style c
has range
string

fontSizedp back to ToC or Data Property ToC

IRI: https://meta.linked.archi/core-vis#fontSize

has characteristics: functional

has domain
Style c
has range
integer

lineColordp back to ToC or Data Property ToC

IRI: https://meta.linked.archi/core-vis#lineColor

CSS rgba() string

has characteristics: functional

has domain
Style c
has range
string

dp back to ToC or Data Property ToC

IRI: https://meta.linked.archi/core-vis#point-x

has characteristics: functional

has domain
Point c
has range
double

dp back to ToC or Data Property ToC

IRI: https://meta.linked.archi/core-vis#point-y

has characteristics: functional

has domain
Point c
has range
double

Legend back to ToC

c: Classes
op: Object Properties
dp: Data Properties

Acknowledgments back to ToC

The authors would like to thank Silvio Peroni for developing LODE, a Live OWL Documentation Environment, which is used for representing the Cross Referencing Section of this document and Daniel Garijo for developing Widoco, the program used to create the template used in this documentation.