Material Description Area Encoding Scheme
Element Reference
- Attribute:Value
- JSON-LD
- Turtle
- RDF/XML
Definition
Syntax Encoding Scheme for the material description area (Area 5).
Scope note
Domain
Range
URI
https://www.iflastandards.info/ISBDM/elements/CC2008
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/CC2008",
"@type": [
"rdfs:Class",
"owl:Class"
],
"label": {
"en": "Material Description Area Encoding Scheme"
},
"description": {
"en": "Syntax Encoding Scheme for the material description area (Area 5)."
},
"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/CC2008> a rdfs:Class, owl:Class ;
rdfs:label "Material Description Area Encoding Scheme"@en ;
rdfs:comment "Syntax Encoding Scheme for the material description area (Area 5)."@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/CC2008">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">Material Description Area Encoding Scheme</rdfs:label>
<rdfs:comment xml:lang="en">Syntax Encoding Scheme for the material description area (Area 5).</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 5) describes the physical characteristics of the resource. It includes details about the extent, other physical characteristics, dimensions, and any accompanying material. The description should reflect the resource as it was originally issued.
Required Elements
- Extent (Mandatory): Names and numbers the physical unit(s) (e.g., "36 slides," "1 computer disk") and may include subunits like pages or playing time (e.g., "(37 p.)", "(ca 60 min)"). (Further detailed in "Specific Material Designation And Extent Encoding Scheme").
- Other physical details (Optional): Statement of other characteristics, such as:
- Composition of material (e.g., "wood," "nitrate").
- Presence of illustrations (e.g., "ill.", "col. ill.", "chiefly maps").
- Presence of colour (e.g., "col.", "b&w").
- Reduction ratio (for microforms, e.g., "14x", "high reduction").
- Presence or absence of sound (e.g., "sd.", "si.").
- Other technical specifications (e.g., frame alignment, process of reproduction, playing speed, sound channels, noise reduction). (Further detailed in "Other Physical Details Encoding Scheme").
- Dimensions (Optional): Linear measurements of the resource, typically in centimetres. For certain media (film, tape), gauge or width in millimetres.
- Accompanying material statement (Optional): Describes any physically separable material issued with and intended to be used with the resource. A short physical description of the accompanying material may be included.
Punctuation Rules
- Each area is preceded by . —.
- The statement of other physical details is preceded by :.
- The dimensions statement is preceded by ;.
- Each accompanying material statement is preceded by +.
- Extent, other physical details, and dimensions of accompanying material are enclosed in parentheses ( ).
Relationship to ISBD Standards
Identified as Area 5, this is a key area for providing physical description of resources. It provides unambiguous information for identification and reference.
Relationship to Other SES
- It contains distinct encoding schemes for "Specific Material Designation And Extent Encoding Scheme" and "Other Physical Details Encoding Scheme."
- Information about the physical units of notated music and unpublished resources mentioned in Area 3 is specified here.
- Notes on this area provide additional physical details or clarify peculiarities, and are found in the Note Area (Area 7).
- Accompanying material can alternatively be described independently or in a note.
Examples
. — Specific material designation (extent) : other physical details statement ; dimensions
+ accompanying material statement
. — 1 score (37 p.) + 4 parts on 1 CD-ROM
. — 1 videocassette (U-matic) (30 min) : col., sd. ; 18.8 x 10.4 x 2.5 cm
. — 1 map : transparency, col. ; 65 x 40 cm + 1 memoir
This content was automatically generated from the ISBD PDF documentation using Gemini AI analysis.