summaryrefslogtreecommitdiff
path: root/data/org/folkedans.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'data/org/folkedans.ttl')
-rw-r--r--data/org/folkedans.ttl29
1 files changed, 29 insertions, 0 deletions
diff --git a/data/org/folkedans.ttl b/data/org/folkedans.ttl
new file mode 100644
index 0000000..741f678
--- /dev/null
+++ b/data/org/folkedans.ttl
@@ -0,0 +1,29 @@
+@prefix : <http://data.biks.dk/folkedans/> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+@prefix gr: <http://purl.org/goodrelations/v1#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix schema: <http://schema.org/> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+
+:org
+ a gr:BusinessEntity ;
+ gr:name "Orø Folkedansere" ;
+ foaf:Homepage <http://www.orøfolkedansere.dk/> ;
+ schema:location <http://data.biks.dk/hal/home> ;
+ schema:location :formandHome .
+
+:formand
+ a gr:Person ;
+ gr:name "Knud Noppenau" ;
+ schema:telephone "+45-59470084" ;
+ schema:location :formandHome .
+
+:formandHome
+ a schema:Place;
+ schema:address :address .
+
+:address
+ a schema:PostalAddress;
+ schema:streetAddress "Syvvejen 15, Orø"@da;
+ schema:postalCode "4300";
+ schema:addressLocality "Holbæk, Danmark"@da .