Template:TableMapping: Difference between revisions

From DBpedia Mappings
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>{|class="wikitable"
<includeonly>{|class="wikitable"
! style="text-align:left" colspan="2" | Table Mapping <small>([[Writing_Mappings/Tables|<span style="cursor:help;">help</span>]])</small>
! style="text-align:left" colspan="2" | Table Mapping <small>([[Template:TableMapping|<span style="cursor:help;">help</span>]])</small>
|-
|-
| width="15%" | map to class
| width="15%" | map to class

Revision as of 17:17, 5 March 2010

Table mappings should be added to the Mapping namespace, using the Table prefix, e.g. here.

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. A table mapping applies to a table if a set of keywords occurs in the table header.

The TableMapping template offers the following template parameters:

  • mapToClass
    • Table rows are mapped to ontology classes. The template parameter mapToClass allows one DBpedia ontology class as a value.
  • correspondingClass, correspondingProperty
    • If an instance of type correspondingClass is found in the same section as the table, it will be connected to the instances extracted from the table rows by correspondingProperty.
  • keywords
    • Keywords define mandatory table column headers or parts of them. Keywords can be separated by semicolons meaning they have to occur in different column headers. Alternatives of keywords can be separated by colons.
  • header
    • Lists all mapped table column headers, separated by semicolons. Each column definition can contain alternative definitions, separated by colons. If the column is defined by several keywords, the keywords have to be separated by & in the order of their appearance.
  • mappings
    • Mappings map table columns to ontology properties, they have to be defined by using the same templates as in mappings on Template:TemplateMapping. A separate mapping for each alternative column header definition has to be specified.