- From: Dan Connolly <connolly@w3.org>
- Date: Wed, 27 Jul 2005 12:10:49 -0500
- To: Tim Finin <finin@cs.umbc.edu>
- Cc: Zou Wenke <zouwenke@yahoo.com.cn>, "semantic-web@w3.org" <semantic-web@w3.org>, "public-owl-dev@w3.org" <public-owl-dev@w3.org>
On Wed, 2005-07-27 at 11:00 -0500, Dan Connolly wrote: [...] > Yup... there's quite a bit of data out there now... > http://w3development.de/rdf/uaprof_repository/ > > I had some fun querying it with SPARQL. > > See... > > "fun with UAProf profile repository: query for media types accepted by a > phone model" > > in http://esw.w3.org/topic/DawgShows Somebody pointed out that demo was broken. I updated it. The query is prefix : <http://www.openmobilealliance.org/tech/profiles/UAPROF/ccppschema-20021212#> SELECT ?TY where { ?P a :SoftwarePlatform; :CcppAccept [ ?LI ?TY ] } and in the example, I use this for the input data: http://www.blackberry.net/go/mobile/profiles/uaprof/7280/3.3.1.rdf you can run the query against any number of online SPARQL demos linked from DawgShows. > > > > [1] http://www.w3.org/2001/di/ > > [2] http://www.wapforum.org/profiles/UAPROF/ccppschema-20000405 -- Dan Connolly, W3C http://www.w3.org/People/Connolly/ D3C2 887B 0F92 6005 C541 0875 0F91 96DE 6E52 C29E
Received on Wednesday, 27 July 2005 17:10:55 UTC