Documentation
¶
Overview ¶
Package filterextraction split a bigger NamedGraph to smaller ones according to the needs of SST Ontologies and to support SST Repositories.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CollectNodeAsPredicateUsages ¶
func CollectNodeAsPredicateUsages(graph sst.NamedGraph) (map[sst.IBNode]map[sst.IBNode]struct{}, error)
returns a map key: predicate value: subject collection of this predicate
func ExtractImportedGraphs ¶
func Run ¶
func Run(repo sst.Repository, path string)
path is the repository path, the TTL files in the folder where the provided path is located will be checked.
func SearchRootNodes ¶
func SearchRootNodes(graph sst.NamedGraph) ([]nodeGroup, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.