Skip to content

Subset: OwlProfile

A profile that includes all the metamodel elements whose semantics can be expressed in OWL

URI: OwlProfile

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/meta

Classes in subset

Class Description
SchemaDefinition A collection of definitions that make up a schema or a data model
ClassDefinition an element whose instances are complex objects that may have slot-value assig...
SlotDefinition an element that describes how instances are related to other instances
TypeDefinition an element that whose instances are atomic scalar values that can be mapped t...
EnumDefinition an element whose instances must be drawn from a specified set of permissible ...

SchemaDefinition

A collection of definitions that make up a schema or a data model.

ClassDefinition

an element whose instances are complex objects that may have slot-value assignments

SlotDefinition

an element that describes how instances are related to other instances

TypeDefinition

an element that whose instances are atomic scalar values that can be mapped to primitive types

EnumDefinition

an element whose instances must be drawn from a specified set of permissible values

Slots in subset

Slot Description
id The official schema URI
name the unique name of the element within the context of the schema
classes An index to the collection of all class definitions in the schema
slot_definitions An index to the collection of all slot definitions in the schema
enums An index to the collection of all enum definitions in the schema
types An index to the collection of all type definitions in the schema
is_a A primary parent class or slot from which inheritable metaslots are propagate...
mixins A collection of secondary parent classes or slots from which inheritable meta...
imports A list of schemas that are to be included in this schema
attributes Inline definition of slots
union_of indicates that the domain element consists exactly of the members of the elem...