Skip to content

Commit 8619721

Browse files
committed
add test file
1 parent 592dc81 commit 8619721

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)