# Configuration @prefix geo: ; geof: ; s: ; b: ; p: ; rdf: . #################### # Favorites #################### b:units/Metric a b:units . b:units/Imperial a b:units . b:routeMode/Driving a b:routeMode . b:routeMode/Walking a b:routeMode . b:routeMode/Transit a b:routeMode . b:routeOption/Highways a b:routeOption . b:routeOption/Tolls a b:routeOption . b:routeOption/MinimizeHighways a b:routeOption . b:routeOption/MinimizeTolls a b:routeOption . b:routeOption/ExpressTrain a b:routeOption . b:routeOption/Airline a b:routeOption . b:routeOption/BulletTrain a b:routeOption . b:routePreference/Faster a b:routePreference . b:routePreference/Shorter a b:routePreference . b:favorites.category/Home a b:favorites.category . b:favorites.category/Work a b:favorites.category . b:favorites.category/School a b:favorites.category . b:favorites.category/Gym a b:favorites.category . b:favorites.category/Grocery a b:favorites.category . b:favorites.category/Car a b:favorites.category . b:favorites.category/POI a b:favorites.category . b:trafficAgentStatus/NoData a b:trafficAgentStatus . b:trafficAgentStatus/Off a b:trafficAgentStatus . b:trafficAgentStatus/Updating a b:trafficAgentStatus . b:trafficAgentStatus/Error a b:trafficAgentStatus . b:trafficAgentStatus/On a b:trafficAgentStatus . #################### # My device #################### a s:Intangible/DataStore/BingDataStore . #################### # Me defaults #################### p:me a s:Person ; b:person.preferences p:me/preferences . p:me/preferences a s:Thing/Preferences ; b:preferences.favorites p:me/preferences/favorites . p:me/preferences/favorites a s:Thing/Favorites . p:me/geoAnnotationCollection.default a s:Intangible/GeoAnnotationCollection . p:me/geoAnnotationCollection.recent a s:Intangible/GeoAnnotationCollection . p:me/geoAnnotationCollection.parkingspots a s:Intangible/GeoAnnotationCollection . p:me/list.geoAnnotationCollection.default a rdf:List ; rdf:first p:me/geoAnnotationCollection.default ; s:displayOrder 0 ; s:memberOf p:me/preferences/favorites . p:me/list.geoAnnotationCollection.recent a rdf:List ; rdf:first p:me/geoAnnotationCollection.recent ; s:displayOrder 1 ; s:memberOf p:me/preferences/favorites . p:me/list.geoAnnotationCollection.parkingspots a rdf:List ; rdf:first p:me/geoAnnotationCollection.parkingspots ; s:displayOrder 2 ; s:memberOf p:me/preferences/favorites .