-
Notifications
You must be signed in to change notification settings - Fork 0
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
datatype inference #5
Comments
In that issue there's a discussion on where the test cases must be as the data type extraction from the data sources like SQL is mentioned in the Core spec while it might be better in the IO spec.
I agree here. The question is how implementation should extract this given that XML can have separate XSD schemas etc.
Interesting... I wonder why we cannot indicate a number as double int for integers and doubles for floating point numbers? |
@DylanVanAssche Correct: JSON has just "number". |
Yes, the discussion is somewhat hidden, but "natural mapping of values" is definitely being discussed. See:
Thanks for this. Once we have specified this it would be great to have some review from you and other experts in the community on this @VladimirAlexiev. |
@bjdmeest Shouldn't this be moved to rml-io-registry? |
A recent paper:
and refers to kg-construct/rml-core#87. I don't see much discussion of datatype inference there, so I'm posting this issue here.
Here are a couple of considerations:
xsd:type
, especially focusing on XSD Datatypes but not ignoring custom datatypes like geo:wktLiteral, geo:gmlLiteral etc.The text was updated successfully, but these errors were encountered: