On 1/22/13 8:51 AM, Somesh Jain wrote:
Hi folks,
I want to extract parent yago categories upto 4 levels . For eg : http://dbpedia.org/class/yago/AcademicsOfTheCharlesUniversity has parent yago category as 'http://dbpedia.org/class/yago/Academician109759069 ' . Similarly this parent category has 'http://dbpedia.org/class/yago/EduCAtor110045713' as its parent .

Using


PREFIX yago: <http://dbpedia.org/class/yago/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?title WHERE {
<http://dbpedia.org/class/yago/GermanPhysicists> rdfs:subClassOf ?title.

}


I get 1 level parent . How to get parents of more than 1 level i.e. rdfs:subClassOf transitivity

Please help
--
Regards
Somesh Jain
5th year Dual Degree Student
Department of Computer Science & Engineering
IIT Kharagpur


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d


_______________________________________________
Dbpedia-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Please digest: http://lists.w3.org/Archives/Public/public-lod/2009Oct/0037.html .

--

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

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Dbpedia-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to