Template:ObjectProperty

From DBpedia Mappings
Revision as of 13:27, 5 March 2010 by Admin (talk | contribs)
Jump to navigationJump to search


The {{ObjectProperty}} template can be used to define ontology object properties.

Usage

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

Example

The definition of the DBpedia ontology property doctoralAdvisor:

{{ObjectProperty
| rdfs:label   = doctoral advisor
| rdfs:comment =
| rdfs:domain  = Scientist
| rdfs:range   = Person
}}
Ontology object property
rdfs:label doctoral advisor
rdfs:domain OntologyClass:Scientist
rdfs:range OntologyClass:Person