Skip to content

dataset without Issued date #310

Description

@VladimirAlexiev

(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"

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions