Skip to content

SPARQL DCAT

Adrian Wilke edited this page Oct 30, 2019 · 1 revision

Count datasets

SELECT DISTINCT  (COUNT(?dataset) AS ?datasets)
WHERE
  { GRAPH ?g
      { ?dataset  a  <http://www.w3.org/ns/dcat#Dataset> }
  }

Clone this wiki locally