Skip to main content

Module mapper

Module mapper 

Source

Structsยง

ColumnMapping
MappingProfile

Enumsยง

TargetDatatype

Functionsยง

compile_shacl_mapping
Boot Phase: parse a .shacl.ttl mapping file and compile it into a MappingProfile for use in the zero-allocation stream phase.
extract_iri_value ๐Ÿ”’
Resolve a prefixed name or bracketed IRI from the content following predicate.
extract_string_literal ๐Ÿ”’
Extract the contents of a double-quoted string literal following predicate.
find_matching_bracket ๐Ÿ”’
Find the index of the ] that closes the opening [ already consumed. Handles one level of nesting for inner blank nodes.
map_datatype ๐Ÿ”’
Map an XSD datatype IRI to TargetDatatype.
parse_prefixes ๐Ÿ”’
Build prefix โ†’ IRI map from @prefix / PREFIX declarations.