summaryrefslogtreecommitdiff
path: root/data/org/annied.ttl
blob: 8779aa4a19acc2bec72864361c5c0a7a90999209 (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 "shop", 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 .