Template:DatatypeProperty: Difference between revisions
From Mediawiki1
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> | ||
Revision as of 12: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 }}