Series And Multipart Monographic Resource Area Encoding Scheme
Element Reference
- Attribute:Value
- JSON-LD
- Turtle
- RDF/XML
Definition
Syntax Encoding Scheme for the series and multipart monographic resource area (Area 6).
Scope note
Domain
Range
URI
https://www.iflastandards.info/ISBDM/elements/CC2009
Type
owl:Class
Status
Published
{
"@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/CC2009",
"@type": [
"rdfs:Class",
"owl:Class"
],
"label": {
"en": "Series And Multipart Monographic Resource Area Encoding Scheme"
},
"description": {
"en": "Syntax Encoding Scheme for the series and multipart monographic resource area (Area 6)."
},
"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/CC2009> a rdfs:Class, owl:Class ;
rdfs:label "Series And Multipart Monographic Resource Area Encoding Scheme"@en ;
rdfs:comment "Syntax Encoding Scheme for the series and multipart monographic resource area (Area 6)."@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/CC2009">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">Series And Multipart Monographic Resource Area Encoding Scheme</rdfs:label>
<rdfs:comment xml:lang="en">Syntax Encoding Scheme for the series and multipart monographic resource area (Area 6).</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 6) is used to indicate that the resource being described belongs to a larger bibliographic resource, specifically a series or a multipart monographic resource. It helps to contextualize the individual resource within a broader collection.
Required Elements
- Title proper of a series or multipart monographic resource (Mandatory if available): The collective title of the larger resource, transcribed as it would be if described as a serial or multipart monographic resource.
- Parallel title of a series or multipart monographic resource (Optional): An equivalent series title in another language or script.
- Other title information of a series or multipart monographic resource (Optional): Subordinate information qualifying the series title, given if necessary for identification or importance.
- Statement of responsibility relating to a series or multipart monographic resource (Optional): Identifies persons or corporate bodies responsible for the series, especially if the title is generic, or if considered important.
- International standard number of a series or multipart monographic resource (Mandatory if available): The ISBN or ISSN related to the series or multipart monographic resource (e.g., ISSN 0306-9222).
- Numbering within a series or multipart monographic resource (Mandatory if available): The numbering of the specific resource within that series (e.g., "no. 78", "vol. 2").
Punctuation Rules
- Each series statement is enclosed in parentheses ( ).
- A second and each subsequent series statement is preceded by a space.
- Each parallel title or parallel statement is preceded by =.
- Each statement of other title information is preceded by :.
- The first statement of responsibility is preceded by /.
- Each subsequent statement of responsibility is preceded by ;.
- The international standard number is preceded by ,.
- Numbering within a series or multipart monographic resource is preceded by ;.
- The section or subseries designation or dependent title following a common title is preceded by ..
- The dependent title following a section or subseries designation is preceded by ,.
Relationship to ISBD Standards
Identified as Area 6, this area helps to establish hierarchical relationships between bibliographic resources. It explicitly uses the concepts of "common title" and "dependent title" for series and subseries.
Relationship to Other SES
- It defines how "Title Proper (Compound) Of Series Or Multipart Monographic Resource Encoding Scheme" and "Parallel Title (Compound) Of Series Or Multipart Monographic Resource Encoding Scheme" are applied.
- If a resource is part of a subseries with its own ISSN, the ISSN of the main series may be noted in the Note Area (Area 7).
- Common titles of a main resource for a supplement or insert may be given in this area.
- Information on series editors can also be found in Area 7.
Examples
- . — (Title proper of series, ISSN ; numbering within series)
- . — (Pepys series)
- . — (Bibliothèque française et romane. Série B, Éditions critiques de textes)
- . — (Map supplement / Association of American Geographers)
- . — (Graeco-Roman memoirs, ISSN 0306-9222 ; no. 78)
This content was automatically generated from the ISBD PDF documentation using Gemini AI analysis.