structure-query.sparql 221 B

1234567
  1. PREFIX rr: <http://www.w3.org/ns/r2rml#>
  2. PREFIX odef:<http://adaptcentre.ie/ont/odef#>
  3. SELECT ?predicate ?label WHERE {
  4. ?pom odef:label ?label .
  5. ?pom odef:order ?order .
  6. ?pom rr:predicate ?predicate .
  7. } ORDER BY ?order