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

Enhance getObservations to find observation with ref. dimension elements using Literals #134

Open
MichaelMartin opened this issue Mar 18, 2013 · 1 comment
Assignees
Labels

Comments

@MichaelMartin
Copy link
Member

if a dimension element is encoded such as :
sdmx-dimension:timePeriod "2001-01-01"^^http://www.w3.org/2001/XMLSchema#date ;
no observation will be received.

The corresponding getObservation sparql query is as follows:
[...] FILTER ( ?d1 = "2008-01-01" OR ?d1 = "2009-01-01" OR [...]

but must be:
[...] FILTER ( ?d1 = "2008-01-01"^^http://www.w3.org/2001/XMLSchema#date [...]

@ghost ghost assigned k00ni Mar 18, 2013
@MichaelMartin
Copy link
Member Author

Literal values and its datatypes are selected via getComponentElements!

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

No branches or pull requests

2 participants