dbpedia / lookup

Outputs a list of ranked DBpedia resources for a search string.
Apache License 2.0
185 stars 39 forks source link

Match the Google KG API #41

Open sandroacoelho opened 8 years ago

sandroacoelho commented 8 years ago

DBpedia Lookup currently returns results in XML. We want to keep the same functionality for consistency but also to update to new formats like jsonLD (RDF) and NIF. this will result in breaking the current project in 3 modules, lookup-core, lookup-xml, lookup-rdf.

The goal of the new lookup-rdf module is to match the new Google KG API interface