Slide 9
Slide 9 text
Step 6bis:
Argh, no documentation!
Exploratory queries, then.
•Lots of linked datasets don’t have nice diagrams
or helpful info at their SPARQL endpoints.
•When that’s the case, you have to run some
queries to figure out what’s going on in the data.
•Run the SPARQL queries from last week that get
you lists of properties and classes.
•A trick: after your }, add ORDER BY ?class or ORDER BY ?p (whichever you’re looking for).