Template:ObjectProperty

From DBpedia Mappings
Revision as of 12:29, 5 March 2010 by Admin (talk | contribs) (→‎Example)
Jump to navigationJump to search

{{ObjectProperty}}

Usage

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

Example

The definition of the DBpedia ontology property doctoralAdvisor:

{{ObjectProperty
| rdfs:label = doctoral advisor
| rdfs:domain = Scientist
| rdfs:range = Person
}}