Template:Class: Difference between revisions

From DBpedia Mappings
Jump to navigationJump to search
(Also show owl:equivalentClass)
(added pt labels)
Line 15: Line 15:
| rdfs:label@fr
| rdfs:label@fr
| {{{rdfs:label@fr|}}}
| {{{rdfs:label@fr|}}}
|-
| rdfs:label@pt
| {{{rdfs:label@pt|}}}
|-
|-
| rdfs:comment@en
| rdfs:comment@en

Revision as of 15:02, 4 April 2011

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

Usage

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

Meanings

  • rdfs:label: should be defined to provide a human-readable version of a property's name.
  • rdfs:label@en: should be defined to provide a human-readable version of a property's name in English.
  • rdfs:comment: should be defined to provide a human-readable description of a property.
  • rdfs:comment@en: should be defined to provide a human-readable description of a property in English.
  • rdfs:subClassOf: is used to state that all the instances of one class are instances of another.
  • specificProperties: refine property units for this class using SpecificProperty template.

Example

The definition of the DBpedia ontology class Artist:

{{Class
| rdfs:label      = Artist
| rdfs:comment    =
| 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 please define an English label
rdfs:label@de
rdfs:label@el
rdfs:label@fr
rdfs:label@pt
rdfs:comment@en
rdfs:subClassOf Person
owl:equivalentClass
owl:disjointWith