Property talk:P269
Add topicDocumentation
identifier for authority control in the French collaborative library catalog (see also P1025). Format: 8 digits followed by a digit or "X"
| Description | Reference authority control number of the French academic libraries. Rather use SUDOC editions (P1025) for books and editions. | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Represents | IdRef (Q47757534) | ||||||||||||
| Associated item | Agence bibliographique de l'enseignement supérieur (Q2826570) | ||||||||||||
| Applicable "stated in" value | IdRef (Q47757534) | ||||||||||||
| Has quality | VIAF component (Q26921380) | ||||||||||||
| Data type | External identifier | ||||||||||||
| Template parameter | |||||||||||||
| Domain | persons, places, organizations, works... (note: this should be moved to the property statements) | ||||||||||||
| Allowed values | (\d{8}[\dX]|) (numeric string, 8 digits, possibly suffixed by X or another digit) | ||||||||||||
| Example | Victor Hugo (Q535) → 026927608 (RDF) Ukraine (Q212) → 02640267X (RDF) The Thinker (Q154571) → 073412929 (RDF) | ||||||||||||
| Source | https://www.idref.fr/ | ||||||||||||
| Formatter URL | https://www.idref.fr/$1 https://www.idref.fr/$1.rdf https://www.idref.fr/$1.xml | ||||||||||||
| Robot and gadget jobs | DeltaBot does the following jobs: | ||||||||||||
| Tracking: usage | Category:Pages using Wikidata property P269 (Q47005094) | ||||||||||||
| Related to country | |||||||||||||
| See also | SUDOC editions (P1025), Theses.fr person ID (P4285), National Thesis Number (France) (P5005) | ||||||||||||
| Lists |
| ||||||||||||
| Proposal discussion | Proposal discussion | ||||||||||||
| Current uses |
| ||||||||||||
| Search for values |
List of violations of this constraint: Database reports/Constraint violations/P269#Entity types
List of violations of this constraint: Database reports/Constraint violations/P269#Scope, SPARQL
List of violations of this constraint: Database reports/Constraint violations/P269#Format, SPARQL
List of violations of this constraint: Database reports/Constraint violations/P269#Conflicts with P31, search, SPARQL
List of violations of this constraint: Database reports/Constraint violations/P269#Single value, SPARQL
List of violations of this constraint: Database reports/Constraint violations/P269#Unique value, SPARQL (every item), SPARQL (by value)
|
This property is being used by:
Please notify projects that use this property before big changes (renaming, deletion, merge with another property, etc.) |
Distinguish
[edit]Not to be confused with SUDOC editions (P1025). --Kolja21 (talk) 18:41, 18 November 2013 (UTC)
- I will change the label from "IDref identifier (SUDOC authority)" to "SUDOC authority (IDref identifier)" so both properties are consistently named. I hope nobody minds. --Kolja21 (talk) 04:42, 22 November 2013 (UTC)
constraint report relating to Wikimedia disambiguation page (Q4167410)
[edit]If instance of (P31) is a Wikimedia disambiguation page (Q4167410) the presence of IdRef ID (P269) is prohibited
- see: Wikimedia disambiguation page (Q4167410) with SUDOC authorities (P269) . Usualy there might be two possibilities:
- a) please identify the non - ambiguation page (WD item) where the property SUDOC authorities should be moved;
"normally" no other statements should be left at the disambiguation page;
it can happen that a set of properties should be moved to another (a second) WD item, another set to a third WD item etc. - b) verify which language is a disambiguation page and separate it from the rest; please use Gadget-labelLister.js can be activated at preferences#gadgets to remove all faulty descriptions after the disambiguation page is separated (the languages are de, en, fr, es, pt, pt-br, ru, se and possibly some others).
Thanks in advance! gangLeri לערי ריינהארט (talk) 17:24, 22 May 2014 (UTC)
URL formatter
[edit]The IdRef website UI allows users to copy URLs that include a /id suffix (e.g. http://www.idref.fr/02640267X/id) even though it is just a redirect. I added that optionality to the URL formatter. Samoasambia ✎ 06:04, 5 February 2025 (UTC)
Type de notice / Record type
[edit]
Notified participants of WikiProject Authority control
Hello all, as perhaps with others authority files, IdRef maintains two separate identifiers for organisations (collectivités) and places (lieux). It is often the case that both overlaps within a single concept in Wikidata : for example, https://www.idref.fr/026376296 is for Spain (Q29) as a state (i.e. for publications by or about the Spanish government), while https://www.idref.fr/027224406 is for Spain (Q29) a as place (i.e. for publications whose contents pertain to Spain, physicaly speaking). There presence at the same time on Spain (Q29) raise a constraint error. There are already separators enabled for single-value constraint, but in the case of Spain subject named as (P1810) will not be helpful (both records have the same heading), while alternative name (P4970) doesn't feel like the best solution for this problem, or, rather, I feel like it would be more efficient to distinguish at the root of the problem, i.e. the type of the record. I was thinking that object of statement has role (P3831) could be useful in this case: the value of the qualifier could either be a generic item (for all authority files which distinguish between person/organisations/places, etc.) or specific (only for IdRef). What would you think? --Thomas Kerboul (BGE) (talk) 14:31, 2 September 2025 (UTC)
- I very much agree, object of statement has role (P3831) is the best option. Epìdosis 15:38, 2 September 2025 (UTC)
- BTW, object of statement has role (P3831) is useful as separator also when a person has two IDs, one "normal" and one to which object of statement has role (P3831)pseudonym (Q61002) could (and should) be applied. Epìdosis 15:53, 2 September 2025 (UTC)
- +1. Same separator used in the case of GND, see Help:P227. --Kolja21 (talk) 17:27, 2 September 2025 (UTC)
- Thanks for the reply so far, I shall wait a few days in case someone else has some inputs on it. @Kolja21: there is probably some cleaning to do as I don't think that GND has some many different types:
- Try it!
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?role ?roleLabel(COUNT(?role) AS ?count) (SAMPLE(?item) as ?sample) WHERE { ?item p:P227 [ pq:P3831 ?role ] . ?role rdfs:label ?roleLabel . FILTER (lang(?roleLabel) = 'de') } GROUP BY ?role ?roleLabel ?sample ORDER BY DESC(?count)
- – The preceding unsigned comment was added by Thomas Kerboul (BGE) (talk • contribs).
- Wow, 64 results for this is surely too much, thanks for sharing; I help a bit in reducing them. --Epìdosis 08:06, 3 September 2025 (UTC)
- +1. Same separator used in the case of GND, see Help:P227. --Kolja21 (talk) 17:27, 2 September 2025 (UTC)
- BTW, object of statement has role (P3831) is useful as separator also when a person has two IDs, one "normal" and one to which object of statement has role (P3831)pseudonym (Q61002) could (and should) be applied. Epìdosis 15:53, 2 September 2025 (UTC)
UPDATE: I have now added 13 types of authority records used by IdRef : natural person IdRef record (Q136204042), IdRef corporation or conference record (Q136204043), Q136204044, Q136204045, Q136204046, Q136204047, Q136204048, Q136204049, Q136204050, Q136204051, Q136204052, Q136204053, Q136204054. --Thomas Kerboul (BGE) (talk) 11:21, 10 September 2025 (UTC)
- France-related properties
- All Properties
- Properties with external-id-datatype
- Properties used on 1000000+ items
- Properties with entity type constraints
- Properties with scope constraints
- Properties with format constraints
- Properties with conflicts with constraints
- Properties with single value constraints
- Properties with unique value constraints
- Authority control properties