Template:ObjectProperty: Difference between revisions

From DBpedia Mappings
Jump to navigationJump to search
No edit summary
No edit summary
Line 25: Line 25:
=== Example ===
=== Example ===


The definition of the DBpedia ontology property doctoralAdvisor:
The definition of the DBpedia ontology property [[OntologyProperty:doctoralAdvisor|doctoralAdvisor]]:
<pre>
<pre>
{{ObjectProperty
{{ObjectProperty

Revision as of 13:47, 5 March 2010

{{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
}}
Ontology object property
rdfs:label doctoral advisor
rdfs:domain OntologyClass:Scientist
rdfs:range OntologyClass:Person