Template:DatatypeProperty

From DBpedia Mappings
Revision as of 13:55, 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: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 (help)
rdfs:label height
rdfs:domain OntologyClass:Person
rdfs:range centimeter