Skip to content

Commit c60385b

Browse files
committed
fix: update Syllabus mods example
1 parent 96b6611 commit c60385b

1 file changed

Lines changed: 33 additions & 41 deletions

File tree

Lines changed: 33 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,38 @@
1+
<?xml version="1.0"?>
12
<mods xmlns="http://www.loc.gov/mods/v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23
version="3.8"
34
xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-8.xsd">
45
<!-- this is just an example of what output should look like and not used in any tests -->
5-
<titleInfo>
6-
<title>FASHN-360 Media History</title>
7-
<partNumber>Fall 2026</partNumber>
8-
</titleInfo>
9-
10-
<genre authority="aat" authorityURI="http://vocab.getty.edu/aat/" valueURI="http://vocab.getty.edu/aat/300028026">syllabi</genre>
11-
12-
<name type="personal">
13-
<namePart>Eric Phetteplace</namePart>
14-
<role>
15-
<roleTerm authority="marcrelator" authorityURI="http://id.loc.gov/vocabulary/relators" valueURI="http://id.loc.gov/vocabulary/relators/tch">teacher</roleTerm>
16-
</role>
17-
<nameIdentifier type="email" typeURI="https://datatracker.ietf.org/doc/html/rfc5322" displayLabel="Email">ephetteplace@cca.edu</nameIdentifier>
18-
</name>
19-
20-
<name type="corporate">
21-
<namePart>Design Division</namePart>
22-
<namePart>Fasion Design (BFA)</namePart>
23-
<role>
24-
<roleTerm authority="marcrelator" authorityURI="http://id.loc.gov/vocabulary/relators" valueURI="http://id.loc.gov/vocabulary/relators/spn">sponsor</roleTerm>
25-
</role>
26-
</name>
27-
28-
<originInfo>
29-
<dateIssued encoding="edtf">2026-09</dateIssued><!-- map term to first month -->
30-
</originInfo>
31-
32-
<part>
33-
<text type="attachment-uuid">87e7c816-35cd-4ae5-b443-b55eaa7f9527</text>
34-
</part>
35-
36-
<subject>
37-
<temporal>Fall 2026</temporal>
38-
<topic>Fashion</topic>
39-
</subject>
40-
41-
<identifier type="course number">FASHN-360</identifier>
42-
<identifier type="section">FASHN-3600-1</identifier>
43-
44-
<note type="course information">Fall 2026 | Design Division | FASHN | FASHN-360 | Media History | FASHN-3600-1
45-
</note>
6+
<part>
7+
<text type="attachment-uuid">87e7c816-35cd-4ae5-b443-b55eaa7f9527</text>
8+
</part>
9+
<titleInfo>
10+
<title>FASHN-360 Media History</title>
11+
<partNumber>Fall 2026</partNumber>
12+
</titleInfo>
13+
<genre authority="aat" authorityURI="http://vocab.getty.edu/aat/" valueURI="http://vocab.getty.edu/aat/300028026">syllabi</genre>
14+
<subject>
15+
<temporal>Fall 2026</temporal>
16+
<topic valueURI="https://vocab.getty.edu/aat/300138708" authority="aat" authorityURI="http://vocab.getty.edu/aat/">fashion design</topic>
17+
</subject>
18+
<identifier type="course number">FASHN-360</identifier>
19+
<identifier type="section">FASHN-3600-1</identifier>
20+
<name type="personal">
21+
<namePart>Eric Phetteplace</namePart>
22+
<role>
23+
<roleTerm authority="marcrelator" authorityURI="http://id.loc.gov/vocabulary/relators" valueURI="http://id.loc.gov/vocabulary/relators/tch">teacher</roleTerm>
24+
</role>
25+
<nameIdentifier type="email" typeURI="https://datatracker.ietf.org/doc/html/rfc5322" displayLabel="Email">ephetteplace@cca.edu</nameIdentifier>
26+
</name>
27+
<name type="corporate">
28+
<namePart>Fashion Design</namePart>
29+
<namePart>Design Division</namePart>
30+
<role>
31+
<roleTerm authority="marcrelator" authorityURI="http://id.loc.gov/vocabulary/relators" valueURI="http://id.loc.gov/vocabulary/relators/spn">sponsor</roleTerm>
32+
</role>
33+
</name>
34+
<originInfo>
35+
<dateIssued encoding="edtf">2026-09</dateIssued>
36+
</originInfo>
37+
<note>Fall 2026 | Design Division | Fashion Design (BFA) | FASHN-360 | Media History | FASHN-3600-1 | Eric Phetteplace</note>
4638
</mods>

0 commit comments

Comments
 (0)