Template:DatatypeProperty

From Mediawiki1
Revision as of 12:21, 5 March 2010 by Admin (talk | contribs)
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
}}