summaryrefslogtreecommitdiff
path: root/bin/rdf2hours
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rdf2hours')
-rwxr-xr-xbin/rdf2hours6
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);