We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SELECT DISTINCT ?namedgraph ?label WHERE { GRAPH ?namedgraph { ?s ?p ?o } OPTIONAL { ?namedgraph rdfs:label ?label } } ORDER BY ?namedgraph
SELECT DISTINCT ?property WHERE { [] ?property [] } ORDER BY ?property
Note: brackets denote a syntax for blank nodes
SELECT DISTINCT ?class WHERE { [] a ?class } ORDER BY ?class