Versions in this module Expand all Collapse all v0 v0.1.3 Jun 4, 2023 Changes in this version + type Entity struct + Children map[string][]Entity + Fields map[string][]FieldValue + Path []URI + Triples []Triple + URI URI + func (entity Entity) AllTriples() (triples []Triple) + type FieldValue struct + Path []URI + Triples []Triple + Value any + type Triple = igraph.Triple[URI, any] + type URI string + const InverseOf + const SameAs + const Type