Help:Kwalifikatory

This page is a translated version of the page Help:Qualifiers and the translation is 64% complete.
Outdated translations are marked like this.

Zrzut ekranu deklaracji z kwalifikatorem

Wraz ze źródłami i rangami kwalifikatory pozwalają na rozszerzenie deklaracji o adnotacje lub konteksty wykraczające poza to, co można wyrazić za pomocą prostej pary właściwość-wartość.

Kwalifikatory używane są w celu dokładniejszego opisania lub uściślenia wartości właściwości podanej w deklaracji. Zwróć uwagę, że deklaracja powinna nadal dostarczać użyteczne dane, nawet bez kwalifikatora; kwalifikator jest po to, aby podać dodatkowe informacje.

Podobnie jak w przypadku deklaracji i odnośników, kwalifikatory również składają się z właściwości i wartości.

Kiedy używać kwalifikatorów

Chociaż byłoby wygodnie, gdybyśmy mogli wyrazić wszystkie dane dla wszystkich potencjalnych przypadków użycia Wikidanych za pomocą prostych instrukcji składających się z pojedynczej pary właściwość-wartość, nie zawsze jest to możliwe. Wiele deklaracji wymaga dodatkowych kwalifikatorów, aby można było w Wikidanych je odpowiednio i precyzyjnie wyrazić.

 
Kwalifikatory i odnośniki

Qualifier can modify what an item means ("France - excluding Adélie Land"), indicate how the value of a property was determined ("Population - method estimation"), constrain the validity of the value ("Population - as of 2011"), or offer further details that cannot otherwise be expressed using simple property-value pairs ("Austria: Religion Catholic - Percentage 64.8%", "Goldfinger: starring Sean Connery - role James Bond", or "Louis XIV: King of France - From 14 May 1643 – To 1 September 1715").

Kwalifikatory są również używane do wskazania wartości konsensusu (jeśli istnieje).

Qualifiers modify either the value of a main statement, or the main statement as a whole; they should not be used to modify the values of other qualifiers on a main statement, since this can make the meaning of the qualifier ambiguous.

Dla wielu wartości

 
Przykład deklaracji składającej się z wielu wartości dla jednej właściwości

Wikidata allows for items to have multiple values per property. For certain statements—such as the children of a person or the official languages of a country—it is perfectly reasonable to have multiple values which may not be qualified in any way.

However, it is also possible for items to have statements with multiple values when only really one value is expected for the property. When an item ideally should have only one value—for example, the population of a city—but has multiple values, then qualifiers should be used in order to indicate further information about the values, such as when the values date from, how they were determined, what exactly they refer to, and so on.

For disputed items & community consensus

As mentioned elsewhere on the site, it's possible to represent a plurality of perspectives on Wikidata, including data which may provide contradicting information.

In case of disputes, community consensus ultimately determines the value of a property, however other points of view can be added as additional values using qualifiers (as well as sources). Ranks can also be used; if a consensus exists, it should be indicated by a preferred rank. For more information on ranks, please see Help:Ranking.

Please note that disputes should be discussed on the item's discussion page. Edit warring over values is not acceptable.

Dla pojedynczych wartości

Kwalifikatory mogą być również używane do deklaracji zawierających tylko jedną wartość w celu dalszego określenia zastosowania właściwości, ograniczenia ważności wartości lub podania dodatkowych szczegółów dotyczących wartości (takich jak czas, w którym wartości są/były dokładne).

Przykłady

  1. qualifier to specify the application of the property
    France (Q142) (item)
    population (P1082) (property) → 66,600,000±1 (property value)
    excluding (P1011) (qualifier) → Adélie Land (Q184319) (qualifier value)
  2. qualifier to constrain the validity of the value(s)
    Berlin (Q64) (item)
    population (P1082) (property) → 3,500,000 (property value)
    point in time (P585) (qualifier) → 2005 (qualifier value)
    determination method (P459) (qualifier) → estimation (Q791801) (qualifier value)
    population (P1082) (property) → 3,440,441 (property value)
    point in time (P585) (qualifier) → 2010 (qualifier value)
    determination method (P459) (qualifier) → census (Q39825) (qualifier value)
  3. qualifier to give additional details about the value
    Louis XIV of France (Q7742) (item)
    position held (P39) (property) → King of France and Navarre (Q3439798) (property value)
    start time (P580) (qualifier) → 14 May 1643 (qualifier value)
    end time (P582) (qualifier) → 1 September 1715 (qualifier value)
  4. qualifier to specify the value
    Jean-Baptiste Le Moyne de Martigny (Q28015959) (item)
    position held (P39) (property) → mayor of a place in France (Q382617) (property value)
    of (P642) (qualifier) → Rochefourchat (Q323644)(qualifier value)

Jak dodawać kwalifikatory

Kwalifikatory są dodawane do strony elementu - w tym przypadku Harry Potter and the Deathly Hallows – Part 2 (Q232009) - w sekcji Deklaracje i w następujący sposób:

 
Znajdź deklarację, do której chcesz dodać kwalifikator, i kliknij „edytuj”
 
Deklaracja zostanie podświetlona na niebiesko; kliknij przycisk „Dodaj kwalifikator”
 
W nowym polu, które się pojawi, zacznij wpisywać właściwość, która ma zostać dodana
 
Po dodaniu właściwości możesz wpisać wartość kwalifikatora w następnym polu
 
Kliknij „Zapisz”, aby dodać swój kwalifikator do deklaracji

How to query qualifiers

To get what has been input on statements with their qualifiers set, e.g., here on a P31 statement.

SELECT ?item ?itemLabel ?pq_obj ?pq_objLabel 
WHERE {   ?item p:P31 ?statement.   ?statement ps:P31 wd:Q1793804;     
pq:P642 ?pq_obj.   ?pq_qual wikibase:qualifier pq:P642.  
SERVICE wikibase:label { bd:serviceParam wikibase:language "de". } }
Try it!

Zobacz też

Aby dowiedzieć się więcej, zobacz:

  • Help:Statements, which explains what statements are and what rules they follow
  • Help:Sources, which explains what sources are and what rules they follow

Aby uzyskać dodatkowe informacje i wskazówki, zobacz:

  • Chat, do omówienia wszystkich aspektów Wikidanych
  • Wikidata:Glossary, słowniczek terminów używanych na tej i innych stronach pomocy
  • Help:FAQ, często zadawane pytania i odpowiedzi na pytania społeczności Wikidanych
  • Help:Contents, portal pomocy zawierający całą dokumentację dostępną dla Wikidanych