summaryrefslogtreecommitdiff
path: root/data/org/mc.ttl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2013-05-20 23:37:32 +0200
committerJonas Smedegaard <dr@jones.dk>2013-05-20 23:37:32 +0200
commitc2f6227e773263be2aeaf65057c01aac9d1b101b (patch)
treeb0f72764b5b29c5760a41e4a05bf4040acc0ef1e /data/org/mc.ttl
Initial commit.
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 .