Skip to main content

parse_property_path

Function parse_property_path 

Source
pub fn parse_property_path(expr: &str, shapes: &Loaded) -> Result<Path, String>
Expand description

Parse a SPARQL 1.1 property path expression, resolving prefixed names (prefix:local) against shapes’ declared @prefixes and a against rdf:type. <absolute IRI> forms are also accepted.