ISBD Syntax Encoding Scheme
Element Reference
- Attribute:Value
- JSON-LD
- Turtle
- RDF/XML
Definition
Syntax encoding scheme used by International Standard Bibliographic Description (ISBD).
Scope note
Domain
Range
URI
https://www.iflastandards.info/ISBDM/elements/CC2002
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/CC2002",
"@type": [
"rdfs:Class",
"owl:Class"
],
"label": {
"en": "ISBD Syntax Encoding Scheme"
},
"description": {
"en": "Syntax encoding scheme used by International Standard Bibliographic Description (ISBD)."
},
"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/CC2002> a rdfs:Class, owl:Class ;
rdfs:label "ISBD Syntax Encoding Scheme"@en ;
rdfs:comment "Syntax encoding scheme used by International Standard Bibliographic Description (ISBD)."@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/CC2002">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">ISBD Syntax Encoding Scheme</rdfs:label>
<rdfs:comment xml:lang="en">Syntax encoding scheme used by International Standard Bibliographic Description (ISBD).</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://www.iflastandards.info/ISBDM/elements/"/>
<dcterms:status>Published</dcterms:status>
</rdfs:Class>
</rdf:RDF>
Here are the general rules for ISBD's "syntax encoding" through prescribed punctuation:
Inter-Area Punctuation
- Each of the eight main areas (Area 0 to Area 8), other than the first in a paragraph, is typically preceded by a point, space, dash, space (. —).
- If areas are clearly separated by paragraphing, this point, space, dash, space may be replaced by a point (.) given at the end of the preceding area.
Intra-Area Punctuation
- Elements within an area have their own specific prescribed punctuation that either precedes or encloses them. This punctuation is omitted when it would be the very first element of an area.
- Prescribed punctuation is generally preceded and followed by a single space, with the exceptions of the comma (,) and point (.), which are only followed by a space.
- Parentheses ( ( ) ) and square brackets ( [ ] ) are treated as single punctuation symbols; the preceding space comes before the opening symbol and the following space comes after the closing symbol. If a closing parenthesis or square bracket is followed by a prescribed comma or point, no space is used.
- Prescribed punctuation is retained even if it results in double punctuation.
Information from Outside Prescribed Sources
- Information transcribed into areas 1 to 4 and Area 6 that is found on the resource but not on a prescribed source of information for that area is enclosed in square brackets ([ ]).
- Alternatively, such information may be provided in Area 7 (the Note Area) without being enclosed in square brackets.
Multiple Languages or Scripts
- When the same information for a single element appears in more than one language or script, the information in each language or script after the first is preceded by a space, equals sign, space ( = ).
Omission of Elements/Areas
- An area or element that does not apply to the resource being described is not included in the description, and its corresponding preceding or enclosing prescribed punctuation is also omitted.
These punctuation and structural rules are integral to how ISBD data is formatted, ensuring that bibliographic records are clear, consistent, and machine-readable across different cataloguing systems and languages.
This content was automatically generated from the ISBD PDF documentation using Gemini AI analysis.