summaryrefslogtreecommitdiff
path: root/data/org/mc.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'data/org/mc.ttl')
-rw-r--r--data/org/mc.ttl14
1 files changed, 14 insertions, 0 deletions
diff --git a/data/org/mc.ttl b/data/org/mc.ttl
new file mode 100644
index 0000000..f3414a1
--- /dev/null
+++ b/data/org/mc.ttl
@@ -0,0 +1,14 @@
+@prefix : <http://data.biks.dk/mcisland/> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+@prefix schema: <http://schema.org/> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+
+:home
+ a schema:Place ;
+ schema:name "MC Island" .
+
+:org
+ a schema:Organization ;
+ schema:name "MC Island"@da ;
+ foaf:Homepage <http://www.mcisland.dk/> ;
+ schema:location :home .