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

Data Cubes für BAFU #4

Closed
ktk opened this issue Dec 23, 2015 · 1 comment
Closed

Data Cubes für BAFU #4

ktk opened this issue Dec 23, 2015 · 1 comment
Assignees

Comments

@ktk
Copy link
Contributor

ktk commented Dec 23, 2015

No description provided.

@ktk ktk self-assigned this Dec 23, 2015
@ktk ktk added the ready label Dec 24, 2015
@ktk
Copy link
Contributor Author

ktk commented Jan 13, 2016

@l00mi Now implemented, sample query to get a DSD:

PREFIX rdf: 
PREFIX rdfs: 
PREFIX u28: 
PREFIX qb: 
SELECT * FROM  WHERE { 
   ?s a qb:DataStructureDefinition ;
   ?p ?o .
 }

As usual LINDAS f-s up the blanknodes and makes them named nodes.

Cube definition as Turtle: https://github.com/zazuko/bafu_ubd/blob/master/input/meta/ubd28/qb.ttl

Note that I'm not 100% sure yet if we got dimension vs. attribute correctly, will try to ask some experts about that.

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

1 participant