summaryrefslogtreecommitdiff
path: root/data/org/annied.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'data/org/annied.ttl')
-rw-r--r--data/org/annied.ttl19
1 files changed, 19 insertions, 0 deletions
diff --git a/data/org/annied.ttl b/data/org/annied.ttl
new file mode 100644
index 0000000..8779aa4
--- /dev/null
+++ b/data/org/annied.ttl
@@ -0,0 +1,19 @@
+@prefix : <http://data.biks.dk/annied/> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+@prefix gr: <http://purl.org/goodrelations/v1#> .
+@prefix schema: <http://schema.org/> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+
+:home
+ a schema:Place;
+ gr:category "shop", schema:ClothingStore ;
+ gr:name "AnnieD's Modefilial på ORØ" ;
+# foaf:Homepage <http://annied.dk/Orøfilialen> ;
+ schema:telephone "+45-23749045" ;
+ schema:address :address .
+
+:address
+ a schema:PostalAddress;
+ schema:streetAddress "Brøndevej 49b, Orø"@da;
+ schema:postalCode "4300";
+ schema:addressLocality "Holbæk, Danmark"@da .