Versions in this module Expand all Collapse all v0 v0.4.0 Jul 16, 2026 v0.3.0 Jun 11, 2026 Changes in this version + const BaseRules + const DefaultGraph + func GetPredicates(triples []Triple) []string + func ParseNTriples(r io.Reader) ([]string, error) + func SanitizePredicate(raw string) string + func TriplesToFacts(triples []Triple) []string + type NQuadsLoader struct + func NewNQuadsLoader() *NQuadsLoader + func (l *NQuadsLoader) GetBaseRules() string + func (l *NQuadsLoader) Parse(r io.Reader) ([]string, error) + type NTriplesLoader struct + func NewNTriplesLoader() *NTriplesLoader + func (l *NTriplesLoader) Parse(r io.Reader) ([]string, error) + type RDFLoader struct + func NewRDFLoader() *RDFLoader + func (l *RDFLoader) Parse(path string) ([]string, error) + type Triple struct + Object string + Predicate string + Subject string + func ParseGraphFile(path string) ([]Triple, error)