qudt / qudt-public-repo

QUDT -Quantities, Units, Dimensions and dataTypes - public repository
Other
106 stars 69 forks source link

separate rdfs:label and skos:altLabel #784

Closed Zack-83 closed 9 months ago

Zack-83 commented 9 months ago

So far so good, but you missed some, notably @ms. You can use the following query to check:

SELECT *
WHERE {
?u rdfs:label ?lab1 .
BIND (lang(?lab1) AS ?lang1) .
?u rdfs:label ?lab2 .
BIND (lang(?lab2) AS ?lang2) .
FILTER (?lang1 = ?lang2).
FILTER (?lab1 != ?lab2).
}

Thanks for pointing it. I cleaned it https://github.com/qudt/qudt-public-repo/pull/784/commits/619983ffd27b752a9cf4312da7841dd6c7eb7ae5