Template:DatatypeProperty: Difference between revisions

From DBpedia Mappings
Jump to navigationJump to search
No edit summary
Line 1: Line 1:
<includeonly>{|class="wikitable"
<includeonly>{|class="wikitable"
! colspan="2" style="text-align:left" | Ontology datatype property
! colspan="2" style="text-align:left" | Ontology datatype property <small>([[Template:{{{PAGENAME}}}|<span style="cursor:help;">help</span>]])</small>
|-
|-
| width="150px" | rdfs:label
| width="150px" | rdfs:label

Revision as of 13:49, 5 March 2010

{{DatatypeProperty}}

Usage

{{DatatypeProperty 
| rdfs:label  =
| rdfs:domain =
| rdfs:range  =
}}

Example

The definition of the DBpedia ontology property height:

{{DatatypeProperty 
| rdfs:label  = height
| rdfs:domain = Person
| rdfs:range  = centimeter
}}

It will be rendered to this table:

Ontology datatype property ([[Template:{{{PAGENAME}}}|help]])
rdfs:label height
rdfs:domain OntologyClass:Person
rdfs:range centimeter