Template:Class: Difference between revisions

From DBpedia Mappings
Jump to navigationJump to search
(→‎Usage: deprecated bold)
(new comments and label syntax)
Line 5: Line 5:
  <th colspan="2" style="text-align:left">Ontology class <small>([[Template:Class|<span style="cursor:help;">help</span>]])</small></th>
  <th colspan="2" style="text-align:left">Ontology class <small>([[Template:Class|<span style="cursor:help;">help</span>]])</small></th>
</tr>
</tr>
{{{labels|}}}
{{#if:{{{labels|}}}|{{{labels}}}|
{{#if:{{{rdfs:label@en|}}}|<!-- no message -->|
<tr>
<td colspan="2">please define an English label: <code><nowiki>labels = {{label|en|...}} ...</nowiki></code></td>
</tr>
}}
}}
{{#if:{{{rdfs:label@ar|}}}|<tr>
{{#if:{{{rdfs:label@ar|}}}|<tr>
  <td width="150px">rdfs:label@ar</td>
  <td width="150px">rdfs:label@ar</td>
Line 54: Line 60:
  <td>{{{rdfs:label@tr}}}</td></tr>}}
  <td>{{{rdfs:label@tr}}}</td></tr>}}
{{{comments|}}}
{{{comments|}}}
{{#if:{{{rdfs:comment@en|}}}|<tr>
{{#if:{{{rdfs:comment@en|}}}|
<tr>
  <td>rdfs:comment@en</td>
  <td>rdfs:comment@en</td>
  <td>{{{rdfs:comment@en|}}}</td></tr>}}
  <td>{{{rdfs:comment@en}}}</td>
</tr>
}}
<tr>
<tr>
  <td>rdfs:subClassOf</td>
  <td>rdfs:subClassOf</td>
Line 80: Line 89:
| labels =
| labels =
{{label|en|...}}
{{label|en|...}}
{{label|ko|...}}
{{label|..|...}}
| comments =
| comments =
{{comment|en|...}}
{{comment|en|...}}
{{comment|it|...}}
{{comment|..|...}}
| rdfs:subClassOf    =
| rdfs:subClassOf    =
| owl:equivalentClass =
| owl:equivalentClass =
Line 91: Line 100:
</pre>
</pre>


For backwards compatibilty, the following format is also possible but '''deprecated''' for labels and comments:
The second argument of a label or comment is the language code, for example ''en'', ''ko'', ''it'', and so on.
 
For backwards compatibilty, the following format for labels and comments is also possible but '''deprecated''':


<pre>
<pre>

Revision as of 13:28, 12 May 2012

The {{Class}} template can be used to define ontology classes.

Usage

{{Class
| labels =
{{label|en|...}}
{{label|..|...}}
| comments =
{{comment|en|...}}
{{comment|..|...}}
| rdfs:subClassOf     =
| owl:equivalentClass =
| owl:disjointWith    =
| specificProperties  =
}}

The second argument of a label or comment is the language code, for example en, ko, it, and so on.

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

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

Meanings

  • labels: should be defined to provide a human-readable version of a class name. Use ISO language code 639-1 (e.g. {{label|en|...}}).
  • comments: should be defined to provide a human-readable description of a class. Use ISO language code 639-1 (e.g. {{comment|en|...}}).
  • rdfs:subClassOf: is used to state that all the instances of one class are instances anothers.
  • owl:equivalentClass:
  • owl:disjointWith:
  • specificProperties: refine property units for this class using SpecificProperty template.

Example

The definition of the DBpedia ontology class Artist:

{{Class
| labels          = {{Label|en|Artist}}
| comments        = {{Comment|en|An artist is a person who creates pieces of art.}}
| rdfs:subClassOf = Person
}}

It will be rendered to this table:

This is the definition of an ontology class.

Show all properties available for this class.

Show class in class hierarchy.

Read more about editing the ontology schema.

You can see the result of your edit on DBpedia Live (this is BETA!): http://live.dbpedia.org/ontology/Class

Ontology class (help)
rdfs:label (en)Artist
rdfs:comment (en)An artist is a person who creates pieces of art.
rdfs:subClassOf Person
owl:equivalentClass
owl:disjointWith