Skip to content

Instantly share code, notes, and snippets.

@scherztc
Last active August 29, 2015 14:13
Show Gist options
  • Save scherztc/ac4b14e85a5c349cec02 to your computer and use it in GitHub Desktop.
Save scherztc/ac4b14e85a5c349cec02 to your computer and use it in GitHub Desktop.
RDF_Archival_Artifact
<?xml version="1.0" encoding="UTF-8"?>
<!-- Attempt to describe an Archival Organizational model at https://github.com/projecthydra-labs/hydra-works/blob/master/use-cases/princeton_book_use_case.md with the following assumptions Assumptions:
1. An ArchItem, ArchContainer, ArchSeries, ArchBox, ArchFolder, and ArchPart may only be a member of one work. If membership is a 1: n relationship then we may need to use Hydra:Collections too.
2. An ArchContainer, ArchSeries, ArchBox, ArchFolder, and ArchPart may have many members of works.
3. Accruals are possible.
4. Duplicates Exist.
5. International Practices apply.
6. Order can be prescribed or created.
-->
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:arch="http://archworks.uc.edu#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:ore="http://www.openarchives.org/ore/terms/"
xmlns:hydra="http://projecthydra.org/ns/works#" xmlns:iana="http://www.iana.org/assignments/relation/">
<!-- arch: doesn't really exist as it's being used here - it's some type of descriptive metadata that contains work titles and creators; may be MODS but may be some other type of metadata -->
<!-- Not sure rdf:Description is needed here if hydra: is managing same level of description and relationship. -->
<!--
<rdf:Description about="http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111">
<ore:describes rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111"/>
<ore:describes rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_series_1111"/>
<ore:describes rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_series_2222"/>
<ore:describes rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_guide_f1"/>
<ore:describes rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_EAD_f1"/>
<ore:describes rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_desc_f1"/>
</rdf:Description>
<rdf:Description about="http://archworks.uc.edu/concern/arch_works/arch:arch_series_1111">
<ore:isDescribedBy rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111"/>
<ore:describes rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_box_1111"/>
<ore:describes rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_box_2222"/>
</rdf:Description>
<rdf:Description about="http://archworks.uc.edu/concern/arch_works/arch:arch_series_2222">
<ore:isDescribedBy rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111"/>
<ore:describes rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_box_3333"/>
<ore:describes rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_box_4444"/>
</rdf:Description>
<rdf:Description about="http://archworks.uc.edu/concern/arch_works/arch:arch_box_1111">
<ore:isDescribedBy rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111"/>
<ore:describes rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_folder_1111"/>
<ore:describes rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_folder_2222"/>
<ore:describes rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_item_1111"/>
</rdf:Description>
<rdf:Description about="http://archworks.uc.edu/concern/arch_works/arch:arch_box_2222">
<ore:isDescribedBy rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111"/>
<ore:describes rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_folder_3333"/>
<ore:describes rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_folder_4444"/>
</rdf:Description>
<rdf:Description about="http://archworks.uc.edu/concern/arch_works/arch:arch_box_3333">
<ore:isDescribedBy rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111"/>
</rdf:Description>
<rdf:Description about="http://archworks.uc.edu/concern/arch_works/arch:arch_box_4444">
<ore:isDescribedBy rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111"/>
</rdf:Description>
<rdf:Description about="http://archworks.uc.edu/concern/arch_works/arch:arch_folder_1111">
<ore:isDescribedBy rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111"/>
<ore:describes rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_part_1111"/>
<ore:describes rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_part_2222"/>
</rdf:Description>
<rdf:Description about="http://archworks.uc.edu/concern/arch_works/arch:arch_folder_2222">
<ore:isDescribedBy rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111"/>
<ore:describes rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_part_3333"/>
<ore:describes rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_part_4444"/>
</rdf:Description>
<rdf:Description about="http://archworks.uc.edu/concern/arch_works/arch:arch_part_1111">
<ore:isDescribedBy rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111"/>
<ore:describes rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_item_2222"/>
</rdf:Description>
<rdf:Description about="http://archworks.uc.edu/concern/arch_works/arch:arch_part_2222">
<ore:isDescribedBy rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111"/>
<ore:describes rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_item_3333"/>
</rdf:Description>
<rdf:Description about="http://archworks.uc.edu/concern/arch_works/arch:arch_part_3333">
<ore:isDescribedBy rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111"/>
<ore:describes rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_item_4444"/>
</rdf:Description>
<rdf:Description about="http://archworks.uc.edu/concern/arch_works/arch:arch_part_4444">
<ore:isDescribedBy rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111"/>
<ore:describes rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_item_5555"/>
</rdf:Description>
<rdf:Description
about="http://oreproxy.org/r?what=http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111&amp;where=http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111">
<ore:proxyFor rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111"/>
<ore:proxyIn rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111"/>
</rdf:Description>
<rdf:Description
about="http://oreproxy.org/r?what=http://archworks.uc.edu/concern/arch_works/arch:arch_series_1111&amp;where=http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111">
<ore:proxyFor rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_series_1111"/>
<ore:proxyIn rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111"/>
</rdf:Description>
<rdf:Description
about="http://oreproxy.org/r?what=http://archworks.uc.edu/concern/arch_works/arch:arch_series_2222&amp;where=http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111">
<ore:proxyFor rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_series_2222"/>
<ore:proxyIn rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111"/>
</rdf:Description>
<rdf:Description
about="http://oreproxy.org/r?what=http://archworks.uc.edu/concern/arch_works/arch:arch_box_1111&amp;where=http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111">
<ore:proxyFor rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_box_1111"/>
<ore:proxyIn rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_series_1111"/>
</rdf:Description>
<rdf:Description
about="http://oreproxy.org/r?what=http://archworks.uc.edu/concern/arch_works/arch:arch_box_2222&amp;where=http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111">
<ore:proxyFor rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_box_2222"/>
<ore:proxyIn rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_series_1111"/>
</rdf:Description>
<rdf:Description
about="http://oreproxy.org/r?what=http://archworks.uc.edu/concern/arch_works/arch:arch_box_3333&amp;where=http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111">
<ore:proxyFor rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_box_3333"/>
<ore:proxyIn rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_series_2222"/>
</rdf:Description>
<rdf:Description
about="http://oreproxy.org/r?what=http://archworks.uc.edu/concern/arch_works/arch:arch_box_4444&amp;where=http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111">
<ore:proxyFor rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_box_4444"/>
<ore:proxyIn rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_series_2222"/>
</rdf:Description>
<rdf:Description
about="http://oreproxy.org/r?what=http://archworks.uc.edu/concern/arch_works/arch:arch_folder_1111&amp;where=http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111">
<ore:proxyFor rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_folder_1111"/>
<ore:proxyIn rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_box_1111"/>
</rdf:Description>
<rdf:Description
about="http://oreproxy.org/r?what=http://archworks.uc.edu/concern/arch_works/arch:arch_folder_2222&amp;where=http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111">
<ore:proxyFor rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_folder_2222"/>
<ore:proxyIn rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_box_1111"/>
</rdf:Description>
<rdf:Description
about="http://oreproxy.org/r?what=http://archworks.uc.edu/concern/arch_works/arch:arch_part_1111&amp;where=http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111">
<ore:proxyFor rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_part_1111"/>
<ore:proxyIn rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_folder_1111"/>
</rdf:Description>
<rdf:Description
about="http://oreproxy.org/r?what=http://archworks.uc.edu/concern/arch_works/arch:arch_part_2222&amp;where=http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111">
<ore:proxyFor rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_part_2222"/>
<ore:proxyIn rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_folder_1111"/>
</rdf:Description>
<rdf:Description
about="http://oreproxy.org/r?what=http://archworks.uc.edu/concern/arch_works/arch:arch_part_3333&amp;where=http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111">
<ore:proxyFor rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_part_3333"/>
<ore:proxyIn rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_folder_2222"/>
</rdf:Description>
<rdf:Description
about="http://oreproxy.org/r?what=http://archworks.uc.edu/concern/arch_works/arch:arch_part_4444&amp;where=http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111">
<ore:proxyFor rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_part_4444"/>
<ore:proxyIn rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_box_2222"/>
</rdf:Description>
-->
<hydra:GenericWork rdf:about="http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111">
<arch:WorkTitle>Albert Sabin Archive</arch:WorkTitle>
<arch:WorkCreator>Albert Sabin</arch:WorkCreator>
<hydra:hasFile>
<hydra:GenericFile
rdf:about="http://media/arch:arch_guide_f1"/pdf"/>
</hydra:hasFile>
<hydra:hasFile>
<hydra:GenericFile
rdf:about="http://media/arch:arch_EAD_f1/EAD"/>
</hydra:hasFile>
<hydra:hasFile>
<hydra:GenericFile
rdf:about="http://media/arch:arch_desc_f1/desc"/>
</hydra:hasFile>
<hydra:hasMember>
<hydra:GenericWork rdf:about="http://archworks.uc.edu/concern/arch_works/arch:arch_series_1111">
<arch:WorkTitle>Life</arch:WorkTitle>
<arch:WorkCreator>Albert Sabin</arch:WorkCreator>
<hydra:hasMember>
<hydra:GenericWork rdf:about="http://archworks.uc.edu/concern/arch_works/arch:arch_box_1111">
<arch:WorkTitle>Early Years</arch:WorkTitle>
<arch:WorkCreator>Albert Sabin</arch:WorkCreator>
<hydra:hasMember>
<hydra:GenericWork rdf:about="http://archworks.uc.edu/concern/arch_works/arch:arch_folder_1111">
<arch:WorkTitle>Childhood</arch:WorkTitle>
<arch:WorkCreator>Albert Sabin</arch:WorkCreator>
<hydra:hasMember>
<hydra:GenericWork rdf:about="http://archworks.uc.edu/concern/arch_works/arch:arch_part_1111">
<arch:WorkTitle>Birth Certificate/arch:WorkTitle>
<arch:WorkCreator>Good Samaritan Hospital</arch:WorkCreator>
<hydra:hasFile>
<hydra:GenericFile
rdf:about="http://media/arch:arch_item_1111/masters"/>
</hydra:hasFile>
</hydra:GenericWork>
</hydra:hasMember>
<hydra:hasMember>
<hydra:GenericWork rdf:about="http://archworks.uc.edu/concern/arch_works/arch:arch_part_2222">
<arch:WorkTitle>Elementary Report Card</arch:WorkTitle>
<arch:WorkCreator>Walnut Hills</arch:WorkCreator>
<hydra:hasFile>
<hydra:GenericFile
rdf:about="http://media/arch:arch_item_2222/masters"/>
</hydra:hasFile>
</hydra:GenericWork>
</hydra:hasMember>
</hydra:GenericWork>
</hydra:hasMember>
<hydra:hasMember>
<hydra:GenericWork rdf:about="http://archworks.uc.edu/concern/arch_works/arch:arch_folder_2222">
<arch:WorkTitle>Puberty</arch:WorkTitle>
<arch:WorkCreator>Albert Sabin</arch:WorkCreator>
<hydra:hasMember>
<hydra:GenericWork rdf:about="http://archworks.uc.edu/concern/arch_works/arch:arch_part_3333">
<arch:WorkTitle>Drivers Liscence/arch:WorkTitle>
<arch:WorkCreator>Ohio DMV</arch:WorkCreator>
<hydra:hasFile>
<hydra:GenericFile
rdf:about="http://media/arch:arch_item_3333/masters"/>
</hydra:hasFile>
</hydra:GenericWork>
</hydra:hasMember>
<hydra:hasMember>
<hydra:GenericWork rdf:about="http://archworks.uc.edu/concern/arch_works/arch:arch_part_4444">
<arch:WorkTitle>High School Report Card</arch:WorkTitle>
<arch:WorkCreator>Walnut Hills</arch:WorkCreator>
<hydra:hasFile>
<hydra:GenericFile
rdf:about="http://media/arch:arch_item_4444/masters"/>
</hydra:hasFile>
</hydra:GenericWork>
</hydra:hasMember>
</hydra:GenericWork>
</hydra:hasMember>
</hydra:GenericWork>
<hydra:hasMember>
<hydra:hasMember>
<hydra:GenericWork rdf:about="http://archworks.uc.edu/concern/arch_works/arch:arch_box_2222">
<arch:WorkTitle>Middle Years</arch:WorkTitle>
<arch:WorkCreator>Albert Sabin</arch:WorkCreator>
</hydra:GenericWork>
<hydra:hasMember>
</hydra:GenericWork>
</hydra:hasMember>
<hydra:hasMember>
<hydra:GenericWork rdf:about="http://archworks.uc.edu/concern/arch_works/arch:arch_series_2222">
<arch:WorkTitle>Publications</arch:WorkTitle>
<arch:WorkCreator>Albert Sabin</arch:WorkCreator>
<hydra:hasMember>
<hydra:GenericWork rdf:about="http://archworks.uc.edu/concern/arch_works/arch:arch_box_3333">
<arch:WorkTitle>Journals</arch:WorkTitle>
<arch:WorkCreator>Albert Sabin</arch:WorkCreator>
</hydra:GenericWork>
<hydra:hasMember>
<hydra:hasMember>
<hydra:GenericWork rdf:about="http://archworks.uc.edu/concern/arch_works/arch:arch_box_4444">
<arch:WorkTitle>Magazines</arch:WorkTitle>
<arch:WorkCreator>Albert Sabin</arch:WorkCreator>
</hydra:GenericWork>
<hydra:hasMember>
</hydra:GenericWork>
</hydra:hasMember>
</hydra:GenericWork>
<ore:Proxy
rdf:about="http://oreproxy.org/r?what=http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111&amp;where=http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111">
<ore:proxyFor rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111"/>
<iana:first rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_series_1111"/>
<iana:last rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_series_2222"/>
</ore:Proxy>
<ore:Proxy
rdf:about="http://oreproxy.org/r?what=http://archworks.uc.edu/concern/arch_works/arch:arch_series_1111&amp;where=http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111">
<ore:proxyFor rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_series_1111"/>
<iana:first rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_box_1111"/>
<iana:last rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_box_2222"/>
<iana:next rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_series_2222"/>
</ore:Proxy>
<ore:Proxy
rdf:about="http://oreproxy.org/r?what=http://archworks.uc.edu/concern/arch_works/arch:arch_series_2222&amp;where=http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111">
<ore:proxyFor rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111"/>
<iana:first rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_box_3333"/>
<iana:last rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_box_4444"/>
<iana:previous rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_series_1111"/>
</ore:Proxy>
<ore:Proxy
rdf:about="http://oreproxy.org/r?what=http://archworks.uc.edu/concern/arch_works/arch:arch_box_1111&amp;where=http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111">
<ore:proxyFor rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_box_1111"/>
<iana:first rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_folder_1111"/>
<iana:last rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_folder_2222"/>
<iana:next rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_box_2222"/>
</ore:Proxy>
<ore:Proxy
rdf:about="http://oreproxy.org/r?what=http://archworks.uc.edu/concern/arch_works/arch:arch_box_2222&amp;where=http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111">
<ore:proxyFor rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_box_2222"/>
<iana:first rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_folder_3333"/>
<iana:last rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_folder_4444"/>
<iana:previous rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_box_1111"/>
</ore:Proxy>
<ore:Proxy
rdf:about="http://oreproxy.org/r?what=http://archworks.uc.edu/concern/arch_works/arch:arch_box_3333&amp;where=http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111">
<ore:proxyFor rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_box_3333"/>
<iana:next rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_box_4444"/>
<iana:previous rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_box_2222"/>
</ore:Proxy>
<ore:Proxy
rdf:about="http://oreproxy.org/r?what=http://archworks.uc.edu/concern/arch_works/arch:arch_box_4444&amp;where=http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111">
<ore:proxyFor rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_box_4444"/>
<iana:previous rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_box_2222"/>
</ore:Proxy>
<ore:Proxy
rdf:about="http://oreproxy.org/r?what=http://archworks.uc.edu/concern/arch_works/arch:arch_folder_1111&amp;where=http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111">
<ore:proxyFor rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_folder_1111"/>
<iana:first rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_part_1111"/>
<iana:last rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_part_2222"/>
<iana:next rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_folder_2222"/>
</ore:Proxy>
<ore:Proxy
rdf:about="http://oreproxy.org/r?what=http://archworks.uc.edu/concern/arch_works/arch:arch_folder_2222&amp;where=http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111">
<ore:proxyFor rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_folder_2222"/>
<iana:first rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_part_3333"/>
<iana:last rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_part_4444"/>
<iana:next rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_folder_3333"/>
<iana:previous rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_folder_1111"/>
</ore:Proxy>
<ore:Proxy
rdf:about="http://oreproxy.org/r?what=http://archworks.uc.edu/concern/arch_works/arch:arch_part_1111&amp;where=http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111">
<ore:proxyFor rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_part_1111"/>
<iana:next rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_part_2222"/>
</ore:Proxy>
<ore:Proxy
rdf:about="http://oreproxy.org/r?what=http://archworks.uc.edu/concern/arch_works/arch:arch_part_2222&amp;where=http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111">
<ore:proxyFor rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_part_2222"/>
<iana:next rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_part_3333"/>
<iana:previous rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_part_1111"/>
</ore:Proxy>
<ore:Proxy
rdf:about="http://oreproxy.org/r?what=http://archworks.uc.edu/concern/arch_works/arch:arch_part_3333&amp;where=http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111">
<ore:proxyFor rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_part_3333"/>
<iana:next rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_part_4444"/>
<iana:previous rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_part_2222"/>
</ore:Proxy>
<ore:Proxy
rdf:about="http://oreproxy.org/r?what=http://archworks.uc.edu/concern/arch_works/arch:arch_part_4444&amp;where=http://archworks.uc.edu/concern/arch_works/arch:arch_container_1111">
<ore:proxyFor rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_part_4444"/>
<iana:previous rdf:resource="http://archworks.uc.edu/concern/arch_works/arch:arch_part_3333"/>
</ore:Proxy>
</rdf:RDF>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment