On 08/11/13 17:23, Luciane Monteiro wrote:
Hi!

I need to dereference *URIs*, like:

http://dbpedia.org/resource/Google

  and

  http://dbpedia.org/resource/American_Airlines

  returned from *Spotlight*, to get their *RDFS:comments* property.


Is it something like this? Look:

Model model = ModelFactory.createDefaultModel();
model.read( "http://dbpedia.org/resource/Google"; );

But how do I get the property?

Use the RDF API of model (see listStatements) or use SPARQL.

        Andy


Thank you!


Reply via email to