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.
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?
A variation on #311
Finds 3 datasets with two titles.
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?