Template:DatatypeProperty: Difference between revisions

From DBpedia Mappings
Jump to navigationJump to search
No edit summary
No edit summary
 
(46 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<includeonly>{|class="wikitable"
<includeonly>{{DisclaimerOntologyProperty}}
! colspan="2" style="text-align:left" | Ontology datatype property <small>([[Template:DatatypeProperty|<span style="cursor:help;">help</span>]])</small>
 
|-
<table class="wikitable">
| width="150px" | rdfs:label
<tr>
| width="400px" | {{#if:{{{rdfs:label|}}}|{{{rdfs:label}}}|<span style="color:red">please define label</span>}}
<th colspan="2" style="text-align:left">Ontology datatype property <small>([[Template:DatatypeProperty|<span style="cursor:help;">help</span>]])</small></th>
|-
</tr>
| rdfs:comment
{{#if:{{{labels|}}}|{{{labels}}}|
| {{#if:{{{rdfs:comment|}}}|{{{rdfs:comment}}}}}
{{#if:{{{rdfs:label@en|}}}|<!-- no message -->|
|-
<tr>
| rdfs:domain
<td colspan="2">please define an English label: <nowiki>labels = {{label|en|...}} ...</nowiki></td>
| {{#if:{{{rdfs:domain|}}}|[[OntologyClass:{{{rdfs:domain}}}]]|owl:Thing}}
</tr>
|-
}}
| rdfs:range
}}
| {{#if:{{{rdfs:range|}}}|{{{rdfs:range}}}|<span style="color:red">please define range</span>}}
{{#if:{{{rdfs:label@ar|}}}|<tr>
|}</includeonly>
<td width="150px">rdfs:label@ar</td>
<noinclude>
<td>{{{rdfs:label@ar}}}</td></tr>}} {{#if:{{{rdfs:label@bg|}}}|<tr>
The '''<nowiki>{{DatatypeProperty}}</nowiki>''' template can be used to define ontology datatype properties.
<td width="150px">rdfs:label@bg</td>
<td>{{{rdfs:label@bg}}}</td></tr>}} {{#if:{{{rdfs:label@bn|}}}|<tr>
<td width="150px">rdfs:label@bn</td>
<td>{{{rdfs:label@bn}}}</td></tr>}} {{#if:{{{rdfs:label@ca|}}}|<tr>
<td width="150px">rdfs:label@ca</td>
<td>{{{rdfs:label@ca}}}</td></tr>}} {{#if:{{{rdfs:label@cs|}}}|<tr>
<td width="150px">rdfs:label@cs</td>
<td>{{{rdfs:label@cs}}}</td></tr>}} {{#if:{{{rdfs:label@de|}}}|<tr>
<td width="150px">rdfs:label@de</td>
<td>{{{rdfs:label@de}}}</td></tr>}} {{#if:{{{rdfs:label@el|}}}|<tr>
<td width="150px">rdfs:label@el</td>
<td>{{{rdfs:label@el}}}</td></tr>}} {{#if:{{{rdfs:label@en|}}}|<tr>
<td width="150px">rdfs:label@en</td>
<td>{{{rdfs:label@en}}}</td></tr>}} {{#if:{{{rdfs:label@es|}}}|<tr>
<td width="150px">rdfs:label@es</td>
<td>{{{rdfs:label@es}}}</td></tr>}} {{#if:{{{rdfs:label@fr|}}}|<tr>
<td width="150px">rdfs:label@fr</td>
<td>{{{rdfs:label@fr}}}</td></tr>}} {{#if:{{{rdfs:label@ga|}}}|<tr>
<td width="150px">rdfs:label@ga</td>
<td>{{{rdfs:label@ga}}}</td></tr>}} {{#if:{{{rdfs:label@hi|}}}|<tr>
<td width="150px">rdfs:label@hi</td>
<td>{{{rdfs:label@hi}}}</td></tr>}} {{#if:{{{rdfs:label@hr|}}}|<tr>
<td width="150px">rdfs:label@hr</td>
<td>{{{rdfs:label@hr}}}</td></tr>}} {{#if:{{{rdfs:label@hu|}}}|<tr>
<td width="150px">rdfs:label@hu</td>
<td>{{{rdfs:label@hu}}}</td></tr>}} {{#if:{{{rdfs:label@it|}}}|<tr>
<td width="150px">rdfs:label@it</td>
<td>{{{rdfs:label@it}}}</td></tr>}} {{#if:{{{rdfs:label@ja|}}}|<tr>
<td width="150px">rdfs:label@ja</td>
<td>{{{rdfs:label@ja}}}</td></tr>}} {{#if:{{{rdfs:label@ko|}}}|<tr>
<td width="150px">rdfs:label@ko</td>
<td>{{{rdfs:label@ko}}}</td></tr>}} {{#if:{{{rdfs:label@nl|}}}|<tr>
<td width="150px">rdfs:label@nl</td>
<td>{{{rdfs:label@nl}}}</td></tr>}} {{#if:{{{rdfs:label@pl|}}}|<tr>
<td width="150px">rdfs:label@pl</td>
<td>{{{rdfs:label@pl}}}</td></tr>}} {{#if:{{{rdfs:label@pt|}}}|<tr>
<td width="150px">rdfs:label@pt</td>
<td>{{{rdfs:label@pt}}}</td></tr>}} {{#if:{{{rdfs:label@ru|}}}|<tr>
<td width="150px">rdfs:label@ru</td>
<td>{{{rdfs:label@ru}}}</td></tr>}} {{#if:{{{rdfs:label@sl|}}}|<tr>
<td width="150px">rdfs:label@sl</td>
<td>{{{rdfs:label@sl}}}</td></tr>}} {{#if:{{{rdfs:label@tr|}}}|<tr>
<td width="150px">rdfs:label@tr</td>
<td>{{{rdfs:label@tr}}}</td></tr>}} {{#if:{{{rdfs:label@sr|}}}|<tr>
<td width="150px">rdfs:label@sr</td>
<td>{{{rdfs:label@sr}}}</td></tr>}}
{{{comments|}}}
{{#if:{{{rdfs:comment@en|}}}|
<tr>
<td>rdfs:comment@en</td>
<td>{{{rdfs:comment@en}}}</td>
</tr>
}}
<tr>
<td>rdfs:domain</td>
<td>{{linkClasses|{{{rdfs:domain|}}}|owl:Thing}}</td>
</tr>
<tr>
<td>rdfs:range</td>
<td>{{#if:{{{rdfs:range|}}}|[[Datatype:{{{rdfs:range}}}|{{{rdfs:range}}}]]|<span style="color:red">please define range</span>}}</td>
</tr>
<tr>
<td>rdf:type</td>
<td>{{#if:{{{rdf:type|}}}|{{{rdf:type}}}}}</td>
</tr>
<tr>
<td>rdfs:subPropertyOf</td>
<td>{{linkProperties|{{{rdfs:subPropertyOf|}}}}}</td>
</tr>
<tr>
<td>owl:equivalentProperty</td>
<td>{{linkProperties|{{{owl:equivalentProperty|}}}}}</td>
</tr>
<tr>
<td>owl:propertyDisjointWith</td>
<td>{{linkProperties|{{{owl:propertyDisjointWith|}}}}}</td>
</tr>
</table>
</includeonly>
<noinclude>The '''<nowiki>{{DatatypeProperty}}</nowiki>''' template can be used to define ontology datatype properties.


=== Usage ===
=== Usage ===
Line 21: Line 100:
<pre>
<pre>
{{DatatypeProperty  
{{DatatypeProperty  
| rdfs:label  =
| labels                =
| rdfs:comment =
{{label|en|...}}
| rdfs:domain  =  
{{label|..|...}}
| rdfs:range  =
| comments              =
{{comment|en|...}}
{{comment|..|...}}
| rdfs:domain            =
| rdfs:range            =
| rdf:type              =
| rdfs:subPropertyOf    =
| owl:equivalentProperty =
}}
}}
</pre>
</pre>


=== Meanings ===
==== Details ====
* '''rdfs:label''': should be defined to provide a human-readable version of a property's name.
 
* '''rdfs:comment''': should be defined to provide a human-readable description of a property.
* '''labels''': should be defined to provide a human-readable version of a property's name. Use ISO language code 639-1 (e.g. <nowiki>{{label|en|...}}</nowiki>).
* '''rdfs:domain''': is used to state that any resource that has a given property is an instance of the stated class.
* '''comments''': should be defined to provide a human-readable description of a property. Use ISO language code 639-1 (e.g. <nowiki>{{comment|en|...}}</nowiki>).
* '''rdfs:range''': is used to state that the values of a property are instances of the stated class.
* '''rdfs:domain''': is used to state that any resource that has a given property is an instance of the stated class. If left empty, owl:Thing is assumed.
* '''rdfs:range''': is used to state that the values of a property are instances of the stated class.  
** XSD Datatypes: xsd:date, xsd:time, xsd:dateTime, xsd:gYear, xsd:gYearMonth, xsd:gMonth, xsd:gMonthDay, xsd:gDay, xsd:boolean, xsd:string, xsd:integer, xsd:double, xsd:float
** [[DBpedia Datatypes]]
* '''rdf:type''': currently, only [http://www.w3.org/TR/owl-ref/#FunctionalProperty-def owl:FunctionalProperty] is supported.
* '''rdfs:subPropertyOf''': defines that the property is a subproperty of some other property. Formally this means that if P1 is a subproperty of P2, then the property values of P1 are a subset of the property values of P2.
* '''owl:equivalentProperty''':
 
For backwards compatibilty, the following format for labels and comments is also possible but '''deprecated''':
 
<pre>
{{DatatypeProperty
| rdfs:label@en          =
| rdfs:label@..          =
| rdfs:comment@en        =
</pre>


=== Example ===
=== Example ===
Line 39: Line 140:
<pre>
<pre>
{{DatatypeProperty  
{{DatatypeProperty  
| rdfs:label   = height
| labels =
| rdfs:comment =
{{label|en|height}}
| comments =
| rdfs:range  = Length
| rdfs:range  = Length
}}
}}
Line 46: Line 148:


It will be rendered to this table:
It will be rendered to this table:
{{DatatypeProperty  
{{DatatypeProperty  
| rdfs:label = height
| labels =
| rdfs:comment =
{{label|en|height}}
| comments =
| rdfs:range  = Length
| rdfs:range  = Length
}}
}}
</noinclude>
</noinclude>

Latest revision as of 10:31, 21 January 2014

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

Usage

{{DatatypeProperty 
| labels                 =
{{label|en|...}}
{{label|..|...}}
| comments               =
{{comment|en|...}}
{{comment|..|...}}
| rdfs:domain            =
| rdfs:range             =
| rdf:type               =
| rdfs:subPropertyOf     =
| owl:equivalentProperty =
}}

Details

  • labels: should be defined to provide a human-readable version of a property's name. Use ISO language code 639-1 (e.g. {{label|en|...}}).
  • comments: should be defined to provide a human-readable description of a property. Use ISO language code 639-1 (e.g. {{comment|en|...}}).
  • rdfs:domain: is used to state that any resource that has a given property is an instance of the stated class. If left empty, owl:Thing is assumed.
  • rdfs:range: is used to state that the values of a property are instances of the stated class.
    • XSD Datatypes: xsd:date, xsd:time, xsd:dateTime, xsd:gYear, xsd:gYearMonth, xsd:gMonth, xsd:gMonthDay, xsd:gDay, xsd:boolean, xsd:string, xsd:integer, xsd:double, xsd:float
    • DBpedia Datatypes
  • rdf:type: currently, only owl:FunctionalProperty is supported.
  • rdfs:subPropertyOf: defines that the property is a subproperty of some other property. Formally this means that if P1 is a subproperty of P2, then the property values of P1 are a subset of the property values of P2.
  • owl:equivalentProperty:

For backwards compatibilty, the following format for labels and comments is also possible but deprecated:

{{DatatypeProperty
| rdfs:label@en          =
| rdfs:label@..          =
| rdfs:comment@en        =

Example

The definition of the DBpedia ontology property height:

{{DatatypeProperty 
| labels = 
{{label|en|height}}
| comments =
| rdfs:range   = Length
}}

It will be rendered to this table:


This is the definition of an ontology property.

Read more about editing the ontology schema.

You can see the result of your edit on DBpedia Live (this is BETA!).


Ontology datatype property (help)
rdfs:label (en)height
rdfs:domain owl:Thing
rdfs:range Length
rdf:type
rdfs:subPropertyOf
owl:equivalentProperty
owl:propertyDisjointWith