Title And Statement Of Responsibility Area Encoding Scheme
Element Reference
- Attribute:Value
- JSON-LD
- Turtle
- RDF/XML
Definition
Syntax encoding scheme for other physical details.
Scope note
Domain
Range
URI
https://www.iflastandards.info/ISBDM/elements/CC2016
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/CC2016",
"@type": [
"rdfs:Class",
"owl:Class"
],
"label": {
"en": "Other Physical Details Encoding Scheme"
},
"description": {
"en": "Syntax encoding scheme for other physical details."
},
"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/CC2016> a rdfs:Class, owl:Class ;
rdfs:label "Other Physical Details Encoding Scheme"@en ;
rdfs:comment "Syntax encoding scheme for other physical details."@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/CC2016">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">Other Physical Details Encoding Scheme</rdfs:label>
<rdfs:comment xml:lang="en">Syntax encoding scheme for other physical details.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://www.iflastandards.info/ISBDM/elements/"/>
<dcterms:status>Published</dcterms:status>
</rdfs:Class>
</rdf:RDF>
Definition
This element within the Material Description Area (Area 5) provides a statement of additional physical characteristics of the resource beyond its extent and dimensions. This includes details like material composition, presence of colour or illustrations, and various technical specifications.
Required Elements
All elements are optional:
- Composition of material: Word or phrase indicating what the resource is made of (e.g., "wood," "nitrate," "transparency").
- Presence of illustrations: Abbreviation "ill." (or equivalent). Can specify "all ill." or "chiefly maps".
- Presence of colour: "col." for colour, "b&w" for black and white.
- Reduction ratio (Microforms): Numerical ratio (e.g., "14x," "150x") or descriptive terms (e.g., "low reduction").
- Presence or absence of sound: "sd." for sound, "si." for silent, when not implicit in the specific material designation (e.g., for film reels). Brief explanatory phrases can be added (e.g., "(Beta HiFi)").
- Other technical specifications:
- Frame alignment (for microforms/filmstrips, e.g., "cine mode," "comic mode").
- Process or method of reproduction (for still images, e.g., "drypoint, aquatint").
- Playing speed (e.g., "33 1/3 rpm," "19 cm/s").
- Recording method (e.g., "stereo," "mono").
- Groove direction/size (for sound discs).
- Number of tape tracks.
- Track configuration (for sound reels with 4+ tracks).
- Number of sound channels (e.g., "mono," "stereo").
- Equalization.
- Noise reduction.
Punctuation Rules
This statement is preceded by : within Area 5.
Relationship to ISBD Standards
This is element 5.2 within Area 5. It provides granular details about the physical manifestation of the resource.
Relationship to Other SES
- It is a component of the "Material Description Area Encoding Scheme."
- If a resource is available in alternative formats with different physical details, this information may be omitted here and given in Area 8 (Resource Identifier and Terms of Availability Area) or the Note Area (Area 7).
- Notes providing additional physical details or peculiar characteristics are given in the Note Area (Area 7).
Examples
- . — 1 globe : wood
- . — 1 film reel (20 min) : b&w, si.
- . — 1 sound disc : 33 1/3 rpm, stereo
- . — 1 CD-I : col., sd.
This content was automatically generated from the ISBD PDF documentation using Gemini AI analysis.