-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwasu.xml
executable file
·38 lines (37 loc) · 2.7 KB
/
wasu.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
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:vcard="http://www.w3.org/2006/vcard/ns#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:nwda="https://github.com/Orbis-Cascade-Alliance/nwda-editor#"
xmlns:arch="http://purl.org/archival/vocab/arch#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<arch:Archive rdf:about="http://archiveswest.orbiscascade.org/contact#wasu">
<foaf:name>Seattle University, Lemieux Library and McGoldrick Learning Commons, Special Collections</foaf:name>
<foaf:homepage rdf:resource="http://www.seattleu.edu/library/about/collections/special/ "/>
<vcard:hasEmail rdf:resource="mailto:speccoll@seattleu.edu"/>
<vcard:hasAddress>
<rdf:Description>
<vcard:street-address>Special Collections</vcard:street-address>
<vcard:street-address>Lemieux Library & McGoldrick Learning Commons</vcard:street-address>
<vcard:street-address>Seattle University</vcard:street-address>
<vcard:street-address>901 12th Avenue</vcard:street-address>
<vcard:locality>Seattle, WA</vcard:locality>
<vcard:postal-code>98122-1090</vcard:postal-code>
</rdf:Description>
</vcard:hasAddress>
<vcard:hasTelephone>
<vcard:Voice>
<vcard:hasValue rdf:resource="tel:+2062966209"/>
</vcard:Voice>
</vcard:hasTelephone>
<vcard:hasTelephone>
<vcard:Fax>
<vcard:hasValue rdf:resource="tel:+2062966224"/>
</vcard:Fax>
</vcard:hasTelephone>
<nwda:visitation rdf:resource="http://www.seattleu.edu/library/about/collections/request/"/>
<nwda:facsimile>The library reserves the right to provide photocopies of selected materials at 15¢ per page, consistent with prevailing copyright restrictions, or to deny providing photocopies depending on the physical condition of the material. The extent of copying that the Library allows is dependent on copyright ownership and fair use restrictions. Depending on the amount of photocopies requested, library staff may be required to make copies of materials after a researcher’s visit is concluded. In these instances photocopies will be mailed to the researcher with an invoice including copying and mailing fees. Lemieux Library has limited facilities to provide photographic or color prints of materials in this Collection.</nwda:facsimile>
<dcterms:description rdf:resource="http://www.seattleu.edu/library/about/collections/special"/>
</arch:Archive>
</rdf:RDF>