Template:DatatypeProperty: Difference between revisions

From DBpedia Mappings
Jump to navigationJump to search
No edit summary
Line 25: Line 25:
=== Example ===
=== Example ===


The definition of the DBpedia ontology property height:
The definition of the DBpedia ontology property [[OntologyProperty:height|height]]:
<pre>
<pre>
{{DatatypeProperty  
{{DatatypeProperty  
Line 33: Line 33:
}}
}}
</pre>
</pre>
{{DatatypeProperty
| rdfs:label  = height
| rdfs:domain = Person
| rdfs:range  = centimeter
}}

Revision as of 13:29, 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
}}