Template:DatatypeProperty: Difference between revisions

From DBpedia Mappings
Jump to navigationJump to search
No edit summary
Line 23: Line 23:
| rdfs:label  =
| rdfs:label  =
| rdfs:comment =
| rdfs:comment =
| rdfs:domain  =
| rdfs:domain  =  
| rdfs:range  =
| rdfs:range  =
}}
}}

Revision as of 14:26, 5 March 2010


The {{DatatypeProperty}} template can be used to define ontology datatype properties.

Usage

{{DatatypeProperty 
| rdfs:label   =
| rdfs:comment =
| rdfs:domain  = 
| rdfs:range   =
}}

Example

The definition of the DBpedia ontology property height:

{{DatatypeProperty 
| rdfs:label   = height
| rdfs:comment =
| rdfs:range   = Length
}}

It will be rendered to this table:

Ontology datatype property (help)
rdfs:label height
rdfs:comment
rdfs:domain owl:Thing
rdfs:range Length