Template:DateIntervalMapping: Difference between revisions

From DBpedia Mappings
Jump to navigationJump to search
No edit summary
Line 31: Line 31:
=== Example ===
=== Example ===


Mapping
<pre>
<pre>
{{DateIntervalMapping
{{DateIntervalMapping
| templateProperty          =
| templateProperty          = active years
| startDateOntologyProperty =  
| startDateOntologyProperty = activeYearsStartYear
| endDateOntologyProperty  =
| endDateOntologyProperty  = activeYearsEndYear
}}
}}
</pre>
</pre>
</noinclude>
</noinclude>

Revision as of 16:01, 11 March 2010

{{DateIntervalMapping}} maps a template property containing date intervals to a start date and end date ontology property.

Usage

{{DateIntervalMapping
| templateProperty          =
| startDateOntologyProperty = 
| endDateOntologyProperty   =
}}

Meanings

  • templateProperty
  • startDateOntologyProperty
  • endDateOntologyProperty

Example

Mapping

{{DateIntervalMapping
| templateProperty          = active years
| startDateOntologyProperty = activeYearsStartYear
| endDateOntologyProperty   = activeYearsEndYear
}}