Template:PropertyMapping: Difference between revisions

From DBpedia Mappings
Jump to navigationJump to search
No edit summary
No edit summary
Line 7: Line 7:
<tr>
<tr>
<td> ontology property
<td> ontology property
</td><td>{{#if:{{{ontologyProperty|}}}|[[OntologyProperty:{{#replace:{{{ontologyProperty}}}|:|%2F}}]]|<span style="color:red">please define an ontology property</span>}}</td></tr>
</td><td>{{#if:{{{ontologyProperty|}}}|[[OntologyProperty:{{#replace:{{{ontologyProperty}}}|:|%2F}}|{{{ontologyProperty}}}]]|<span style="color:red">please define an ontology property</span>}}</td></tr>
{{#if:{{{unit|}}}|<tr>
{{#if:{{{unit|}}}|<tr>
<td>unit</td><td>{{{unit}}}</td>
<td>unit</td><td>{{{unit}}}</td>

Revision as of 10:33, 12 March 2010

{{PropertyMapping}} maps template properties to ontology properties.

Usage

{{PropertyMapping 
| templateProperty =
| ontologyProperty =
| unit =
}}

Meanings

  • templateProperty: A template property to ontology property mapping should list one template property which is to be mapped.
  • ontologyProperty: A template property to ontology property mapping should list one ontology property.
  • unit: If a template property containing a numerical value and a unit is mapped, the unit has to be defined (Please use only values from DBpedia unit and dimensions). If a template property has no default unit defined, e.g. its values can contain different units of the same dimension, the dimension has to be defined for usability as well as validation reasons. Possible dimensions are Length or Mass.

Example

The property mapping from the template property birth_date to the ontology property birthDate:

{{PropertyMapping 
| templateProperty = birth_date 
| ontologyProperty = birthDate 
}}