Template:DatatypeProperty

From DBpedia Mappings
Revision as of 13:29, 5 March 2010 by Admin (talk | contribs) (→‎Example)
Jump to navigationJump to search

{{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
}}