Help:Häufig genutzte Eigenschaften

This page is a translated version of the page Help:Frequently used properties and the translation is 73% complete.

Diese Seite gibt einige Richtlinien und Beispiele von häufig genutzen Eigenschaften. Falls es Zweifel gibt, wie eine Eigenschaft zu verwenden ist, gehe auf die Diskussionsseite der Eigenschaft oder frage auf dem Wikidata:Forum (deutsch) oder auf Wikidata:Project chat (englisch und andere Sprachen). Eine weitere Möglichkeit ist die Liste der WikiProjects — falls eine solche Gruppe bereits existiert für dieses spezielle Thema, kann der korrekte Gebrauch einer Eigenschaft dort dokumentiert sein und dort diskutiert werden.

Hierarchische Eigenschaften

Taxonomie

Taxonomie bezieht sich auf die Klassifizierung von Lebewesen in Gruppen wie Gattungen oder Arten. Verwende 'taxon name (P225)', 'taxon rank (P105)' und 'parent taxon (P171)', die auf das nächsthöhere Taxon verlinken. Siehe auch Wikidata:WikiProject Taxonomy für mehr Information.

Beispiel:

Objkekt: dog (Q144)
Taxonname: Canis lupus familiaris
Taxon Stufe: Unterart
nächsthöheres Taxon: Wolf

Administrative Einheiten

Verwende 'located in the administrative territorial entity (P131)' um eine Hierarchie der Verwaltungsebenen zu erzeugen. Für mehr Informationen siehe Wikidata:List of properties/Geographical feature#Administrative division.

Beispiele:

Objekt Vancouver (Q24639)
befindet sich in der Verwaltungseinheit: Metro Vancouver Regional District (Q1061069)
Objekt Metro Vancouver Regional District (Q1061069)
befindet sich in der Verwaltungseinheit British Columbia (Q1974)
Objekt: British Columbia (Q1974)
befindet sich in der Verwaltungseinheit: Canada (Q16)

Klassen (Instanzen und Unterklassen)

Individuelle Konzepte und Dinge werden einer Klasse zugeordnet durch die Eigenschaft 'instance of (P31)'.

Ein Objekt "A" kann für gewöhnlich als Instanz von Klasse "B" angesehen werden, wenn sie zueinander so in Beziehung stehen, dass gesagt werden kann: Objekt "A" ist ein "B".

Beispiele:

Objekt British Columbia (Q1974) ist eine Instanz von province of Canada (Q11828004),
weil "British Columbia" eine "Provinz von Kanada" ist.

Klassen hingegen sind in Hierarchien geordnet durch die Eigenschaft 'subclass of (P279)'. Der "A" ist ein "B"-Test funktioniert auch für Unterklassen-Bezeiehungen.

Objekt province of Canada (Q11828004) ist eine Unterklasse von province (Q34876),
weil eine "Provinz von Kanada" eine "Provinz" ist.

Mehr über Instanzen und Klassen gibt es zu erfahren auf Help:Basic membership properties und im Aufsatz zu Help:Classification.

Wenn der "A" ist ein "B"-Test fehlschlägt, kann üblicherweise angenommen werden, dass das Objekt "A" keine Instanz (instance of (P31)) von Klasse "B" ist, sondern ein Teil (part of (P361)) des Objekts oder der Gruppe "B" ist.[1]

Teil von

Die Eigenschaft 'part of (P361)' wird benutzt um verschiedene Begriffe, Dinge oder Gegenstände zu umfassenderen Begriffen, Dingen oder Gegenständen zu verlinken.

Beispiele:

Objekt: Mars (Q111)
ist Teil von: Solar System (Q544)
Objekt: Battle of Kursk (Q130861)
ist Teil von: World War II (Q362)

Mehr Informationen zur part of (P361) Eigenschaft gibt es auf Help:Basic membership properties.

Eigenschaften für Mediendateien auf Wikimedia Commons

Bilder

Images may exist within Wikimedia Commons (Q565) that visually summarize an item (Wikibase item (Q29934200)). Add an image (P18) statement to the item linking to the filename of the image hosted on Wikimedia Commons (Q565).

It is also common for items to be explained using multiple types of images. For example, physical object (Q223557) can typically be explained through symbol (Q80071) as well as multiple architectural drawing (Q184784) and photograph (Q125191) from different viewpoints.

For a full list of image properties available, refer to the following query:

#Subproperties of image (P18)
#defaultView:Graph
PREFIX gas: <http://www.bigdata.com/rdf/gas#>
SELECT DISTINCT ?property ?propertyLabel ?parent ?parentLabel WHERE {
  SERVICE gas:service {
    gas:program gas:gasClass "com.bigdata.rdf.graph.analytics.SSSP";
    gas:in wd:P18;
    gas:traversalDirection "Reverse";
    gas:out ?property;
    gas:out1 ?depth;
    gas:maxIterations 10;
    gas:linkType wdt:P1647.
  }
  ?property wdt:P1647 ?parent.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!

Video

Videos may exist within Wikimedia Commons (Q565) that visually (and sometimes auditorily) summarize an item (Wikibase item (Q29934200)). Add an video (P10) statement to the item linking to the filename of the video hosted on Wikimedia Commons (Q565).

It is also possible for some items to be explained using multiple types of video. For example, taxon (Q16521) could be explained with multiple videos for different behaviors including eating (Q213449), parturition (Q34581) and mating (Q228395).

For a full list of video properties available, refer to the following query:

#Subproperties of video (P10)
#defaultView:Graph
PREFIX gas: <http://www.bigdata.com/rdf/gas#>
SELECT DISTINCT ?property ?propertyLabel ?parent ?parentLabel WHERE {
  SERVICE gas:service {
    gas:program gas:gasClass "com.bigdata.rdf.graph.analytics.SSSP";
    gas:in wd:P10;
    gas:traversalDirection "Reverse";
    gas:out ?property;
    gas:out1 ?depth;
    gas:maxIterations 10;
    gas:linkType wdt:P1647.
  }
  ?property wdt:P1647 ?parent.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!

Audio

Audio recordings may exist within Wikimedia Commons (Q565) that auditorily summarize an item (Wikibase item (Q29934200)). Add an audio (P51) statement to the item linking to the filename of the audio recording hosted on Wikimedia Commons (Q565).

It is also possible for some items to be explained using multiple types of audio recording. For example, taxon (Q16521) could be explained with multiple audio recordings for different auditory signals including mating call (Q24962783), alarm call (Q109037552) and advertisement call (Q90876095).

For a full list of audio properties available, refer to the following query:

#Subproperties of audio (P51)
#defaultView:Graph
PREFIX gas: <http://www.bigdata.com/rdf/gas#>
SELECT DISTINCT ?property ?propertyLabel ?parent ?parentLabel WHERE {
  SERVICE gas:service {
    gas:program gas:gasClass "com.bigdata.rdf.graph.analytics.SSSP";
    gas:in wd:P51;
    gas:traversalDirection "Reverse";
    gas:out ?property;
    gas:out1 ?depth;
    gas:maxIterations 10;
    gas:linkType wdt:P1647.
  }
  ?property wdt:P1647 ?parent.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!

Dokumente

For documents that are freely licensed or in the public domain, upload the document to Wikimedia Commons (Q565) and add a document file on Wikimedia Commons (P996) statement to the item linking to the filename of the document hosted on Wikimedia Commons (Q565).

Tabellendaten

For freely licensed or public domain tabular data hosted on Wikimedia Commons (Q565), a number of properties listed by the query below can be used to link items (Wikibase item (Q29934200)) to this data.

In some cases, there are alternative properties of other data types typically used on items, and tabular data provides an alternative method for storing large amounts of historical statements that would cause performance problems if created as individual statements on an item. For example, the recorded temperature of a location may be available in 5 minute increments over 20 years and this data could be hosted as tabular data on Wikimedia Commons (Q565). However adding all one million plus individual statements to an item would cause performance problems for Wikidata and related tools.

#Tabular data properties
SELECT ?property ?propertyLabel ?subject ?subjectLabel ?relatedProperty ?relatedPropertyLabel WHERE {
  ?property rdf:type wikibase:Property.
  ?property wikibase:propertyType wikibase:TabularData.
  OPTIONAL {
    ?property wdt:P1629 ?subject.
    ?subject wdt:P1687 ?relatedProperty.
    FILTER (?relatedProperty != ?property).
  }
  FILTER NOT EXISTS {?property wdt:P31 wd:Q18720640}.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!

Geoshapes

Geographic shapes (also known as map data) may exist within Wikimedia Commons (Q565) as a means to define the geographic extents, region or distribution of an item (Wikibase item (Q29934200)). Add a geoshape (P3896) statement to the item linking to the filename of the geographic shape hosted on Wikimedia Commons (Q565). For example, geoshape (P3896) could be used to define the boundary of an administrative territorial entity (Q56061).

There exists a special case for items which are subclasses of taxon (Q16521). distribution map of taxon (P8485) is used instead of geoshape (P3896) to define the distribution of the taxon.

Eigenschaften für Quellen

Siehe Help:Sources für Anleitung wie Objekte mit Eigenschaften für Quellen versehen werden, inklusive Bücher, Zeitungsartikel, wissenschaftliche Zeitschriften und Datenbanken.

Bücher

Das WikiProjekt Bücher hält eine detailierte Liste bereit für "Büchereigenschaften"— dazu gehören die Eigenschaften für das Werk und die Auflagen.

Siehe auch

Für weitere Hilfeseiten siehe:

Für weitere Informationen und Anleitung siehe:

  • Project chat: Die Diskussion aller Themen auf Wikidata (Englisch und sprachübergreifend) und Wikidata:Forum für die Diskussion auf Deutsch.
  • Wikidata:Glossary: Das Glossar der Begriffe auf Wikidata
  • Help:FAQ: Häufig gestellte Fragen (faq) und die Antworten der Wikidatagemeinschaft
  • Help:Contents: Das Hilfeportal für den Zugriff auf alle Dokumentationen für Wikidata

References

  1. Die Beziehung von "Instanzen", "Klassen" und "Teilen" wird auf den Seiten 3 bis 7 des Dokuments Foundations of Knowledge Representation in Cyc erklärt. (In diesem Dokument werden "classes" allerdings "collections" genannt.)