[tracker/tracker-0.10] ontologies: SLO/MLO use 'false' instead of 'False'
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/tracker-0.10] ontologies: SLO/MLO use 'false' instead of 'False'
- Date: Wed, 30 Mar 2011 16:05:48 +0000 (UTC)
commit 96d05e046942b54562f9a5fdd405cce8e632d312
Author: Sam Thursfield <ssssam gmail com>
Date: Mon Mar 28 19:34:28 2011 +0300
ontologies: SLO/MLO use 'false' instead of 'False'
Fixes GB#645675 - mlo and slo contain invalid Turtle literals: 'False' instead of 'false'
Turtle spec says that only 'false' is valid (for Sparql both are fine)
http://www.w3.org/TeamSubmission/turtle/#sec-diff-sparql :
"4. The constants allowed for XSD booleans: true and false are
case independent. In Turtle they are not, only lowercase forms
are allowed."
data/ontologies/40-mlo.ontology | 30 +++++++++++++++---------------
data/ontologies/92-slo.ontology | 30 +++++++++++++++---------------
2 files changed, 30 insertions(+), 30 deletions(-)
---
diff --git a/data/ontologies/40-mlo.ontology b/data/ontologies/40-mlo.ontology
index 332bef5..3fc36b6 100644
--- a/data/ontologies/40-mlo.ontology
+++ b/data/ontologies/40-mlo.ontology
@@ -11,7 +11,7 @@
mlo: a tracker:Namespace, tracker:Ontology ;
tracker:prefix "mlo" ;
nao:deprecated true ;
- nao:lastModified "2011-01-11T11:10:00Z" .
+ nao:lastModified "2011-03-28T19:32:00Z" .
mlo:GeoLocation a rdfs:Class ;
rdfs:label "Location" ;
@@ -261,98 +261,98 @@ mlo:predefined-landmark-category-accommodation a mlo:LandmarkCategory ;
nie:description "Hotel, Camping site".
mlo:predefined-landmark-category-business a mlo:LandmarkCategory ;
- mlo:isRemovable False ;
+ mlo:isRemovable false ;
nie:title "Business";
nie:identifier "6000";
nao:deprecated true ;
nie:description "Bank, Factory, Office".
mlo:predefined-landmark-category-communication a mlo:LandmarkCategory ;
- mlo:isRemovable False ;
+ mlo:isRemovable false ;
nie:title "Communication";
nie:identifier "9000";
nao:deprecated true ;
nie:description "Internet Access Point, Public Telephone, Wireless LAN Hot Spot".
mlo:predefined-landmark-category-educational-institute a mlo:LandmarkCategory ;
- mlo:isRemovable False ;
+ mlo:isRemovable false ;
nie:title "Educational institute";
nie:identifier "12000";
nao:deprecated true ;
nie:description "School, College".
mlo:predefined-landmark-category-entertainment a mlo:LandmarkCategory ;
- mlo:isRemovable False ;
+ mlo:isRemovable false ;
nie:title "Entertainment";
nie:identifier "15000";
nao:deprecated true ;
nie:description "Amusement park, Cinema, Concert hall, Night club".
mlo:predefined-landmark-category-food-beverage a mlo:LandmarkCategory ;
- mlo:isRemovable False ;
+ mlo:isRemovable false ;
nie:title "Food & Beverage";
nie:identifier "18000";
nao:deprecated true ;
nie:description "Fast food, Restaurant, Café, Bar".
mlo:predefined-landmark-category-geographical-area a mlo:LandmarkCategory ;
- mlo:isRemovable False ;
+ mlo:isRemovable false ;
nie:title "Geographical area";
nie:identifier "21000";
nao:deprecated true ;
nie:description "City, City center, Town".
mlo:predefined-landmark-category-outdoor-activities a mlo:LandmarkCategory ;
- mlo:isRemovable False ;
+ mlo:isRemovable false ;
nie:title "Outdoor activities";
nie:identifier "24000";
nao:deprecated true ;
nie:description "Camping site, Fishing place, Hunting, National park, Playground".
mlo:predefined-landmark-category-people a mlo:LandmarkCategory ;
- mlo:isRemovable False ;
+ mlo:isRemovable false ;
nie:title "People";
nie:identifier "27000";
nao:deprecated true ;
nie:description "My home, My friends home, Fathers summer cottage, Childs school".
mlo:predefined-landmark-category-public-service a mlo:LandmarkCategory ;
- mlo:isRemovable False ;
+ mlo:isRemovable false ;
nie:title "Public service";
nie:identifier "30000";
nao:deprecated true ;
nie:description "Tourist information office, Government office, Library, Post office, Hospital, Police ".
mlo:predefined-landmark-category-religious-places a mlo:LandmarkCategory ;
- mlo:isRemovable False ;
+ mlo:isRemovable false ;
nie:title "Religious places";
nie:identifier "33000";
nao:deprecated true ;
nie:description "Church, Mosque".
mlo:predefined-landmark-category-shopping a mlo:LandmarkCategory ;
- mlo:isRemovable False ;
+ mlo:isRemovable false ;
nie:title "Shopping";
nie:identifier "36000";
nao:deprecated true ;
nie:description "Market Place, Pharmacy, Shop, Shopping Center".
mlo:predefined-landmark-category-sightseeing a mlo:LandmarkCategory ;
- mlo:isRemovable False ;
+ mlo:isRemovable false ;
nie:title "Sightseeing";
nie:identifier "39000";
nao:deprecated true ;
nie:description "Monument, Mountain top, Museum".
mlo:predefined-landmark-category-sports a mlo:LandmarkCategory ;
- mlo:isRemovable False ;
+ mlo:isRemovable false ;
nie:title "Sports";
nie:identifier "42000";
nao:deprecated true ;
nie:description "Bowling, Golf course, Ice hockey hall, Stadium".
mlo:predefined-landmark-category-transport a mlo:LandmarkCategory ;
- mlo:isRemovable False ;
+ mlo:isRemovable false ;
nie:title "Transport";
nie:identifier "45000";
nao:deprecated true ;
diff --git a/data/ontologies/92-slo.ontology b/data/ontologies/92-slo.ontology
index 9b9c7b1..760b6e5 100644
--- a/data/ontologies/92-slo.ontology
+++ b/data/ontologies/92-slo.ontology
@@ -10,7 +10,7 @@
slo: a tracker:Namespace, tracker:Ontology ;
tracker:prefix "slo" ;
- nao:lastModified "2011-01-11T11:05:00Z" .
+ nao:lastModified "2011-03-28T19:32:00Z" .
slo:LandmarkCategory a rdfs:Class ;
rdfs:label "Landmark category";
@@ -194,71 +194,71 @@ slo:predefined-landmark-category-accommodation a slo:LandmarkCategory ;
nie:description "Hotel, Camping site".
slo:predefined-landmark-category-business a slo:LandmarkCategory ;
- slo:isRemovable False ;
+ slo:isRemovable false ;
nie:title "Business";
nie:description "Bank, Factory, Office".
slo:predefined-landmark-category-communication a slo:LandmarkCategory ;
- slo:isRemovable False ;
+ slo:isRemovable false ;
nie:title "Communication";
nie:description "Internet Access Point, Public Telephone, Wireless LAN Hot Spot".
slo:predefined-landmark-category-educational-institute a slo:LandmarkCategory ;
- slo:isRemovable False ;
+ slo:isRemovable false ;
nie:title "Educational institute";
nie:description "School, College".
slo:predefined-landmark-category-entertainment a slo:LandmarkCategory ;
- slo:isRemovable False ;
+ slo:isRemovable false ;
nie:title "Entertainment";
nie:description "Amusement park, Cinema, Concert hall, Night club".
slo:predefined-landmark-category-food-beverage a slo:LandmarkCategory ;
- slo:isRemovable False ;
+ slo:isRemovable false ;
nie:title "Food & Beverage";
nie:description "Fast food, Restaurant, Café, Bar".
slo:predefined-landmark-category-geographical-area a slo:LandmarkCategory ;
- slo:isRemovable False ;
+ slo:isRemovable false ;
nie:title "Geographical area";
nie:description "City, City center, Town".
slo:predefined-landmark-category-outdoor-activities a slo:LandmarkCategory ;
- slo:isRemovable False ;
+ slo:isRemovable false ;
nie:title "Outdoor activities";
nie:description "Camping site, Fishing place, Hunting, National park, Playground".
slo:predefined-landmark-category-people a slo:LandmarkCategory ;
- slo:isRemovable False ;
+ slo:isRemovable false ;
nie:title "People";
nie:description "My home, My friends home, Fathers summer cottage, Childs school".
slo:predefined-landmark-category-public-service a slo:LandmarkCategory ;
- slo:isRemovable False ;
+ slo:isRemovable false ;
nie:title "Public service";
nie:description "Tourist information office, Government office, Library, Post office, Hospital, Police ".
slo:predefined-landmark-category-religious-places a slo:LandmarkCategory ;
- slo:isRemovable False ;
+ slo:isRemovable false ;
nie:title "Religious places";
nie:description "Church, Mosque".
slo:predefined-landmark-category-shopping a slo:LandmarkCategory ;
- slo:isRemovable False ;
+ slo:isRemovable false ;
nie:title "Shopping";
nie:description "Market Place, Pharmacy, Shop, Shopping Center".
slo:predefined-landmark-category-sightseeing a slo:LandmarkCategory ;
- slo:isRemovable False ;
+ slo:isRemovable false ;
nie:title "Sightseeing";
nie:description "Monument, Mountain top, Museum".
slo:predefined-landmark-category-sports a slo:LandmarkCategory ;
- slo:isRemovable False ;
+ slo:isRemovable false ;
nie:title "Sports";
nie:description "Bowling, Golf course, Ice hockey hall, Stadium".
slo:predefined-landmark-category-transport a slo:LandmarkCategory ;
- slo:isRemovable False ;
+ slo:isRemovable false ;
nie:title "Transport";
nie:description "Airport, Bus stop, Harbour, Railway Station, Rest area".
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]