diff options
author | Jonas <dr@jones.dk> | 2013-06-11 18:32:30 +0200 |
---|---|---|
committer | Jonas <dr@jones.dk> | 2013-06-11 18:32:30 +0200 |
commit | fcc09216f0250bfc1b598eb53f211bf8274fd463 (patch) | |
tree | 89ef7084568be799950dd07329f1003dafc26af3 /bin/rdf2hours | |
parent | f5000e962eb35c1d63a5e714400f1e7facc6e318 (diff) |
Improve categories. Add annied. Update data for artdoor.
Diffstat (limited to 'bin/rdf2hours')
-rwxr-xr-x | bin/rdf2hours | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/rdf2hours b/bin/rdf2hours index 0d28d79..32b2f86 100755 --- a/bin/rdf2hours +++ b/bin/rdf2hours @@ -38,7 +38,8 @@ my @category = <<LIST =~ m/(\S.*\S)/g; non-meal food <http://schema.org/GroceryStore> non-grocery store - attraction + park or museum + art transport public service LIST @@ -290,7 +291,8 @@ sub categorydescribe { $cat =~ s!non-meal food!caféer, slikbutikker o.l.!; $cat =~ s!<http://schema.org/GroceryStore>!dagligvarebutikker!; $cat =~ s!non-grocery store!øvrige butikker!; - $cat =~ s!attraction!attraktioner og museer!; + $cat =~ s!park or museum!parker og museer!; + $cat =~ s!art!kunstudstillinger og gallerier!; $cat =~ s!public service!offentlige services!; return ucfirst($cat); |