(see #309 on where to run this query)
PREFIX dcat: <http://www.w3.org/ns/dcat#>
PREFIX dct: <http://purl.org/dc/terms/>
PREFIX cim: <https://cim.ucaiug.io/ns#>
SELECT * {
?x a dcat:Dataset
optional {?x dct:title ?title}
optional {?x dct:description ?descr}
filter not exists {?x dct:issued ?issued}
}
Finds 1 dataset without Issued date: "Svedala-Espheim_RA"
(see #309 on where to run this query)
Finds 1 dataset without Issued date: "Svedala-Espheim_RA"