]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
1564a871ad5a5e24c3848124e34e4606e6e4d317
[tmp/jakarta-migration.git] /
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <document name="persons">\r
3   <ns2:persons_common xmlns:ns2="http://collectionspace.org/services/person" xmlns:ns3="http://collectionspace.org/services/jaxb">\r
4     <inAuthority>${inAuthority}</inAuthority>\r
5     <shortIdentifier>${shortIdentifier}</shortIdentifier>\r
6     <refName>urn:cspace:org.collectionspace.demo:personauthority:name(${authShortIdentifier}):person:name(${shortIdentifier})'John Wayne'</refName>\r
7 \r
8         <personTermGroupList>\r
9                 <personTermGroup>\r
10                         <termName>John Wayne</termName>\r
11                         <termPrefForLang>false</termPrefForLang>\r
12                         <termDisplayName>John Wayne</termDisplayName>\r
13                     <foreName>John</foreName>\r
14                     <surName>Wayne</surName>\r
15                 </personTermGroup>\r
16         </personTermGroupList>  \r
17     \r
18     <birthDate>May 26, 1907</birthDate>\r
19     <deathDate>June 11, 1979</deathDate>\r
20     <birthPlace>Winterset, Iowa</birthPlace>\r
21     <groups>\r
22       <group>Irish</group>\r
23       <group>Scottish</group>\r
24     </groups>\r
25     <gender>male</gender>\r
26     <bioNote>born Marion Robert Morrison and betterknown by his stage name John Wayne, was an American film actor, director and producer. He epitomized rugged masculinity and has become an enduring American icon. He is famous for his distinctive\r
27     voice, walk and height. He was also known for his conservative political views and his support in the 1950s for anti-communist positions.</bioNote>\r
28   </ns2:persons_common>\r
29   \r
30   <ns3:relations-common-list xmlns:ns3="http://collectionspace.org/services/relation" xmlns:ns2="http://collectionspace.org/services/jaxb">\r
31     <pageNum>0</pageNum>\r
32     <pageSize>40</pageSize>\r
33     <itemsInPage>1</itemsInPage>\r
34     <totalItems>1</totalItems>\r
35     <fieldsReturned>subjectCsid|relationshipType|predicateDisplayName|objectCsid|uri|csid|subject|object</fieldsReturned>\r
36     <relation-list-item>\r
37                 <subjectCsid>${myCSID}</subjectCsid>\r
38                 <subjectDocumentType>Person</subjectDocumentType>\r
39                 <objectDocumentType>Person</objectDocumentType>\r
40                 <relationshipType>hasBroader</relationshipType>\r
41                 <predicate>hasBroader</predicate>\r
42                 <predicateDisplayName>hasBroader</predicateDisplayName>\r
43                 <objectCsid>${parentCSID}</objectCsid>\r
44                 <subject>\r
45                   <csid>${myCSID}</csid>\r
46                   <documentType>Person</documentType>\r
47                   <name>John Wayne, Me</name>\r
48                 </subject>\r
49                 <object>\r
50                   <csid>${parentCSID}</csid>\r
51                   <documentType>Person</documentType>\r
52                   <name>John Wayne 2, the evil twin, Parent</name>\r
53                 </object>\r
54         </relation-list-item>\r
55         <relation-list-item>\r
56                 <subjectCsid>${childCSID}</subjectCsid>\r
57                 <subjectDocumentType>Person</subjectDocumentType>\r
58                 <objectDocumentType>Person</objectDocumentType>\r
59                 <relationshipType>hasBroader</relationshipType>\r
60                 <predicate>hasBroader</predicate>\r
61                 <predicateDisplayName>hasBroader</predicateDisplayName>\r
62                 <objectCsid>${myCSID}</objectCsid>\r
63                 <subject>\r
64                   <csid>${childCSID}</csid>\r
65                   <documentType>Person</documentType>\r
66                   <name>John Wayne 2, the evil twin, child</name>\r
67                 </subject>\r
68                 <object>\r
69                   <csid>${myCSID}</csid>\r
70                   <documentType>Person</documentType>\r
71                   <name>John Wayne</name>\r
72                 </object>\r
73         </relation-list-item>\r
74   </ns3:relations-common-list>\r
75 \r
76   \r
77 </document>\r
78 \r
79 \r