-
Notifications
You must be signed in to change notification settings - Fork 0
/
template_example.xml
66 lines (63 loc) · 2.73 KB
/
template_example.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0" encoding="UTF-8"?>
<boardGame xmlns="https://github.com/mbolam/lis2407"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:mods="http://www.loc.gov/mods/v3" xmlns:vra="http://www.vraweb.org/vracore4.htm"
xsi:schemaLocation="https://github.com/mbolam/lis2407 https://raw.githubusercontent.com/mbolam/lis2407/master/SchemaTemplate.xsd">
<bggId>https://boardgamegeek.com/boardgame/39463/cosmic-encounter</bggId>
<price>59.99</price>
<myRating>10</myRating>
<playerCount>3-8 (with expansions)</playerCount>
<modsSection>
<mods:mods>
<mods:name type="personal">
<mods:namePart>Eberle, Bill</mods:namePart>
<mods:role>
<mods:roleTerm>Designer</mods:roleTerm>
</mods:role>
</mods:name>
<mods:name type="personal">
<mods:namePart>Olotka, Peter</mods:namePart>
<mods:role>
<mods:roleTerm>Designer</mods:roleTerm>
</mods:role>
</mods:name>
<mods:name>
<mods:namePart>Navarro, Andrew</mods:namePart>
<mods:role>
<mods:roleTerm>Artist</mods:roleTerm>
</mods:role>
</mods:name>
<mods:originInfo>
<mods:publisher>Fantasy Flight Games</mods:publisher>
<mods:dateCreated>2008</mods:dateCreated>
</mods:originInfo>
</mods:mods>
</modsSection>
<dcSection>
<dc:title>Cosmic Encounter</dc:title>
<dc:description> Build a galactic empire... In the depths of space, the alien races of the
Cosmos vie with each other for control of the universe. Alliances form and shift from
moment to moment, while cataclysmic battles send starships screaming into the warp.
Players choose from dozens of alien races, each with its own unique power to further its
efforts to build an empire that spans the galaxy. </dc:description>
</dcSection>
<vraSection>
<vra:work>
<vra:subjectSet>
<vra:subject>
<vra:term>Bluffing</vra:term>
</vra:subject>
<vra:subject>
<vra:term>Negotiation</vra:term>
</vra:subject>
<vra:subject>
<vra:term>Science Fiction</vra:term>
</vra:subject>
<vra:subject>
<vra:term>Space Exploration</vra:term>
</vra:subject>
</vra:subjectSet>
</vra:work>
</vraSection>
</boardGame>