summaryrefslogtreecommitdiff
path: root/data/org/annied.ttl
blob: d2b56347e024a6ffde9707eaafb462d3e93e8c3e (plain)
  1. @prefix : <http://data.biks.dk/annied/> .
  2. @prefix foaf: <http://xmlns.com/foaf/0.1/> .
  3. @prefix gr: <http://purl.org/goodrelations/v1#> .
  4. @prefix schema: <http://schema.org/> .
  5. @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
  6. :home
  7. a schema:Place;
  8. gr:category "non-grocery store", schema:ClothingStore ;
  9. gr:name "AnnieD's Modefilial på ORØ" ;
  10. # foaf:Homepage <http://annied.dk/Orøfilialen> ;
  11. schema:telephone "+45-23749045" ;
  12. schema:address :address .
  13. :address
  14. a schema:PostalAddress;
  15. schema:streetAddress "Brøndevej 49b, Orø"@da;
  16. schema:postalCode "4300";
  17. schema:addressLocality "Holbæk, Danmark"@da .