[tracker] MLO: Added landmark categories IDs



commit 6d65134ff27b35adbf56cbf190e5c9dc1c435e48
Author: Ivan Frade <ivan frade nokia com>
Date:   Thu May 20 15:43:28 2010 +0300

    MLO: Added landmark categories IDs
    
    Coming from the landmark exchange format spec.

 data/ontologies/40-mlo.ontology |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/data/ontologies/40-mlo.ontology b/data/ontologies/40-mlo.ontology
index 6bad5c4..818159b 100644
--- a/data/ontologies/40-mlo.ontology
+++ b/data/ontologies/40-mlo.ontology
@@ -54,8 +54,6 @@ mlo:isRemovable a rdf:Property ;
     rdfs:domain mlo:LandmarkCategory ;
     rdfs:range xsd:boolean.
 
-
-
 mlo:Landmark a rdfs:Class ;
     rdfs:label "Point with special relevance for the user" ;
     rdfs:subClassOf nie:InformationElement ;
@@ -240,74 +238,89 @@ mlo:poiLocation a rdf:Property ;
 mlo:predefined-landmark-category-accommodation a mlo:LandmarkCategory ;
 	mlo:isRemovable false ;
 	nie:title "Accommodation";
+        nie:identifier "3000";
 	nie:description "Hotel, Camping site".
 
 mlo:predefined-landmark-category-business a mlo:LandmarkCategory ;
 	mlo:isRemovable False ;
 	nie:title "Business";
+        nie:identifier "6000";
 	nie:description "Bank, Factory, Office".
 
 mlo:predefined-landmark-category-communication a mlo:LandmarkCategory ;
 	mlo:isRemovable False ;
 	nie:title "Communication";
+        nie:identifier "9000";
 	nie:description "Internet Access Point, Public Telephone, Wireless LAN Hot Spot".
 
 mlo:predefined-landmark-category-educational-institute a mlo:LandmarkCategory ;
 	mlo:isRemovable False ;
 	nie:title "Educational institute";
+        nie:identifier "12000";
 	nie:description "School, College".
 
 mlo:predefined-landmark-category-entertainment a mlo:LandmarkCategory ;
 	mlo:isRemovable False ;
 	nie:title "Entertainment";
+        nie:identifier "15000";
 	nie:description "Amusement park, Cinema, Concert hall, Night club".
 
 mlo:predefined-landmark-category-food-beverage a mlo:LandmarkCategory ;
 	mlo:isRemovable False ;
 	nie:title "Food & Beverage";
+        nie:identifier "18000";
 	nie:description "Fast food, Restaurant, Café, Bar".
 
 mlo:predefined-landmark-category-geographical-area a mlo:LandmarkCategory ;
 	mlo:isRemovable False ;
 	nie:title "Geographical area";
+        nie:identifier "21000";
 	nie:description "City, City center, Town".
 
 mlo:predefined-landmark-category-outdoor-activities a mlo:LandmarkCategory ;
 	mlo:isRemovable False ;
 	nie:title "Outdoor activities";
+        nie:identifier "24000";
 	nie:description "Camping site, Fishing place, Hunting, National park, Playground".
 
 mlo:predefined-landmark-category-people a mlo:LandmarkCategory ;
 	mlo:isRemovable False ;
 	nie:title "People";
+        nie:identifier "27000";
 	nie:description "My home, My friends home, Fathers summer cottage, Childs school".
 
 mlo:predefined-landmark-category-public-service a mlo:LandmarkCategory ;
 	mlo:isRemovable False ;
 	nie:title "Public service";
+        nie:identifier "30000";
 	nie:description "Tourist information office, Government office, Library, Post office, Hospital, Police ".
 
 mlo:predefined-landmark-category-religious-places a mlo:LandmarkCategory ;
 	mlo:isRemovable False ;
 	nie:title "Religious places";
+        nie:identifier "33000";
 	nie:description "Church, Mosque".
 
 mlo:predefined-landmark-category-shopping a mlo:LandmarkCategory ;
 	mlo:isRemovable False ;
 	nie:title "Shopping";
+        nie:identifier "36000";
 	nie:description "Market Place, Pharmacy, Shop, Shopping Center".
 
 mlo:predefined-landmark-category-sightseeing a mlo:LandmarkCategory ;
 	mlo:isRemovable False ;
 	nie:title "Sightseeing";
+        nie:identifier "39000";
 	nie:description "Monument, Mountain top, Museum".
 
 mlo:predefined-landmark-category-sports a mlo:LandmarkCategory ;
 	mlo:isRemovable False ;
 	nie:title "Sports";
+        nie:identifier "42000";
 	nie:description "Bowling, Golf course, Ice hockey hall, Stadium".
 
 mlo:predefined-landmark-category-transport a mlo:LandmarkCategory ;
 	mlo:isRemovable False ;
 	nie:title "Transport";
+        nie:identifier "45000";
 	nie:description "Airport, Bus stop, Harbour, Railway Station, Rest area".



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]