On 10/24/13 12:23 PM, siddharth shirke wrote:
SELECT ?fullname ?born
FROM <http://www.espncricinfo.com/india/content/player/28081.html>
WHERE
  {
        ?person foaf:fname ?fullname
 foaf:dateOfBirth ?born

}

You have a document denoted by the URL <http://www.espncricinfo.com/india/content/player/28081.html> . That document is then ingested into Virtuoso via the Sponger and then a plethora of transformers/rdfizers/cartridges are applied to the data as part of a "best effort" linked data generation workflow.


Bearing in mind the above, if the source doesn't contain an microdata, rdfa, or <link/> relations pointing to data elsewhere, I wouldn't expect the internal Virtuoso Graph IRI <http://www.espncricinfo.com/india/content/player/28081.html> to contain any triples that would provide a solution for the query you presented above.


To get something you will need to install our meta cartridges (commercial edition only), and then you end up with:

1. http://kingsley.idehen.net/about/html/http/www.espncricinfo.com/india/content/player/28081.html -- description of HTML document

2. http://kingsley.idehen.net/about/html/https://kingsley.idehen.net/about/id/entity/http/www.espncricinfo.com/india/content/player/28081.html%01entity_1695229 -- object of opl:mentions relation which showcase entity extraction contributions from a variety of NLP services

3. http://kingsley.idehen.net/about/html/http/dbpedia.org/resource/Mahendra_Singh_Dhoni -- result of looking up the object of opl:mentions relation etc..

Links:

[1] http://linkeddata.uriburner.com -- a live instance of the Virtuoso Sponger .

--

Regards,

Kingsley Idehen 
Founder & CEO
OpenLink Software
Company Web: http://www.openlinksw.com
Personal Weblog: http://www.openlinksw.com/blog/~kidehen
Twitter/Identi.ca handle: @kidehen
Google+ Profile: https://plus.google.com/112399767740508618350/about
LinkedIn Profile: http://www.linkedin.com/in/kidehen




Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

------------------------------------------------------------------------------
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