Template:DatatypeProperty: Difference between revisions
From Mediawiki1
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{|class="wikitable" | <includeonly>{|class="wikitable" | ||
! colspan="2" style="text-align:left" | Ontology datatype property <small>([[Template: | ! colspan="2" style="text-align:left" | Ontology datatype property <small>([[Template:{{PAGENAME}}|<span style="cursor:help;">help</span>]])</small> | ||
|- | |- | ||
| width="150px" | rdfs:label | | width="150px" | rdfs:label |
Revision as of 12:50, 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 }}
It will be rendered to this table:
Ontology datatype property (help) | |
---|---|
rdfs:label | height |
rdfs:domain | OntologyClass:Person |
rdfs:range | centimeter |