Template:Class: Difference between revisions
From Mediawiki1
Jump to navigationJump to search
AnjaJentzsch (talk | contribs) |
AnjaJentzsch (talk | contribs) |
||
Line 86: | Line 86: | ||
=== Meanings === | === Meanings === | ||
* '''rdfs:label@en''': should be defined to provide a human-readable version of a | * '''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 | * '''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 of another. | * '''rdfs:subClassOf''': is used to state that all the instances of one class are instances of another. | ||
* '''owl:equivalentClass''': | * '''owl:equivalentClass''': |
Revision as of 11:29, 18 April 2011
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 of another.
- 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:label@ca | |
rdfs:label@de | |
rdfs:label@el | |
rdfs:label@es | |
rdfs:label@fr | |
rdfs:label@ga | |
rdfs:label@hr | |
rdfs:label@hu | |
rdfs:label@it | |
rdfs:label@nl | |
rdfs:label@pl | |
rdfs:label@pt | |
rdfs:label@ru | |
rdfs:label@sl | |
rdfs:label@tr | |
rdfs:comment@en | |
rdfs:subClassOf | Person |
owl:equivalentClass | |
owl:disjointWith |