Property talk:P957
Contents
Documentation
identifier for a book (edition), ten digit
| Format “(\d{9}(\d|X))|(\d{1,5}-\d{1,7}-\d{1,6}-[0-9X])”: value must be formatted using this pattern (PCRE syntax). (Help) Exceptions are possible as rare values may exist. List of this constraint violations: Database reports/Constraint violations/P957#Format, SPARQL, SPARQL (new) |
| Single value: this property generally contains a single value. (Help) Exceptions are possible as rare values may exist. List of this constraint violations: Database reports/Constraint violations/P957#Single value, SPARQL, SPARQL (new) |
| Type “version, edition, or translation (Q3331189)”: element must contain property “instance of (P31)” with classes “version, edition, or translation (Q3331189)” or their subclasses (defined using subclass of (P279)). (Help) Exceptions are possible as rare values may exist. List of this constraint violations: Database reports/Constraint violations/P957#Type Q3331189, SPARQL, SPARQL (new) |
| Qualifiers “language of work or name (P407), distribution (P437), publisher (P123), applies to part (P518)”: this property should be used only with the listed qualifiers. (Help) Exceptions are possible as rare values may exist. List of this constraint violations: Database reports/Constraint violations/P957#Allowed qualifiers, SPARQL, SPARQL (new) |
| Scope is: the property must be used by specified way only (Help) Exceptions are possible as rare values may exist. List of this constraint violations: Database reports/Constraint violations/P957#scope, SPARQL (new) |
| Allowed entity types are Wikibase item (Q29934200): the property may only be used on a certain entity type (Help) Exceptions are possible as rare values may exist. List of this constraint violations: Database reports/Constraint violations/P957#allowed entity types, SPARQL (new) |
| Distinct values: this property likely contains a value that is different from all other items. (Help) Exceptions are possible as rare values may exist. List of this constraint violations: Database reports/Constraint violations/P957#Unique value, SPARQL (every item), SPARQL (by value), SPARQL (new) |
| Conflicts with “instance of (P31): book (Q571)”: this property must not be used with the listed properties and values. (Help) Exceptions are possible as rare values may exist. List of this constraint violations: Database reports/Constraint violations/P957#Conflicts with P31, search, SPARQL, SPARQL (new) |
| Invalid ISBN-10 ISBN-10 that have wrong checksum (Help) Violations query: SELECT ?item { { ?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 |
This property is being used by:
Please notify projects that use this property before big changes (renaming, deletion, merge with another property, etc.) |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 descrption[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)
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)
- 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