Property talk:P957
Documentation
former identifier for a book (edition), ten digits. Used for all publications up to 2006 (convertible to ISBN-13 for some online catalogs; useful for old books or fac-similes not reedited since 2007)
Applicable "stated in" value | not applicable | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Data type | External identifier | ||||||||||||
Domain | version, edition or translation (Q3331189), doctoral thesis (Q187685), encyclopedia (Q5292), publication (Q732577), video game (Q7889) or board game (Q131436) | ||||||||||||
Allowed values | ([0-57]-(\d-\d{7}|\d\d-\d{6}|\d{3}-\d{5}|\d{4}-\d{4}|\d{5}-\d{3}|\d{6}-\d\d|\d{7}-\d)|(65|8\d|9[0-4])-(\d-\d{6}|\d\d-\d{5}|\d{3}-\d{4}|\d{4}-\d{3}|\d{5}-\d\d|\d{6}-\d)|(6[0-4]|9[5-8])\d-(\d-\d{5}|\d\d-\d{4}|\d{3}-\d{3}|\d{4}-\d\d|\d{5}-\d)|99[0-8]\d-(\d-\d{4}|\d\d-\d{3}|\d{3}-\d\d|\d{4}-\d)|999\d\d-(\d-\d{3}|\d\d-\d\d|\d{3}-\d))-[\dX] (9 digits in 3 groups separated by dashes, followed by a dash, and a final single check digit or "X") | ||||||||||||
Example | Hamlet, Prince of Denmark (Q14422206) → 0-521-22151-X (RDF) Hamlet, Prince of Denmark (Q14422206) → 0-521-29366-9 (RDF) | ||||||||||||
Format and edit filter validation | Abuse filter #82 | ||||||||||||
Formatter URL | https://wikidata.org/wiki/Special:BookSources/$1 | ||||||||||||
Formatter URN | urn:isbn:$1 — List of Uniform Resource Names (URN) | ||||||||||||
Robot and gadget jobs | DeltaBot does the following jobs: | ||||||||||||
Tracking: usage | Category:Pages using Wikidata property P957 (Q23909093) | ||||||||||||
See also | ISBN-13 (P212), ISBN publisher prefix (P3035), ISBN identifier group (P3097), Depósito Legal ID (P6164) | ||||||||||||
Lists |
| ||||||||||||
Proposal discussion | Proposal discussion | ||||||||||||
Current uses |
| ||||||||||||
Search for values |
([0-57]-(\d-\d{7}|\d\d-\d{6}|\d{3}-\d{5}|\d{4}-\d{4}|\d{5}-\d{3}|\d{6}-\d\d|\d{7}-\d)|(65|8\d|9[0-4])-(\d-\d{6}|\d\d-\d{5}|\d{3}-\d{4}|\d{4}-\d{3}|\d{5}-\d\d|\d{6}-\d)|(6[0-4]|9[5-8])\d-(\d-\d{5}|\d\d-\d{4}|\d{3}-\d{3}|\d{4}-\d\d|\d{5}-\d)|99[0-8]\d-(\d-\d{4}|\d\d-\d{3}|\d{3}-\d\d|\d{4}-\d)|999\d\d-(\d-\d{3}|\d\d-\d\d|\d{3}-\d))-[\dX]
”: value must be formatted using this pattern (PCRE syntax). (Help)List of violations of this constraint: Database reports/Constraint violations/P957#Format, SPARQL
List of violations of this constraint: Database reports/Constraint violations/P957#Single value, SPARQL
List of violations of this constraint: Database reports/Constraint violations/P957#Type Q3331189, Q187685, Q5292, Q732577, Q7889, Q131436, SPARQL
List of violations of this constraint: Database reports/Constraint violations/P957#allowed qualifiers, SPARQL
List of violations of this constraint: Database reports/Constraint violations/P957#Scope, SPARQL
List of violations of this constraint: Database reports/Constraint violations/P957#Entity types
List of violations of this constraint: Database reports/Constraint violations/P957#Unique value, SPARQL (every item), SPARQL (by value)
List of violations of this constraint: Database reports/Constraint violations/P957#Conflicts with P31, SPARQL
List of violations of this constraint: Database reports/Constraint violations/P957#Scope, SPARQL
ISBN-10 that have wrong checksum (Help)
Violations query:
SELECT ?item #?value { { ?item wdt:P957 ?value } UNION { ?statement pq:P957 ?value . ?item ?p ?statement . ?prop wikibase:claim ?p } UNION { ?ref pr:P957 ?value . ?statement prov:wasDerivedFrom ?ref . ?item ?p ?statement . ?prop wikibase:claim ?p } . BIND( REPLACE(STR(?value), "-", "") AS ?nohyphen ) . FILTER( STRLEN(?nohyphen) = 10 ) . BIND( REPLACE(SUBSTR(?nohyphen, 10, 1), "X", "10") AS ?last ) . BIND( xsd:integer(SUBSTR(?nohyphen, 1, 1)) * 10 + xsd:integer(SUBSTR(?nohyphen, 2, 1)) * 9 + xsd:integer(SUBSTR(?nohyphen, 3, 1)) * 8 + xsd:integer(SUBSTR(?nohyphen, 4, 1)) * 7 + xsd:integer(SUBSTR(?nohyphen, 5, 1)) * 6 + xsd:integer(SUBSTR(?nohyphen, 6, 1)) * 5 + xsd:integer(SUBSTR(?nohyphen, 7, 1)) * 4 + xsd:integer(SUBSTR(?nohyphen, 8, 1)) * 3 + xsd:integer(SUBSTR(?nohyphen, 9, 1)) * 2 + xsd:integer(?last) AS ?checksum ) . FILTER( FLOOR(?checksum / 11) != (?checksum / 11) ) }
List of this constraint violations: Database reports/Complex constraint violations/P957#Invalid ISBN-10
ISBNs contain a publisher prefix that should also be present as a value of ISBN publisher prefix (P3035) on the corresponding publisher (P123) item. (Help)
Violations query:
SELECT DISTINCT ?item WHERE { ?item wdt:P957 ?ISBN10. OPTIONAL { ?item wdt:P123 ?publisher. ?publisher wdt:P3035 ?pub_prefix. } BIND(CONCAT("978-", REPLACE(?ISBN10, "-\\d+-[\\dX]$", "")) AS ?isbn_pub_prefix) FILTER((BOUND(?pub_prefix)) && (?isbn_pub_prefix NOT IN(?pub_prefix))) }
List of this constraint violations: Database reports/Complex constraint violations/P957#Publisher does not share ISBN publisher prefix
|
ISBN-13
[edit]Since 1 January 2007, ISBNs have contained 13 digits, a format that is compatible with "Bookland" EAN-13s: ISBN-13 (P212). --Kolja21 (talk) 17:06, 15 October 2013 (UTC)
- I am going to respond on Property_talk:P212 because I believe that the two properties should be merged. Maximilianklein (talk) 19:06, 17 October 2013 (UTC)
Changing English description
[edit]There is no official correct presentation, all hyphenation is completely optional. Maximilianklein (talk) 22:33, 25 October 2013 (UTC)
- Till you changed the description it wasn't optional ; ) The hyphens are needed for human readers without eidetic memory. en:Wikipedia:ISBN#Types: "Use hyphens if they are included, as they divide the number into meaningful parts." --Kolja21 (talk) 22:51, 25 October 2013 (UTC)
- No, the hyphens have a meaning: they separate logical groups: in ISBN-10, the 1st group identifies a registry (one of the few major international languages, or a single country, or an special registry for NGO's and international organizations), the second group identifies a publisher in that registry, the third group is a serial number for the book, the last 4th group has a single digit (or "X") for the check code. They can be used to locate the country of publication and the publisher, and in the catalog of this publisher, the year of publication (note that some countries have several blocks, and some publishers have several codes in the same country, they get new a block when their book numbers will soon be exhausted (but large publishers may jsut decide to publish in another country if it lacks some codes. ISBN-10 is convertible to ISBN-13, using the "978" prefix and by recomputing the last check digit; but the reverse is not always possible, even if the ISBN-13 starts by "978". As well, for old books published before 2005, you won't find them by their ISBN-13 in most libaries if their catalog have not converted the codes: many historic catalogs of public libraries will never be converted to ISBN-13, and cite references are often printed or ekpt only as facsimile which won't be modified (and not OCR'ed as well).
- The best practive is then to keep the format that was originally printed on the book itself. Verdy p (talk) 06:27, 25 August 2020 (UTC)
Property should be constrained for editions but is being misused for works
[edit]The exemplary work On the origin of species (Q20124) shows ISBN-10 (property:P957), ISBN-13 (property:P212), BiblioNet publication ID (property:P2187), and OCLC control number (property:P243) each of which should be a property of a specific edition, not of the work such editions exemplify. LeadSongDog (talk) 21:48, 13 April 2017 (UTC)
- The property can be used for instances of book (Q571) as well, especially for the first edition of a book. It makes no sense to complicate the data model by creation of two items (abstract "work" and "edition") if there is only one book edition anyway. -- JakobVoss (talk) 16:23, 27 March 2019 (UTC)
- OCLC and ISBN-13 already had "book" as an allowed class, so I added it to ISBN-10 as well. --1Veertje (talk) 09:53, 16 April 2019 (UTC)
Proceedings constraint
[edit]Hi, The allowable item type constraint for ISBN should include Q1143604 (proceedings) - as these are individual publications that sometimes have ISBNS (sometimes ISSNs and sometimes both). -- Phoebe (talk) 10:41, 15 August 2019 (UTC)
- I don,t see the problem. If the proceedings are published as a book, they should also have that as an instance of. Circeus (talk) 17:37, 15 August 2019 (UTC)
Distribution format qualifier in ISBN
[edit]Hi, I see interesting situation in Wikidata property example (P1855) of this item. There is value with applies to part, aspect, or form (P518) = hardback (Q193955) qualifier. I think, that it is wrong. In page [1] is usage like distribution format (P437) = hardback (Q193955). Could I change example or am I wrong in something? Skim (talk) 16:28, 30 November 2023 (UTC)
- All Properties
- Properties with external-id-datatype
- Properties used on 10000+ items
- Properties with format constraints
- Properties with single value constraints
- Properties with constraints on type
- Properties with qualifiers constraints
- Properties with scope constraints
- Properties with entity type constraints
- Properties with unique value constraints
- Properties with conflicts with constraints
- Properties with complex constraints