We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deconstruct propertyPath following rules (as possible)
:book1 dc:title|rdfs:label ?displayString
becomes
:book1 ?rel ?displayString VALUES ?rel { dc:title rdfs:label }
?x foaf:knows/foaf:knows/foaf:name ?name .
?x foaf:knows [ foaf:knows [ foaf:name ?name ]].
?x ^foaf:knows ?y .
?y foaf:knows ?x.
?x foaf:knows/^foaf:knows ?y .
?x foaf:knows ?gen1 . ?y foaf:knows ?gen1 .
The text was updated successfully, but these errors were encountered:
No branches or pull requests
deconstruct propertyPath following rules (as possible)
Alternatives
becomes
Sequence
becomes
Inverse Property Paths
becomes
Inverse Path Sequence
becomes
not manage : Arbitrary length match, Arbitrary length path match, Negated Property Paths
The text was updated successfully, but these errors were encountered: