Note Area 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/CC2010",
"@type": [
"rdfs:Class",
"owl:Class"
],
"label": {
"en": "Note Area Encoding Scheme"
},
"description": {
"en": "Syntax Encoding Scheme for the note area (Area 7)."
},
"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/CC2010> a rdfs:Class, owl:Class ;
rdfs:label "Note Area Encoding Scheme"@en ;
rdfs:comment "Syntax Encoding Scheme for the note area (Area 7)."@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/CC2010">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">Note Area Encoding Scheme</rdfs:label>
<rdfs:comment xml:lang="en">Syntax Encoding Scheme for the note area (Area 7).</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://www.iflastandards.info/ISBDM/elements/"/>
<dcterms:status>Published</dcterms:status>
</rdfs:Class>
</rdf:RDF>
Definition
This area (Area 7) is a flexible space for any descriptive information not given in other areas but considered important to users of bibliographic records. Notes clarify, amplify, or provide additional insights into the resource's description, bibliographic history, or relationships to other resources.
Required Elements
Notes are generally optional. However, some notes are explicitly designated as "mandatory if applicable and/or available" in the A.3.1 outline for certain elements (e.g., notes on content form and media type). Notes are categorized by the ISBD areas they relate to, but can also cover aspects that don't directly correspond to a specific area.
- Notes on content form and media type (7.0): (e.g., frequency for continuing resources, system requirements for electronic resources).
- Notes on title and statement of responsibility (7.1): (e.g., source of title, variant titles, changes to title, explanations about statements of responsibility).
- Notes on edition area and bibliographic history (7.2): (e.g., source of edition statement, changes to edition, bibliographic history, relationships like translations, reproductions, other editions, supplements, mergers, splits).
- Notes on material or type of resource specific area (7.3): (e.g., additional mathematical data, music format peculiarities, numbering details for serials, unpublished statement peculiarities).
- Notes on publication, production, distribution, etc., area (7.4): (e.g., other publishers, variant information, irregularities, additional dates).
- Notes on material description area (7.5): (e.g., additional physical details, physical peculiarities, other physical formats available).
- Notes on series and multipart monographic resources area (7.6): (e.g., series editors, main series ISSN for subseries).
- Notes on the contents (7.7): (e.g., list of contents, indexes, bibliographies).
- Notes on resource identifier and terms of availability area (7.8): (e.g., limited print run, binding).
- Notes on the issue, part, iteration, etc., that forms the basis of the description (7.9): (e.g., if description is not based on the first issue/iteration).
- Other notes (7.10): (e.g., duration for music, astronomical parameters, summary, use/audience).
- Notes relating to the copy in hand (7.11): (e.g., physical characteristics of the specific copy, "bound with" details, provenance, imperfections).
Punctuation Rules
- Each note is separated from the next by . —.
- If notes are in separate paragraphs, . — is omitted or replaced by a point (.) at the end of the preceding note.
- Within notes, the prescribed punctuation of areas 1-6 is recommended.
- Key title and ISSN in a note are connected by =.
- Title proper and ISSN in a note are connected by ,.
Relationship to ISBD Standards
Identified as Area 7, this area provides flexibility and depth to the description, allowing cataloguers to include nuances and specific details that enhance understanding beyond the structured areas.
Relationship to Other SES
The Note Area serves as a supplementary and explanatory component for all other ISBD Areas (0-6, 8). Most other SES have cross-references to this area for additional information.
Examples
- . — System requirements: Macintosh; at least 1 MB; System 6.0.5 or later
- . — Title from cover
- . — Translation of: La muerte de Artemio Cruz
- . — Includes index
- . — Imperfect copy: missing cover and title page
This content was automatically generated from the ISBD PDF documentation using Gemini AI analysis.