Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Content of this page

Table of Contents

On graphs

Get all distinct graphs in a repo

...

SELECT * from named <https://unstats.un.org/classifications/CPC/v2.1/> {
  GRAPH ?g { ?s ?p ?o }.
}


On concept schemes

Get all skos:ConceptScheme in a repo

...