zazuko / xrm

A friendly language for mappings to RDF
MIT License
1 stars 0 forks source link

Issue 12 qualifiedname #51

Closed nnamtug closed 4 years ago

nnamtug commented 4 years ago

12

mchlrch commented 4 years ago

Datatypes are currently declared separately, not inside a vocabulary (maybe we want to change that later on, but ATM I'm not sure about that yet so they will stay separate for the moment). But Datatypes should already now be addressed via RdfQualifiedName as well, eg. as xsd:int.

mchlrch commented 4 years ago

In places where RdfQualifiedName is used, there's now an issue with the proposals. Just typing the non-qualified part without the prefix doesn't yield proposals anymore.

Please also have a look at https://github.com/zazuko/rdf-mapping-dsl/issues/44 and preferably also include the resolution for that in this PR. It's related, concerns the same part of the code.

Here's a screenshot of what worked before introducing RdfQualifiedName. The screenshot shows the proposals after typing lowercase L

image

mchlrch commented 4 years ago

I think we should change the RdfQualifiedName rule to ID ':' ID;

And naming it RdfPrefixedName would be better

nnamtug commented 4 years ago

was too quick in merging, sorry for that. findings fixed in #58