dbpedia

Events happening in the community are now at Drupal community events on www.drupal.org.
jcalais's picture

D7 module for linking term reference fields to external providers such as Freebase, Dbpedia.

Hi everyone.

I just joined this group and wanted to let you know about an effort of ours to create a module to fetch taxonomy terms from external sources. This would mean no more free hand tags and instead the autocomplete field keyword searches a bunch of providers through their open apis.

The providers are modular in nature, so anyone can make a new provider for the base module, which is called Yild (Yild - integrator for Linked Data).

Read more
esia168's picture

Looking for Partner to enhance the Structured Knowledgebased website

Hi All,

I have startup a website that make use of RDF knowledge from wiki.dbpedia.org/ now it's up and running but still in crawling baby phase. The aim of the website is to let user find the information quickly, easily and get more informative and useful information from the linked knowledge. The website is at http://qwerq.com/ , to browser the knowledge try those link in Structured Knowledge section.

That's one of the component, the website also have common functional tools, such as currency converter, unit converter, dictionary, calculator, simple text processing, etc.

Read more
MrPiponazo's picture

Importing lots of nodes from DBpedia -OR- Import under request

Hi mates!

After importing people from Pittsburgh to my Drupal site (thanks linclark), I'm currently trying to do the following in order to develop a project. I need my site to show info about any book my users may ask for.

First tried to import only resource name, abstract, label and author:

SELECT * WHERE {
  ?book rdf:type dbpedia-owl:Book;
    dbpedia-owl:abstract ?abstract;
    dbpedia-owl:author ?author;
    rdfs:label ?book_name.
  FILTER (lang(?abstract) = "en")
}
ORDER BY ?book_name
Read more
Subscribe with RSS Syndicate content