We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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