Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
elena-slavco opened this issue Jun 3, 2024 · 1 comment
Open

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

elena-slavco opened this issue Jun 3, 2024 · 1 comment

Comments

@elena-slavco
Copy link

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
Copy link
Contributor

pmaria commented Jun 3, 2024

@architolk could you check this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants