Statement Of Printing Or Manufacture Encoding Scheme
Element Reference
- Attribute:Value
- JSON-LD
- Turtle
- RDF/XML
Definition
Syntax Encoding Scheme for the statement of printing or manufacture.
Scope note
Domain
Range
URI
https://www.iflastandards.info/ISBDM/elements/CC2020
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/CC2020",
"@type": [
"rdfs:Class",
"owl:Class"
],
"label": {
"en": "Statement Of Printing Or Manufacture Encoding Scheme"
},
"description": {
"en": "Syntax Encoding Scheme for the statement of printing or manufacture."
},
"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/CC2020> a rdfs:Class, owl:Class ;
rdfs:label "Statement Of Printing Or Manufacture Encoding Scheme"@en ;
rdfs:comment "Syntax Encoding Scheme for the statement of printing or manufacture."@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/CC2020">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">Statement Of Printing Or Manufacture Encoding Scheme</rdfs:label>
<rdfs:comment xml:lang="en">Syntax Encoding Scheme for the statement of printing or manufacture.</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: London: Printed by William Clowes and Sons, Limited, 1923
Context: Place, Printer, and Date for a monograph
Example 2: (Leipzig: Druck von Breitkopf und Härtel)
Context: Printing statement given separately from publishing statement in Area 4 (older monograph)
Example 3: [Oxford]: Printed at the Clarendon Press
Context: Place supplied by cataloger based on printer name, printer given, date omitted
Example 4: [s.l.]: [s.n.], 1974 (Manchester: Unity Press)
Context: Place and publisher unknown, printing place and printer provided.
Example 5: (Bruxelles : Impr. J. Moens, 1878; Gand : Hoste, 1879)
Context: Multiple places and printers (older monographic resource)
This content was automatically generated from the ISBD PDF documentation using Gemini AI analysis.