Template:DatatypeProperty

From DBpedia Mappings
Revision as of 14:24, 5 March 2010 by Admin (talk | contribs)
Jump to navigationJump to search


The {{DatatypeProperty}} template can be used to define ontology datatype properties.

Usage

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

Example

The definition of the DBpedia ontology property height:

{{DatatypeProperty 
| rdfs:label   = height
| rdfs:comment =
| rdfs:range   = Length
}}

It will be rendered to this table:

Ontology datatype property (help)
rdfs:label height
rdfs:comment
rdfs:domain owl:Thing
rdfs:range Length