gds_interchange.owl.ontology¶
OWL class hierarchy (TBox) -- core schema definitions.
GDS core ontology — OWL class hierarchy and property definitions (TBox).
Builds the GDS ontology programmatically as an rdflib Graph. This defines the schema (classes, properties, domain/range) — not instance data.
build_core_ontology()
¶
Build the complete GDS core ontology as an OWL graph (TBox).
Returns an rdflib Graph containing all OWL class declarations, object properties, and datatype properties for the GDS ecosystem.
This is the schema — use the export functions to produce instance data (ABox).