Hi! there.

>
>I have virtuoso installed and running.
>I want to gather some information about a player from this page:
>http://www.espncricinfo.com/india/content/player/28081.html
>
>This information can be in the non-RDF form.
>I used virtuoso crawler through virtuoso conductor interface specifying 
>"single page crawling" only and retrieved some data which is stored in 
>"DAV/home/demo/MSDhoniPageOnly".
>I am trying to see if I can retrieve specific information from it using sparql 
>query.
>i.e. Full Name, Born, Current Age... which you can clearly see on the above 
>link page.
>My query goes something like this...
>(For all the retrieved data)
SELECT *
FROM <http://www.espncricinfo.com/india/content/player/28081.html>
WHERE
  {
    ?s ?p ?o
    
  }
when I analyse the triples retrieved through above query, I don't see any 
information related to this player's personal data.
>
>
>If I use a query like:
>
>
>SELECT ?fullname ?born
>FROM <http://www.espncricinfo.com/india/content/player/28081.html>
WHERE
>  {  
>        ?person foaf:fname ?fullname
>                   foaf:dateOfBirth ?born
>
>
>}
> I don't get anything back.
>
>
>
>
>If virtuoso crawler has retrieved non-RDF from this link and stored RDF 
>triples in the quad store, do I have to worry about structure of the data 
>retrieved by crawler?
>Is there any issues about mapping of the retrieved data againt any schemas 
>within virtuoso??
>Is there any problem with query??
>How do I get the exact information I want using sparql query?
>
>
>Many thanks,
>Siddharth
>
>
>
>
>
>
>
>
>
>
>
>
>
>
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to