Skip to content

datasets with multiple dct:title #312

Description

@VladimirAlexiev

A variation on #311

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; dct:title ?title1, ?title2
  optional {?x dct:description ?descr}
  filter(str(?title1)<str(?title2))
}

Finds 3 datasets with two titles.

Image

Not sure what's up with these "Violation" vs "Normal Limits" titles.
Most likely, I have improperly intermixed "Violation" (trial unofficial?) datasets with a "Normal Limits" dataset?

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions