Skip to content

Class definition for OntologyConformanceAttribute

IRI: https://w3id.org/ascs-ev/envited-x/tzip21/v1/OntologyConformanceAttribute

An attribute declaring that the underlying simulation asset (referenced via tzip21:identifier) conforms to a specific ontology. This specialized attribute type is used to express semantic conformance relationships in the ENVITED-X ecosystem. The 'name' field contains the reverse domain notation identifier (e.g., 'com.github.ascs-ev.ontology-management-base.hdmap.ontology'), and the 'value' field contains the w3id.org ontology URI (e.g., 'https://w3id.org/ascs-ev/envited-x/hdmap/v5/').

Class Diagram

Open in WebVOWL

Inheritance

  • OntologyConformanceAttribute

Slots

Name Cardinality and Range Description Inheritance
name 1
string
Reverse domain notation identifier for the ontology (e.g., 'com.github.ascs-ev.ontology-management-base.hdmap.ontology'). direct
type 1
string
Must be 'uri' for ontology conformance attributes. direct
value 1
string
The w3id.org URI of the ontology that the simulation asset conforms to (e.g., 'https://w3id.org/ascs-ev/envited-x/hdmap/v5/'). direct

Source