Geonovum / MIM-Werkomgeving

Werkomgeving van MIM. Bevat werk en alle pre-publicatieversies.
https://geonovum.github.io/MIM-Werkomgeving/
7 stars 16 forks source link

rdfs:Datatype in transformatie-type query in MIM 1.2 #552

Open elena-slavco opened 4 weeks ago

elena-slavco commented 4 weeks ago

Hi MIM community,

In the queries transform types the datatype is related to the subject.

In the query we see the use of rdfs:Datatype but we havent seen the mapping to rdfs:Datatype anywhere in the MIM 1.2 queries. In addition, rdfs:Datatype will not be delivered by an EAPX file (which has no knowledge of RDFS).

CONSTRUCT {
  ?subject sh:datatype ?datatype
}
WHERE {
  ?modelelement mim:type ?type.
  ?type rdfs:subClassOf*/rdf:type mim:PrimitiefDatatype.
  ?subject mim:equivalent ?modelelement.
  ?datatype mim:equivalent ?type.
  ?datatype a rdfs:Datatype.
}
pmaria commented 4 weeks ago

@architolk could you check this?