-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorhi.xml
executable file
·40 lines (38 loc) · 2.55 KB
/
orhi.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
<?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#orhi">
<foaf:name>Oregon Historical Society, Davies Family Research Library</foaf:name>
<foaf:homepage rdf:resource="http://ohs.org/research/library/index.cfm"/>
<vcard:hasEmail rdf:resource="mailto:[email protected]"/>
<vcard:hasAddress>
<rdf:Description>
<vcard:street-address>Davies Family Research Library</vcard:street-address>
<vcard:street-address>Oregon Historical Society</vcard:street-address>
<vcard:street-address>1200 SW Park Avenue</vcard:street-address>
<vcard:locality>Portland, OR</vcard:locality>
<vcard:postal-code>97205</vcard:postal-code>
</rdf:Description>
</vcard:hasAddress>
<vcard:hasTelephone>
<vcard:Voice>
<vcard:hasValue rdf:resource="tel:+5033065240"/>
</vcard:Voice>
</vcard:hasTelephone>
<vcard:hasTelephone>
<vcard:Fax>
<vcard:hasValue rdf:resource="tel:+5032192040"/>
</vcard:Fax>
</vcard:hasTelephone>
<nwda:visitation rdf:resource="http://www.ohs.org/research/library/visit-library.cfm"/>
<nwda:facsimile rdf:resource="http://www.ohs.org/research/library/services/"/>
<dcterms:description>The Oregon Historical Society is dedicated to making Oregon’s long, rich history visible and accessible to all. For more than a century, we have served as the state’s collective memory, gathering and preserving a vast collection of artifacts, photographs, films, manuscripts, books, and oral histories.
Researchers from around the world travel to our library, unearthing information that challenges conventional thinking. Curious individuals come to us to explore their family trees or discover the history of their homes or neighborhoods. Archaeologists, environmentalists, filmmakers, architects, novelists, artists, and others all find their way to us, asking questions, making discoveries, creating knowledge.
</dcterms:description>
</arch:Archive>
</rdf:RDF>