Package org.aksw.jena_sparql_api.shape
package org.aksw.jena_sparql_api.shape
-
ClassDescriptionA graph expression is a SPARQL expression which only makes use of the variables ?A fluent API to build a resource shape.shape: true shape: 'rdfs:label' shape: ['rdf:type', 'rdfs:label'] shape: { 'rdf:type': true # Fetch rdf:type triples together with all outgoing triples of rdf:type } shape: { 'rdf:type': false # Fetch rdf:type triples, but no further reachable triples } shape: { '-rdf:type': ... # Prefix with '-' to navigate in inverse direction (should replace 'invalid input: '>'' which we used so far) } shape: { '~?shape: true shape: 'rdfs:label' shape: ['rdf:type', 'rdfs:label'] shape: { 'rdf:type': true # Fetch rdf:type triples together with all outgoing triples of rdf:type } shape: { 'rdf:type': false # Fetch rdf:type triples, but no further reachable triples } shape: { '-rdf:type': ... # Prefix with '-' to navigate in inverse direction (should replace 'invalid input: '>'' which we used so far) } shape: { '~?Combine an expression with a direction