-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorpcc.xml
executable file
·28 lines (27 loc) · 1.48 KB
/
orpcc.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
<?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#orpcc">
<foaf:name>Concordia University</foaf:name>
<foaf:homepage rdf:resource="http://www.cu-portland.edu/academics/library/university-archives"/>
<vcard:hasEmail rdf:resource="mailto:[email protected] "/>
<vcard:hasAddress>
<rdf:Description>
<vcard:street-address>2811 NE Holman St.</vcard:street-address>
<vcard:locality>Portland, OR</vcard:locality>
<vcard:postal-code>97211-6099</vcard:postal-code>
</rdf:Description>
</vcard:hasAddress>
<vcard:hasTelephone>
<vcard:Voice>
<vcard:hasValue rdf:resource="tel:+5032808507"/>
</vcard:Voice>
</vcard:hasTelephone>
<dcterms:description>Concordia University Archives; Archives of the Northwest District, the Lutheran Church--Missouri Synod; and the Archives of the Center for Volga German Studies.</dcterms:description>
</arch:Archive>
</rdf:RDF>