summaryrefslogtreecommitdiff
path: root/data/org/pensionist.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'data/org/pensionist.ttl')
-rw-r--r--data/org/pensionist.ttl18
1 files changed, 18 insertions, 0 deletions
diff --git a/data/org/pensionist.ttl b/data/org/pensionist.ttl
new file mode 100644
index 0000000..e21d8fe
--- /dev/null
+++ b/data/org/pensionist.ttl
@@ -0,0 +1,18 @@
+@prefix : <http://data.biks.dk/pensionist/> .
+@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ø Pensionistforening" ;
+ foaf:Homepage <http://www.orø-pensionistforening.dk/> ;
+ schema:location :formandHome .
+
+:formand
+ a gr:Person ;
+ gr:name "Annie Lunde Hansen" ;
+ schema:telephone "+45-59470400" ;
+ schema:email "kontakt@xn--or-pensionistforening-rfc.dk" .