Resource Identifier Statement Encoding Scheme
Element Reference
- Attribute:Value
- JSON-LD
- Turtle
- RDF/XML
{
"@context": {
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"owl": "http://www.w3.org/2002/07/owl#",
"skos": "http://www.w3.org/2004/02/skos/core#",
"dcterms": "http://purl.org/dc/terms/",
"ifla": "http://iflastandards.info/ns/isbd/terms/",
"isbdm": "http://iflastandards.info/ns/isbdm/elements/"
},
"@graph": [
{
"@id": "https://www.iflastandards.info/ISBDM/elements/CC2028",
"@type": [
"rdfs:Class",
"owl:Class"
],
"label": {
"en": "Resource Identifier Statement Encoding Scheme"
},
"description": {
"en": "Syntax Encoding Scheme for the resource identifier statement."
},
"isDefinedBy": {
"@id": "https://www.iflastandards.info/ISBDM/elements/",
"label": "ISBD Manifestation elements"
},
"status": {
"label": "Published"
}
}
]
}
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isbdm: <http://iflastandards.info/ns/isbdm/elements/> .
@prefix ifla: <http://iflastandards.info/ns/isbd/terms/> .
<https://www.iflastandards.info/ISBDM/elements/CC2028> a rdfs:Class, owl:Class ;
rdfs:label "Resource Identifier Statement Encoding Scheme"@en ;
rdfs:comment "Syntax Encoding Scheme for the resource identifier statement."@en ;
rdfs:isDefinedBy <https://www.iflastandards.info/ISBDM/elements/> ;
dcterms:status "Published" .
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:isbdm="http://iflastandards.info/ns/isbdm/elements/"
xmlns:ifla="http://iflastandards.info/ns/isbd/terms/">
<rdfs:Class rdf:about="https://www.iflastandards.info/ISBDM/elements/CC2028">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">Resource Identifier Statement Encoding Scheme</rdfs:label>
<rdfs:comment xml:lang="en">Syntax Encoding Scheme for the resource identifier statement.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://www.iflastandards.info/ISBDM/elements/"/>
<dcterms:status>Published</dcterms:status>
</rdfs:Class>
</rdf:RDF>
Definition
This refers to element 8.1 within the Resource Identifier and Terms of Availability Area (Area 8). It provides a number or alphanumeric designation that uniquely identifies a resource. This can include international standard identifiers (like ISBN, ISSN, ISMN, URN, DOI, URL) or designations assigned by a publisher (like publisher's numbers, plate numbers, or label names with catalogue numbers). For older monographic resources and music manuscripts, it also includes "Fingerprint" and "Music incipit" as identifiers.
Required Elements
The element is Optional.
- Standard identifier (Optional): Recorded with its customary label (e.g., "ISBN 978-952-92-0267-6," "ISSN 0075-2363," "doi:10.1000/1").
- Publisher's number (Optional, for notated music): Preceded by "Publ. no.".
- Plate number (Optional, for notated music): Preceded by "Pl. no.".
- Qualification to identifier (Optional): A brief statement in parentheses to qualify, explain, or correct the identifier (e.g., "(cloth)", "(corrected)", "(invalid)").
- Label name and catalogue number (Optional, for sound/videorecordings): The label name followed by all catalogue numbers supplied by the issuing company (e.g., "Telefunken 6.35368").
- Fingerprint (Mandatory if available, for older monographic resources): An alphanumeric string derived from the text (e.g., "163704 - b1 A2 ,$en : b2 I2 a,$").
- Music incipit (Optional, for music manuscripts): A series of notes from a musical work, serving as an identifier.
Punctuation Rules
- The identifier is the first element in its statement within Area 8 and is not preceded by prescribed punctuation.
- Qualifications are enclosed in parentheses ( ). Multiple qualifications are separated by ;.
- If multiple identifiers for the same resource (e.g., for different formats or parts) are given by repeating the area, each subsequent statement is preceded by . —.
- A plate number following an ISBN or publisher's number is preceded by . —.
Relationship to ISBD Standards
This is element 8.1 within Area 8. It provides standardized, unique identification for resources, aiding in their discovery and management.
Relationship to Other SES
- It is a component of the "Resource Identifier And Terms Of Availability Area Encoding Scheme."
- It directly relates to the "Key title" (element 8.2), which is given only if the ISSN (a type of resource identifier) is also given.
- Identifiers for earlier editions or bibliographic history are not given here but may be recorded in the Note Area (Area 7).
Examples
- . — ISBN 978-952-92-0267-6
- . — ISSN 0075-2363
- . — ISMN 979-0-3217-6543-6 (score)
- . — Telefunken 6.35368
- . — Fingerprint:163704 - b1 A2 ,$en : b2 I2 a,$
This content was automatically generated from the ISBD PDF documentation using Gemini AI analysis.