You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a knowledge map includes a domain ontology (e.g. cardano.ttl with owl:Class, owl:ObjectProperty, rdfs:subClassOf), there is no way to browse the ontology structure in the graph-browser UI. The class hierarchy and property relationships are invisible — only the instance-level graph is rendered.
Currently the only workaround is to manually duplicate ontology classes as gb:Node entries, which drifts from the ontology source of truth.
Proposed solution
When graph-browser detects ontology triples in the loaded RDF, auto-generate a browsable view:
owl:Class → node (styled by depth in hierarchy)
rdfs:subClassOf → edge
owl:ObjectProperty → edge between rdfs:domain and rdfs:range classes
Problem
When a knowledge map includes a domain ontology (e.g.
cardano.ttlwithowl:Class,owl:ObjectProperty,rdfs:subClassOf), there is no way to browse the ontology structure in the graph-browser UI. The class hierarchy and property relationships are invisible — only the instance-level graph is rendered.Currently the only workaround is to manually duplicate ontology classes as
gb:Nodeentries, which drifts from the ontology source of truth.Proposed solution
When graph-browser detects ontology triples in the loaded RDF, auto-generate a browsable view:
owl:Class→ node (styled by depth in hierarchy)rdfs:subClassOf→ edgeowl:ObjectProperty→ edge betweenrdfs:domainandrdfs:rangeclassesowl:equivalentClass/owl:equivalentProperty→ alignment edgesThis should work generically for any OWL/RDFS ontology, not just Cardano-specific.
Context
cardano-knowledge-mapsPR chore(main): release 1.0.0 #22 adds a full domain ontology (cardano.ttl) grounded in W3C vocabulariesgb:vocabularygb:instance graph renders