qudt / qudt-public-repo

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

Some QKs have 'QK skos:broader X' and 'QK qudt:exactMatch X' triples #817

Closed fkleedorfer closed 7 months ago

fkleedorfer commented 7 months ago

For example quantitykind:PlaneAngle has these triples:

quantitykind:PlaneAngle qudt:exactMatch quantitykind:Angle .
quantitykind:PlaneAngle skos:broader quantitykind:Angle .

There are a few more cases like that. I assume it should be either the one or the other, but never both. As the qudt:exactMatch triples are the more recent additions, I also assume that the skos:broader ones were meant to be deleted.

PR to follow