Template:DatatypeProperty: Difference between revisions

From DBpedia Mappings
Jump to navigationJump to search
No edit summary
Line 33: Line 33:
}}
}}
</pre>
</pre>
It will be rendered to this table:
{{DatatypeProperty
| rdfs:label  = height
| rdfs:domain = Person
| rdfs:range  = centimeter
}}
</noinclude>
</noinclude>

Revision as of 13:47, 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
rdfs:label height
rdfs:domain OntologyClass:Person
rdfs:range centimeter