Open VladimirAlexiev opened 1 week ago
Note: this query finds props with multiple domains:
PREFIX afn: <http://jena.apache.org/ARQ/function#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
select * {
?p1 rdfs:domain ?d1.
?p1 rdfs:domain ?d2.
filter(str(?d1) < str(?d2))
} order by ?p1
All of them are props that are "undecided" between md:Model
and dcat:Dataset
OK. Need to check from where this is coming. Then we fix. especially the last 2 seem strange
This query
accessRights, accrualPeriodicity, conformsTo, license, spatial, type, processType, usedSettings
can have domain Model, but not rangenc:EnergyConnectionSchedule
but notnc:EnergyConnectionRegularSchedule