Compound Title Of Parallel Title Encoding Scheme
Element Reference
- Attribute:Value
- JSON-LD
- Turtle
- RDF/XML
Definition
Syntax Encoding Scheme for the compound title of the parallel title.
Scope note
Domain
Range
URI
https://www.iflastandards.info/ISBDM/elements/CC2025
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/CC2025",
"@type": [
"rdfs:Class",
"owl:Class"
],
"label": {
"en": "Compound Title Of Parallel Title Encoding Scheme"
},
"description": {
"en": "Syntax Encoding Scheme for the compound title of the parallel title."
},
"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/CC2025> a rdfs:Class, owl:Class ;
rdfs:label "Compound Title Of Parallel Title Encoding Scheme"@en ;
rdfs:comment "Syntax Encoding Scheme for the compound title of the parallel title."@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/CC2025">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">Compound Title Of Parallel Title Encoding Scheme</rdfs:label>
<rdfs:comment xml:lang="en">Syntax Encoding Scheme for the compound title of the parallel title.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://www.iflastandards.info/ISBDM/elements/"/>
<dcterms:status>Published</dcterms:status>
</rdfs:Class>
</rdf:RDF>
Definition
This refers to a parallel title (element 1.2) that itself consists of a common title and a dependent title, serving as an equivalent in another language or script to a compound title proper.
Required Elements
- Parallel common title (Optional): The equivalent of the common title of the title proper in another language or script [1.2.5.5, 196].
- Parallel dependent title (Optional): The equivalent of the dependent title of the title proper in another language or script [1.2.5.5, 196].
Punctuation Rules
- The entire parallel title statement (including its compound parts) is preceded by = within the Title and Statement of Responsibility Area (Area 1).
- The dependent part follows the common part, generally separated by a point (.).
Relationship to ISBD Standards
This is a specific structure for element 1.2 (Parallel title), detailed in 1.2.5.5 of the ISBD. It is used when the main title is compound and its parallel equivalent is also structured in parts.
Relationship to Other SES
- It is a form within the "Title And Statement Of Responsibility Area Encoding Scheme."
- It applies the "Compound Title Of Title Proper Encoding Scheme" (1.1.3.7) to parallel titles.
- Changes to parallel titles for continuing resources may be noted in the Note Area (Area 7).
Examples
- Godišen zbornik na Zemjodelsko-šumarskiot fakultet na Univerzitetot vo Skopje. Zemjodelstvo = Annuaire de la Faculté d'agriculture et de sylviculture de l'Université de Skopje. Agriculture
This content was automatically generated from the ISBD PDF documentation using Gemini AI analysis.