- From: Martin Hepp <martin.hepp@ebusiness-unibw.org>
- Date: Tue, 1 Feb 2011 12:19:09 +0100
- To: jacques lemordant <jacques.lemordant@inria.fr>
- Cc: "public-poiwg@w3.org W3C" <public-poiwg@w3.org>
Hi Jacques,
apologies for the late reply. There are numerous mobile and desktop
applications that have started to use
- GoodRelations meta-data found *in the current resource* and
- GoodRelations meta-data *related to the current resource* (e.g. from
a SPARQL endpoint).
For a list with links, please see:
http://www.ebusiness-unibw.org/wiki/GoodRelations#Consuming_GoodRelations_Data
I do not know of a fully-fledged AR application that does this at the
moment, but I know that several groups are working on this.
Best
Martin
On 26.01.2011, at 10:21, jacques lemordant wrote:
> 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 Tuesday, 1 February 2011 11:19:40 UTC