Aide:P9905

From Wikidata
Jump to navigation Jump to search
This page is a translated version of the page Help:P9905 and the translation is 100% complete.

Help page for relevant date for copyright (P9905) View with SQID. This help page will be included in Property talk:P9905. Please be careful editing it not to break the included page.

Cette propriété est utilisée comme un qualificateur sur la déclaration copyright status (P6216) pour afficher la date utilisée pour déterminer le statut des droits d'auteur utilisé par le qualificateur determination method (P459)

Notez que cela signifie que la déclaration doit avoir les deux relevant date for copyright (P9905) et copyright status (P6216) pour être complète.

Quelle date utiliser dépend du copyright status (P6216) et est souvent utilisé l'un des suivantes :

Autres qualificateurs

Habituellement, cette propriété est utilisée avec toutes les autres propriétés suivantes qualifiant les mêmes éléments :

La requête suivante affiche les éléments où relevant date for copyright (P9905) est utilisé mais qu'au moins une determination method (P459), ou un applies to jurisdiction (P1001) ou une public domain date (P3893) n'est pas donnée.

# Editions with a copyright status that has a relevant date but not a determination method or other qualifiers
SELECT DISTINCT ?work ?workLabel ?statusLabel ?methodLabel ?whereLabel ?relevantDate ?pdDate WHERE {
  ?work wdt:P31/wdt:P279* wd:Q3331189 .
  hint:Prior hint:gearing "forward".

  ?work p:P6216 ?statusStatement .
  ?work wdt:P6216 ?status .
  ?statusStatement pq:P9905 ?relevantDate.
  OPTIONAL {
    ?statusStatement pq:P459 ?method .
  }
  OPTIONAL {
    ?statusStatement pq:P1001 ?where .
  }
  OPTIONAL {
    ?statusStatement pq:P3893 ?pdDate.
  }
  MINUS {
    ?statusStatement pq:P459 ?where .
    ?statusStatement pq:P1001 ?method .
    ?statusStatement pq:P3893 ?pdDate .
  }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Show results
Aucune valeur

Vous pouvez définir aucune valeur quand la méthode de détermination ne dépend d'aucune date :

# Items where a "relevant copyright date" qualifier (P9905) of a "copyright status" (P6216) claim is set to "no value"
SELECT DISTINCT ?work ?statusLabel ?workLabel WHERE {

  ?work p:P6216 [
     a wdno:P9905
  ].
  ?work wdt:P6216 ?status .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Show results