Home | Resources | Services | Hosting | Publications | Collaboration | Joining CERL | About CERL |

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
resources:cerl_thesaurus:editing:format:515 [2012/08/31 09:57] – external edit 127.0.0.1resources:cerl_thesaurus:editing:format:515 [2020/01/22 18:21] – [Application of Content Designators] jahnke
Line 1: Line 1:
-====== 515 Place of Activity ====== +====== 515 Related Place (O;R) ======
- +
- +
-\\ +
-<block tableinvisible> +
-|  **Mandatory:** | no | +
-|  **Repeatable:**| yes | +
-</block> +
-\\+
  
  
 ==== Field Definition and Scope ==== ==== Field Definition and Scope ====
  
-This field contains the name of the place where a printer or publisher has been working, a corporate body has been active or a person has been born, died or lived.+This field contains the name of the place where a printer or publisher has been working, a corporate body has been active or a person has been born, died or lived. It can also contain a reference to a place the place described in the current record is related to.
  
  
Line 21: Line 13:
  
 ==== Application of Content Designators ==== ==== Application of Content Designators ====
-<box 60%>**Please note:** Format changes for this field are pending. +
-This section will be updated soon.</box>+
 === Indicators === === Indicators ===
 \\ \\
-**Indicator 1: Specifies the type of name:**\\ +**Indicator 1: undefined (blank)** 
-  * **0**  Name (default) +
-  * **1**  Fictional name+
  
 **Indicator 2: Specifies the type of input:**\\ **Indicator 2: Specifies the type of input:**\\
Line 35: Line 24:
 === Subfields === === Subfields ===
 \\ \\
-**$1 Sort indicator (O;R)**\\ +\\
-A two-digit numeral indicating the order of repeated fields. +
- +
-**$3 CERL Thesaurus record number (M;NR)**\\ +
-Record ID of the record to which the link points +
- +
-**$6 Source file reference (NR]**\\ +
-This subfield is added in an automated updating process only and shall be removed after manual amendment of the record.\\ +
-**Do not edit this subfield manually!** +
- +
-**$8 Language code (A;R)** \\ +
-Mandatory to precede the $n subfield. A three letter language code from the Marc Code List for Languages. +
 **$a Entry Element (M;NR)**\\ **$a Entry Element (M;NR)**\\
 Subfield $a contains the part of the name used as the entry element in a heading. Subfield $a contains the part of the name used as the entry element in a heading.
Line 63: Line 40:
 Remainder of the name, if given in a separate subfield in the source record. Remainder of the name, if given in a separate subfield in the source record.
  
-**$z Chronological subdivision (O;R)**\\+**$z Chronological subdivision (O;NR)**\\
 Used in conjunction with $a  Used in conjunction with $a 
 Preferrred form of entry: yyyy-yyyy or yyyy- or -yyyy Preferrred form of entry: yyyy-yyyy or yyyy- or -yyyy
  
 +**$3 CERL Thesaurus record number (M;NR)**\\
 +Record ID of the record to which the link points
  
-==== Input Conventions ====+\\ 
 +** $8 Language Code (O;R) **\\ 
 +preceeding each subfield $n. see the [[numerical subfields|description of numerical subfields]]. 
 +\\
  
  
 +**$9 Temporary Data (O;NR) ** \\
 +see the [[numerical subfields|description of numerical subfields]]. 
 +
 +**$0 Type of Place (M;NR)** \\
 +An indication of the type of the relationship between the entity described in the record and the place mentioned in this field. The following values are currently supported:
 +
 +//**for personal names, imprint names and corporate names records**//
 +
 +|brth|place of birth|
 +|deat|place of death|
 +|trad|place of trade|
 +|stud|place of study (university)|
 +|schl|place of school|
 +|teac|place of teaching (for university teachers, lecturers, professors etc)|
 +|resd|place of residence|
 +|dioc|see of a diocese/parish (for bishops, priests, ministers etc)| 
 +|vist|place visited|
 +|actv|place of activity (other)|
 +
 +//**for place records**//
 +|part|place is (today) part of another place|
 +|inst|see instead|
 +|relp|related place (default)|
 +
 +  * ''inst'' should be used only in place name records that hold ''3'' in [[110]] subfield $a. 
 +  * ''part'' can only be used in place name records that hold ''0'' in [[110]] subfield $a.
 +==== Input Conventions ====
 +
 +The places and addresses are given in chronological order, where possible.
 ==== Mapping ==== ==== Mapping ====
 When creating an RDF description, the following mapping is applied When creating an RDF description, the following mapping is applied
Line 84: Line 95:
 ==== Examples ==== ==== Examples ====
  
-  - 515 01$aLondon$z1650 +  - 515 #1$0actv$aLondon$z1650 
-  - 515 01$aHaarlem$dBouwery Steghe (de)$z1631 \\ 515 01$aHaarlem$dNoorder School-steegh (de)$z1637-1648 +  - 515 #1$0resd$aHaarlem$dBouwery Steghe (de)$z1631 \\ 515 #1$0resd$aHaarlem$dNoorder School-steegh (de)$z1637-1648 
-  - 515 01$aGroningen$101$z1654-1670 \\ 515 01$aGroningen$102$dHeere-straet (de)$eGroote orangien-croone (in de)$z1655+  - 515 #1$0actv$aGroningen$z1654-1670 \\ 515 #1$0resd$aGroningen$dHeere-straet (de)$eGroote orangien-croone (in de)$z1655
  
  
 +==== Internal Representation ====
 +<code javascript>
 +{"data": {"place": [{
 +    "tmp": "Temporary data ($9)",
 +    "part": [
 +        {"name": "Entry element ($a)"},
 +        {"address": "Address ($d)"},
 +        {"sign": "Sign ($e)"},
 +        {"addition": "Addition to the name ($r)"}
 +    ],
 +    "typeOfPlace": "Type of place ($0)",
 +    "source": ["source of information ($s)"],
 +    "start": year ($z),
 +    "end": year ($z),
 +    "note": [{
 +        "lang": "Language code ($8)",
 +        "text": "Text of note ($n)"
 +    }],
 +    "id": "Record identifier of related record ($3)",
 +    "prc": 1
 +}]}}
 +</code>
  
 +==== Change history ====
 +  * //17.07.2017//: The first indicator will become obsolete, once the CT has been migrated into its new environment
 +  * //17.07.2017//: Subfield $1 will no longer be supported, once the CT has been migrated to its new environment.
 +  * //17.07.2017//: Subfield $6 will no longer be supported, once the CT has been migrated into its new environment
 +  * //17.07.2017//: Added new subfield $0 to the format description
 +  * //16.01.2020//: Added codes for related places and adapted field definition
  
  
 resources/cerl_thesaurus/editing/format/515.txt · Last modified: 2020/01/22 18:21 by jahnke

 

 

Recent changes RSS feed Valid XHTML 1.0 Driven by DokuWiki