Skip to content

Instantly share code, notes, and snippets.

@wragge
Created August 26, 2012 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wragge/3479924 to your computer and use it in GitHub Desktop.
Save wragge/3479924 to your computer and use it in GitHub Desktop.
@prefix arch: <http://purl.org/archival/vocab/arch#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix locah: <http://data.archiveshub.ac.uk/def/> .
@prefix ore: <http://www.openarchives.org/ore/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://dhistory.org/archives/naa/items/7461003/#series> a locah:ArchiveResource,
arch:Collection,
bibo:Collection;
rdfs:label "National Archives of Australia: ST84/1"@en;
locah:accessProvidedBy <http://dhistory.org/archives/naa/items/7461003/#repository>;
arch:heldBy <http://dhistory.org/archives/naa/items/7461003/#repository>;
dc:hasPart <http://dhistory.org/archives/naa/items/7461003/#file>;
dc:identifer "ST84/1"@en;
bibo:hasPart <http://dhistory.org/archives/naa/items/7461003/#file>;
bibo:locator "ST84/1"@en;
ore:aggregates <http://dhistory.org/archives/naa/items/7461003/#file>;
rdfs:seeAlso <http://www.naa.gov.au/cgi-bin/Search?Number=ST84/1> .
<http://dhistory.org/archives/naa/items/7461003/20/#page> a arch:Manuscript,
bibo:Manuscript;
rdfs:label "National Archives of Australia: ST84/1, 1908/471-480, page 20"@en;
locah:accessProvidedBy <http://dhistory.org/archives/naa/items/7461003/#repository>;
arch:heldBy <http://dhistory.org/archives/naa/items/7461003/#repository>;
dc:isPartOf <http://dhistory.org/archives/naa/items/7461003/#file>;
bibo:isPartOf <http://dhistory.org/archives/naa/items/7461003/#file>;
bibo:locator "ST84/1, 1908/471-480, page 20"@en;
bibo:pageEnd "20"@en;
bibo:pageStart "20"@en;
ore:isAggregatedBy <http://dhistory.org/archives/naa/items/7461003/#file>;
foaf:img <http://dhistory.org/archives/naa/images/7461003/20/large/> .
<http://dhistory.org/archives/naa/items/7461003/#file> a locah:ArchiveResource,
arch:Collection,
bibo:Collection;
rdfs:label "National Archives of Australia: ST84/1, 1908/471-480"@en;
locah:accessProvidedBy <http://dhistory.org/archives/naa/items/7461003/#repository>;
arch:heldBy <http://dhistory.org/archives/naa/items/7461003/#repository>;
dc:hasPart <http://dhistory.org/archives/naa/items/7461003/20/#page>;
dc:identifer "ST84/1, 1908/471-480"@en;
dc:identifier "7461003"@en;
dc:isPartOf <http://dhistory.org/archives/naa/items/7461003/#series>;
dc:title "Charlie Hin, Kum Young, Ho Way, Jimmy Nor, Wing Zuin, Hin Gee, Go Gee (wife of Hin Gee), Albert Edward Hin Gee, Lucy Ellen Hin Gee and George Gee Bong [Certificate Exempting from Dictation Test - includes left hand impression and photographs] [box 23]"@en;
bibo:hasPart <http://dhistory.org/archives/naa/items/7461003/20/#page>;
bibo:isPartOf <http://dhistory.org/archives/naa/items/7461003/#series>;
bibo:locator "ST84/1, 1908/471-480"@en;
ore:aggregates <http://dhistory.org/archives/naa/items/7461003/20/#page>;
ore:isAggregatedBy <http://dhistory.org/archives/naa/items/7461003/#series>;
rdfs:seeAlso <http://www.naa.gov.au/cgi-bin/Search?O=I&Number=7461003> .
<http://dhistory.org/archives/naa/items/7461003/#repository> a locah:Repository,
arch:Archive,
dc:Agent,
foaf:Agent;
rdfs:seeAlso <http://directory.archivists.org.au/archives/3/>;
owl:sameAs <http://dbpedia.org/resource/National_Archives_of_Australia>;
foaf:homepage "http://naa.gov.au"@en;
foaf:name "National Archives of Australia"@en;
foaf:nick "NAA"@en .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment