Compound Title Of Title Proper Encoding Scheme
Element Reference
- Attribute:Value
- JSON-LD
- Turtle
- RDF/XML
Definition
Syntax Encoding Scheme for the compound title of the title proper.
Scope note
Domain
Range
URI
https://www.iflastandards.info/ISBDM/elements/CC2021
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/CC2021",
"@type": [
"rdfs:Class",
"owl:Class"
],
"label": {
"en": "Compound Title Of Title Proper Encoding Scheme"
},
"description": {
"en": "Syntax Encoding Scheme for the compound title of the title proper."
},
"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/CC2021> a rdfs:Class, owl:Class ;
rdfs:label "Compound Title Of Title Proper Encoding Scheme"@en ;
rdfs:comment "Syntax Encoding Scheme for the compound title of the title proper."@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/CC2021">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">Compound Title Of Title Proper Encoding Scheme</rdfs:label>
<rdfs:comment xml:lang="en">Syntax Encoding Scheme for the compound title of the title proper.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://www.iflastandards.info/ISBDM/elements/"/>
<dcterms:status>Published</dcterms:status>
</rdfs:Class>
</rdf:RDF>
Definition
Required Elements
Punctuation Rules
Relationship to ISBD Standards
Relationship to Other SES
Examples
Example 1: Advanced calculus. Student handbook
Context: Title proper of a student handbook, part of a larger work on advanced calculus.
Example 2: Histoire du peuple anglais au XIXe siècle. Épilogue
Context: Title proper of an epilogue, part of a larger work on 19th-century English history.
Example 3: The German pre-classics. Series A, George Philipp Telemann
Context: Title proper of a work within the "Series A" subseries of a collection called "The German pre-classics."
Example 4: Mix and match games. Module 1, Letters
Context: Title proper of "Module 1," which is titled "Letters" and part of a larger educational resource, "Mix and match games."
Example 5: Internationale Quartär-Karte von Europa. Blatt 8, Magnitogorsk
Context: Title proper of map "Blatt 8" which is titled "Magnitogorsk" and part of the "Internationale Quartär-Karte von Europa" map series.
This content was automatically generated from the ISBD PDF documentation using Gemini AI analysis.