¡@

Home 

java Programming Glossary: rdfs

DBpedia Jena Query returning null

http://stackoverflow.com/questions/15663510/dbpedia-jena-query-returning-null

dbpedia.org sparql String queryString queryString PREFIX rdfs http www.w3.org 2000 01 rdf schema# SELECT label WHERE http.. Quatre_Bornes http dbpedia.org ontology country y . y rdfs label label . FILTER LANG label 'en' Query query QueryFactory.create.. dbpedia.org sparql String queryString queryString PREFIX rdfs http www.w3.org 2000 01 rdf schema# SELECT label WHERE http..

How to access OWL documents using XPath in Java?

http://stackoverflow.com/questions/17036871/how-to-access-owl-documents-using-xpath-in-java

actually looking to get this element rdf RDF owl Ontology rdfs label for which I did this DocumentBuilder builder builderfactory.newDocumentBuilder.. xPathExpression xPath.compile rdf RDF owl Ontology rdfs label text String nameOfTheBook xPathExpression.evaluate xmlDocument.. .toString I also tried extracting only the rdfs label element this way XPathExpression xPathExpression xPath.compile..