Re: POI Data Format

Hi Martin,

if my POI RDF document refers to content in html5 and goodRelations like shown below:
        .......
     <poap:content doctype="httpp://purl.org/goodRelations" rdf:resource="./resource/content/bastille.rdf"/>
     <poap:content doctype="html" rdf:resource="./resource/content/bastille.html"/>
       .........
 the AR POI browser will show the html5 content in a webview but what will it do with the goodRelation content?

it will know this  web ontology for e-Commerce for sure, so it can organize its display but putting in it  widgets
to contact e-Commerce services, widgets with textual information and .......

It seems to me that it opens the way to really useful AR browsers ....


jacques
  

On Jan 25, 2011, at 6:11 PM, Martin Hepp wrote:

> Hi Jacques,
> 
> yes, except for that I used the Turtle syntax for the RDF and you use RDF/XML, so you will have to convert my input to RDF/XML.
> 
> Opening Hours:
> =============
> 
> <?xml version="1.0"?>
> <rdf:RDF xmlns:gr="http://purl.org/goodrelations/v1#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:foo="http://your.target.domain/namespace#">
> 	<rdf:Description rdf:about="http://your.target.domain/namespace#GVAbastille">
> 		<gr:hasOpeningHoursSpecification>
> 			<gr:OpeningHoursSpecification rdf:about="http://your.target.domain/namespace#Workdays">
> 				<gr:opens rdf:datatype="http://www.w3.org/2001/XMLSchema#time">08:00:00</gr:opens>
> 				<gr:closes rdf:datatype="http://www.w3.org/2001/XMLSchema#time">18:00:00</gr:closes>
> 				<gr:hasOpeningHoursDayOfWeek rdf:resource="http://purl.org/goodrelations/v1#Monday" />
> 				<gr:hasOpeningHoursDayOfWeek rdf:resource="http://purl.org/goodrelations/v1#Tuesday" />
> 				<gr:hasOpeningHoursDayOfWeek rdf:resource="http://purl.org/goodrelations/v1#Wednesday" />
> 				<gr:hasOpeningHoursDayOfWeek rdf:resource="http://purl.org/goodrelations/v1#Thursday" />
> 				<gr:hasOpeningHoursDayOfWeek rdf:resource="http://purl.org/goodrelations/v1#Friday" />
> 			</gr:OpeningHoursSpecification>
> 		</gr:hasOpeningHoursSpecification>
> 		<gr:hasOpeningHoursSpecification>
> 			<gr:OpeningHoursSpecification rdf:about="http://your.target.domain/namespace#Saturdays">
> 				<gr:opens rdf:datatype="http://www.w3.org/2001/XMLSchema#time">08:30:00</gr:opens>
> 				<gr:closes rdf:datatype="http://www.w3.org/2001/XMLSchema#time">14:00:00</gr:closes>
> 				<gr:hasOpeningHoursDayOfWeek rdf:resource="http://purl.org/goodrelations/v1#Saturday" />
> 			</gr:OpeningHoursSpecification>
> 		</gr:hasOpeningHoursSpecification>
> 	</rdf:Description>
> </rdf:RDF>

Received on Wednesday, 26 January 2011 09:21:38 UTC