Place Of Publication, Production, Distribution Statement Encoding Scheme
Element Reference
- Attribute:Value
- JSON-LD
- Turtle
- RDF/XML
Definition
Syntax Encoding Scheme for the place of publication, production, distribution statement.
Scope note
Domain
Range
URI
https://www.iflastandards.info/ISBDM/elements/CC2018
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/CC2018",
"@type": [
"rdfs:Class",
"owl:Class"
],
"label": {
"en": "Place Of Publication, Production, Distribution Statement Encoding Scheme"
},
"description": {
"en": "Syntax Encoding Scheme for the place of publication, production, distribution statement."
},
"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/CC2018> a rdfs:Class, owl:Class ;
rdfs:label "Place Of Publication, Production, Distribution Statement Encoding Scheme"@en ;
rdfs:comment "Syntax Encoding Scheme for the place of publication, production, distribution statement."@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/CC2018">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">Place Of Publication, Production, Distribution Statement Encoding Scheme</rdfs:label>
<rdfs:comment xml:lang="en">Syntax Encoding Scheme for the place of publication, production, distribution statement.</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 element 4.1 within the Publication, Production, Distribution, Etc. Area (Area 4). It specifies the name of the place associated with the publisher, producer, or distributor, or the place from which the resource was issued or distributed.
Required Elements
- Place name (Mandatory): The name of the city or town (e.g., "London," "Baltimore"). If unknown or uncertain, it can be supplied in square brackets, possibly with a question mark.
- Larger place (Optional): The name of a country, state, etc., added for identification (e.g., "Washington, D.C.", "Cambridge, Mass."). This is preceded by a comma if from the source, or in square brackets if supplied.
- Full address (Optional): The full address of the publisher, producer, or distributor, if necessary for identification. Enclosed in parentheses if from source, or square brackets if supplied.
- Alternative/corrected version (Optional): If the given place name is incorrect, a correction can be supplied (e.g., "Paris [i.e. Leiden]", "Christiania [Oslo]").
Punctuation Rules
- A second or subsequent place is preceded by ; (unless a linking word or phrase is given).
- Supplied information (e.g., unknown place, additions for identification) is enclosed in square brackets [ ].
- The abbreviation s.l. (sine loco) is supplied in square brackets if no place can be determined.
Relationship to ISBD Standards
This is element 4.1 within Area 4. It is a mandatory element in the bibliographic description.
Relationship to Other SES
- It is a component of the "Publication, Production, Distribution, Etc Area Encoding Scheme."
- It is inherently linked to the "Name Of Publisher, Producer, Distributor Statement Encoding Scheme" (element 4.2), as the place is associated with that name.
- Changes in the place of publication for continuing resources or multipart monographic resources are noted in the Note Area (Area 7).
Examples
- . — London
- . — Washington, D.C.
- . — Santiago [Chile]
- . — [S.l.]
- . — Paris (66, avenue de Versailles, 75016)
This content was automatically generated from the ISBD PDF documentation using Gemini AI analysis.