Template:Class: Difference between revisions

From DBpedia Mappings
Jump to navigationJump to search
No edit summary
(sorting of labels)
Line 27: Line 27:
  <td>{{{rdfs:label@hu}}}</td></tr>}} {{#if:{{{rdfs:label@it|}}}|<tr>
  <td>{{{rdfs:label@hu}}}</td></tr>}} {{#if:{{{rdfs:label@it|}}}|<tr>
  <td width="150px">rdfs:label@it</td>
  <td width="150px">rdfs:label@it</td>
  <td>{{{rdfs:label@it}}}</td></tr>}} {{#if:{{{rdfs:label@nl|}}}|<tr>
  <td>{{{rdfs:label@it}}}</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 width="150px">rdfs:label@nl</td>
  <td>{{{rdfs:label@nl}}}</td></tr>}} {{#if:{{{rdfs:label@pl|}}}|<tr>
  <td>{{{rdfs:label@nl}}}</td></tr>}} {{#if:{{{rdfs:label@pl|}}}|<tr>
Line 39: Line 41:
  <td>{{{rdfs:label@sl}}}</td></tr>}} {{#if:{{{rdfs:label@tr|}}}|<tr>
  <td>{{{rdfs:label@sl}}}</td></tr>}} {{#if:{{{rdfs:label@tr|}}}|<tr>
  <td width="150px">rdfs:label@tr</td>
  <td width="150px">rdfs:label@tr</td>
  <td>{{{rdfs:label@tr}}}</td></tr>}} {{#if:{{{rdfs:label@ko|}}}|<tr>
  <td>{{{rdfs:label@tr}}}</td></tr>}}
<td width="150px">rdfs:label@ko</td>
<td>{{{rdfs:label@ko}}}</td></tr>}}
<tr>
<tr>
  <td>rdfs:comment@en</td>
  <td>rdfs:comment@en</td>

Revision as of 11:54, 28 February 2012

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

Usage

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

Meanings

  • rdfs:label@en: should be defined to provide a human-readable version of a class name. Use ISO language code 639-1 (e.g. @en).
  • rdfs:comment@en: should be defined to provide a human-readable description of a class. Use ISO language code 639-1 (e.g. @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
| rdfs:label@en      = Artist
| rdfs:comment@en    =
| 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
rdfs:subClassOf Person
owl:equivalentClass
owl:disjointWith