Writing Mappings/Tables: Difference between revisions

From DBpedia Mappings
Jump to navigationJump to search
No edit summary
Line 5: Line 5:
== How to map a Wikipedia table ==
== How to map a Wikipedia table ==


* Find important and unique keywords in the table header.
* Find important keywords in the table header that identify a table unambiguously.
* Create a wiki page in this wiki in the Mapping namespace, using the ''Table'' prefix. You can define more than one table mapping on one wiki page. The wiki page name doesn't have to refer to any of the table keywords. Bundling table mappings depending on the table topic could be useful.
* Create a wiki page in this wiki in the Mapping namespace, using the ''Table'' prefix, or use an existing table mappings wiki page. You can define more than one table mapping on one wiki page. The wiki page name doesn't have to refer to any of the table keywords. Bundling table mappings depending on the table topic could be of use.
* Decide on the ontology class you would like to map the table to.
* Decide on the ontology class you would like to map the table to.
* Write a [[Template:TableMapping]] to map the Wikipedia table rows to an ontology class and save it to the created wiki page in the Mapping namespace.
* Write a [[Template:TableMapping]] to map the Wikipedia table rows to an ontology class and save it to the created wiki page in the Mapping namespace.

Revision as of 13:03, 8 March 2010

Table mappings apply to tables containing a set of keywords in the table header.

If a table mapping is defined, all rows of the table are mapped to instances of an ontology class, all of its columns are be mapped to ontology properties.

How to map a Wikipedia table

  • Find important keywords in the table header that identify a table unambiguously.
  • Create a wiki page in this wiki in the Mapping namespace, using the Table prefix, or use an existing table mappings wiki page. You can define more than one table mapping on one wiki page. The wiki page name doesn't have to refer to any of the table keywords. Bundling table mappings depending on the table topic could be of use.
  • Decide on the ontology class you would like to map the table to.
  • Write a Template:TableMapping to map the Wikipedia table rows to an ontology class and save it to the created wiki page in the Mapping namespace.


The full documentation on writing mappings can be found via the DBpedia SVN Repository.