We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592dc81 commit 8619721Copy full SHA for 8619721
sparql/src/test/resources/sparql/describe_1.txt
@@ -0,0 +1,11 @@
1
+# X-Basil-Endpoint: http://data.open.ac.uk/sparql
2
+PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
3
+PREFIX mlo: <http://purl.org/net/mlo/>
4
+PREFIX aiiso: <http://purl.org/vocab/aiiso/schema#>
5
+
6
+# Eg value for ?_geoid 2328926
7
+DESCRIBE ?course FROM <http://data.open.ac.uk/context/course>
8
+WHERE {
9
+ BIND(iri(CONCAT('http://sws.geonames.org/',?_geoid,'/')) as ?location) .
10
+ ?course mlo:location ?location . ?course a aiiso:Module
11
+}
0 commit comments