devli2009 / data-gov-wiki

Automatically exported from code.google.com/p/data-gov-wiki
0 stars 0 forks source link

bad sources #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
prefix dcterms:    <http://purl.org/dc/terms/>
prefix conversion: <http://purl.org/twc/vocab/conversion/>

SELECT count(distinct ?organization) as ?count
WHERE {    
  graph <http://logd.tw.rpi.edu/vocab/Dataset> {      
    ?dataset a conversion:Dataset;
             dcterms:source ?organization .
    filter(!regex(str(?organization),".*provenance_file.*"))
  }
}

Original issue reported on code.google.com by tim...@gmail.com on 10 Nov 2010 at 1:15

GoogleCodeExporter commented 8 years ago
https://github.com/timrdf/csv2rdf4lod-automation/wiki/Querying-datasets-created-
by-csv2rdf4lod

Original comment by tim...@gmail.com on 22 Jan 2011 at 1:54