1
vote
3answers
151 views
Query Information about a country with SPARQL?
Use Case:
Given the name of a country, what would be the SPARL queries to
Get the name of the capital
Get the latitude and longitude of the capital
Get the "national day" date o …
0
votes
2answers
153 views
Representing Trips with html+rdfa
How would you represent trips in terms of HTML+RDFa?
One trip contains
a location, a date (from, to), a description of the event (eventually with a link to the event), and possib …
3
votes
1answer
52 views
FIPS Country Codes in RDF
Does anyone know of a conversion of the FIPS country codes to RDF, ideally linked in to dbpedia and geonames?
2
votes
3answers
112 views
What URI should i use to identify Coutries, cities and streets ?
For example, I want to say in RDF :
<http://example.com/me>
live_in_country <URI of Belgium>;
live_in_city <URI of Brussels>;
live_in_street <URI of Rue …
2
votes
6answers
201 views
Are there (Semantic Web) applications that can make use of FOAF profile?
Increasingly, browser will push some personal information to websites like Geolocation. Are there websites/browsers that use similar functionality using, for example, my FOAF profi …