Open Archives API » Open Archives URI

All records presented on Open Archives have an URI. The URI consists of the domain name, a code for the source archive, a GUID and (optionally) a format and ontology. For example: https://www.openarchieven.nl/rat:48c2b836-385f-11e0-bcd1-8edf61960649[/ttl|/ttl:civ|/ttl:pico|/nt| /nt:civ|/nt:pico|/xml|/xml:pico]. The format (and topylogy) of the response is preferable specified the HTTP Accept header (Content-Negotiation):

*) The data in linked data form uses URIs in the form https://www.openarchieven.nl/id/ (for record, person, event, relationep, relatiopp and source). These URI's resolve to the resource in Turtle, XML/RDF or N-Triple format (according to specified HTTP Accept header).

Examples

$ curl -L -H 'Accept: text/turtle' https://www.openarchieven.nl/id/record_rat_48c2b836-385f-11e0-bcd1-8edf61960649
- or -
$ curl -H 'Accept: text/turtle' https://www.openarchieven.nl/rat:48c2b836-385f-11e0-bcd1-8edf61960649
- or -
$ curl https://www.openarchieven.nl/rat:48c2b836-385f-11e0-bcd1-8edf61960649/ttl

@prefix oa: <https://www.openarchieven.nl/id/> .
@prefix a2a: <https://www.openarchieven.nl/def/a2a#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

oa:record_rat_48c2b836-385f-11e0-bcd1-8edf61960649
  a a2a:Record ;
  rdfs:label "Geboorte in 1819 te Alphen en Riel" ;
  a2a:hasPerson oa:person_rat_48c2b836-385f-11e0-bcd1-8edf61960649_Person:22f2da16-3867-11e0-bcd1-8edf61960649, oa:person_rat_48c2b836-385f-11e0-bcd1-8edf61960649_Person:22f30464-3867-11e0         -bcd1-8edf61960649, oa:person_rat_48c2b836-385f-11e0-bcd1-8edf61960649_Person:22f2ae9c-3867-11e0-bcd1-8edf61960649 ;
  a2a:hasEvent oa:event_rat_48c2b836-385f-11e0-bcd1-8edf61960649_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_48c2b836-385f-11e0-bcd1-8edf61960649_0, oa:relationep_rat_48c2b836-385f-11e0-bcd1-8edf61960649_1, oa:relationep_rat_48c2b836-385f-11e0-bcd1-8edf619606         49_2 ;
  a2a:hasSource oa:source_rat_48c2b836-385f-11e0-bcd1-8edf61960649 .

...

oa:source_rat_48c2b836-385f-11e0-bcd1-8edf61960649
...
  a2a:SourceLastChangeDate "2011-07-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/48c2b836-385f-11e0-bcd1-8edf61960649" ;
  a2a:RecordGUID "{48c2b836-385f-11e0-bcd1-8edf61960649}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20191107_00017351.xml van RAT" .

The output is the same as https://www.openarch.nl/rat:48c2b836-385f-11e0-bcd1-8edf61960649/ttl and https://api.openarch.nl/1.0/records/show.ttl?archive=rat&identifier=48c2b836-385f-11e0-bcd1-8edf61960649 (see documentation of the Records/Search API).

application/n-triples

$ curl -L -H 'Accept: application/n-triples' https://www.openarchieven.nl/id/record_rat_48c2b836-385f-11e0-bcd1-8edf61960649
- or -
$ curl -H 'Accept: application/n-triples' https://www.openarchieven.nl/rat:48c2b836-385f-11e0-bcd1-8edf61960649
- or -
$ curl https://www.openarchieven.nl/rat:48c2b836-385f-11e0-bcd1-8edf61960649/nt

<https://www.openarchieven.nl/id/record_rat_48c2b836-385f-11e0-bcd1-8edf61960649> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://www.openarch.nl/def/a2a#Record> .
<https://www.openarchieven.nl/id/record_rat_48c2b836-385f-11e0-bcd1-8edf61960649> <http://www.w3.org/2000/01/rdf-schema#label> "Geboorte in 1819 te Alphen en Riel" .
<https://www.openarchieven.nl/id/record_rat_48c2b836-385f-11e0-bcd1-8edf61960649> <https://www.openarch.nl/def/a2a#hasPerson> <https://www.openarch.nl/id/person_rat_48c2b836-385f-11e0-bcd1-8edf61960649_Person:22f2da16-3867-11e0-bcd1-8edf61960649> .
<https://www.openarchieven.nl/id/record_rat_48c2b836-385f-11e0-bcd1-8edf61960649> <https://www.openarch.nl/def/a2a#hasPerson> <https://www.openarch.nl/id/person_rat_48c2b836-385f-11e0-bcd1-8edf61960649_Person:22f30464-3867-11e0-bcd1-8edf61960649> .
<https://www.openarchieven.nl/id/record_rat_48c2b836-385f-11e0-bcd1-8edf61960649> <https://www.openarch.nl/def/a2a#hasPerson> <https://www.openarch.nl/id/person_rat_48c2b836-385f-11e0-bcd1-8edf61960649_Person:22f2ae9c-3867-11e0-bcd1-8edf61960649> .
<https://www.openarchieven.nl/id/record_rat_48c2b836-385f-11e0-bcd1-8edf61960649> <https://www.openarch.nl/def/a2a#hasEvent> <https://www.openarch.nl/id/event_rat_48c2b836-385f-11e0-bcd1-8edf61960649_Event1> .
...
_:genid8 <https://www.openarchieven.nl/def/a2a#SourceIndexDateTo> "1819-04-12"^^<http://www.w3.org/2001/XMLSchema#date> .
_:genid9 <https://www.openarchieven.nl/def/a2a#Year> "1819" .
_:genid9 <https://www.openarchieven.nl/def/a2a#Month> "4" .
_:genid9 <https://www.openarchieven.nl/def/a2a#Day> "12" .
_:genid9 <http://www.w3.org/2000/01/rdf-schema#label> "1819-04-12"^^<http://www.w3.org/2001/XMLSchema#date> .
_:genid10 <https://www.openarchieven.nl/def/a2a#InstitutionName> "Regionaal Archief Tilburg" .
_:genid10 <https://www.openarchieven.nl/def/a2a#Place> "Tilburg" .
_:genid10 <https://www.openarchieven.nl/def/a2a#Collection> "Bron: boek, Periode: 1819" .
_:genid10 <https://www.openarchieven.nl/def/a2a#Book> "Geboorteregister 1819" .
_:genid10 <https://www.openarchieven.nl/def/a2a#DocumentNumber> "21" .
_:genid10 <http://www.w3.org/2000/01/rdf-schema#label> "Regionaal Archief Tilburg, Tilburg, Bron: boek, Periode: 1819, Geboorteregister 1819, 21" .
_:genid11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://www.openarchieven.nl/def/a2a#SourceAvailableScans> .
_:genid11 <https://www.openarchieven.nl/def/a2a#OrderSequenceNumber> "1" .
_:genid11 <https://www.openarchieven.nl/def/a2a#Uri> "https://images.memorix.nl/tlb/thumb/640x480/c36e8493-0064-4e9b-7f75-9b40b38663b0.jpg" .
_:genid11 <https://www.openarchieven.nl/def/a2a#UriViewer> "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/48c2b836-385f-11e0-bcd1-8edf61960649" .
_:genid11 <https://www.openarchieven.nl/def/a2a#UriPreview> "https://images.memorix.nl/tlb/thumb/250x250/c36e8493-0064-4e9b-7f75-9b40b38663b0.jpg" .

The output is the same as https://www.openarch.nl/rat:48c2b836-385f-11e0-bcd1-8edf61960649/nt and https://api.openarch.nl/1.0/records/show.nt?archive=rat&identifier=48c2b836-385f-11e0-bcd1-8edf61960649 (see documentation of the Records/Search API).

application/json

$ curl -H 'Accept: application/json' https://www.openarchieven.nl/rat:48c2b836-385f-11e0-bcd1-8edf61960649

[{"a2a_Person":[{"pid":"Person1","a2a_PersonName":{"a2a_PersonNameFirstName":{"a2a_PersonNameFirstName":"Elizabeth"},
....
micode=25.NIS-G-1818&minr=6109717&miview=ldt"},"a2a_RecordGUID":{"a2a_RecordGUID":"{48c2b836-385f-11e0-bcd1-8edf61960649}"}}}]

The output is the same as https://api.openarch.nl/1.0/records/show.json?archive=rat&identifier=48c2b836-385f-11e0-bcd1-8edf61960649 (see documentation of the Records/Search API).

application/xml

$ curl -H 'Accept: application/xml' https://www.openarchieven.nl/rat:48c2b836-385f-11e0-bcd1-8edf61960649

<a2a_A2A xmlns:a2a="http://Mindbus.nl/A2A" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="1.7" xsi:schemaLocation="http://Mindbus.nl/A2A http://Mindbus.nl/A2A/A2AAllInOne_v.1.7.xsd">
<a2a_Person pid="Person1"><a2a_PersonName><a2a_PersonNameFirstName>Elizabeth</a2a_PersonNameFirstName><a2a_PersonNameLastName>Schoolmeester</a2a_PersonNameLastName>
....
<a2a_RecordGUID>{48c2b836-385f-11e0-bcd1-8edf61960649}</a2a_RecordGUID></a2a_Source></a2a_A2A>

The output is the same as https://www.openarch.nl/rat:48c2b836-385f-11e0-bcd1-8edf61960649/xml and https://api.openarch.nl/1.0/records/show.xml?archive=rat&identifier=48c2b836-385f-11e0-bcd1-8edf61960649 (see documentation of the Records/Search API).

application/x-gedcom

$ curl  -H 'Accept: application/x-gedcom' https://www.openarchieven.nl/rat:48c2b836-385f-11e0-bcd1-8edf61960649

0 HEAD
1 SOUR OPENARCH
2 VERS 0.1
2 NAME Open Archieven
2 CORP Coret Genealogie
....
0 @I1@ INDI
1 NAME Elizabeth /Schoolmeester/
2 GIVN Elizabeth
2 SURN Schoolmeester
2 SOUR @S1@
3 PAGE Akte 8
3 DATA
4 DATE 1818
3 NOTE https://www.openarchieven.nl/rat:48c2b836-385f-11e0-bcd1-8edf61960649
....
0 @U@ SUBM
1 NAME Open Archieven
2 NOTE https://www.openarchieven.nl/

The output is the same as https://www.openarch.nl/rat:48c2b836-385f-11e0-bcd1-8edf61960649/gedcom and https://api.openarch.nl/1.0/records/show.gedcom?archive=rat&identifier=48c2b836-385f-11e0-bcd1-8edf61960649 (see documentation of the Records/Search API).

Turtle / Pico

$ curl -L -H 'Accept: text/turtle+pico' https://www.openarchieven.nl/id/record_rat_48c2b836-385f-11e0-bcd1-8edf61960649
- or -
$ curl -H 'Accept: text/turtle+pico' https://www.openarchieven.nl/rat:48c2b836-385f-11e0-bcd1-8edf61960649
- or -
$ curl https://www.openarchieven.nl/rat:48c2b836-385f-11e0-bcd1-8edf61960649/ttl:pico

@prefix oa: <https://www.openarchieven.nl/id/> .
@prefix pico: <https://data.cbg.nl/pico#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

oa:record_rat_48c2b836-385f-11e0-bcd1-8edf61960649Person:22f2da16-3867-11e0-bcd1-8edf61960649
  a pico:PersonObservation ;
  prov:hadPrimarySource oa:record_rat_48c2b836-385f-11e0-bcd1-8edf61960649 ;
  pico:hasRole "Vader" ;
  schema:children oa:record_rat_48c2b836-385f-11e0-bcd1-8edf61960649Person:22f2ae9c-3867-11e0-bcd1-8edf61960649 ;
  schema:spouse oa:record_rat_48c2b836-385f-11e0-bcd1-8edf61960649Person:22f30464-3867-11e0-bcd1-8edf61960649 ;
  schema:gender schema:Male ;
  schema:name "Jan Stoops" ;
  schema:givenName "Jan" ;
  schema:familyName "Stoops" .

oa:record_rat_48c2b836-385f-11e0-bcd1-8edf61960649Person:22f2ae9c-3867-11e0-bcd1-8edf61960649
  a pico:PersonObservation ;
  prov:hadPrimarySource oa:record_rat_48c2b836-385f-11e0-bcd1-8edf61960649 ;
  pico:hasRole "Kind" ;
  schema:parent oa:record_rat_48c2b836-385f-11e0-bcd1-8edf61960649Person:22f2da16-3867-11e0-bcd1-8edf61960649 ;
  schema:birthDate "1819-1819-1819"^^xsd:date ;
  schema:birthPlace "Alphen en Riel" ;
  schema:name "Maria Stoops" ;
  schema:givenName "Maria" ;
  schema:familyName "Stoops" .

oa:record_rat_48c2b836-385f-11e0-bcd1-8edf61960649Person:22f30464-3867-11e0-bcd1-8edf61960649
  a pico:PersonObservation ;
  prov:hadPrimarySource oa:record_rat_48c2b836-385f-11e0-bcd1-8edf61960649 ;
  pico:hasRole "Moeder" ;
  schema:children oa:record_rat_48c2b836-385f-11e0-bcd1-8edf61960649Person:22f2ae9c-3867-11e0-bcd1-8edf61960649 ;
  schema:spouse oa:record_rat_48c2b836-385f-11e0-bcd1-8edf61960649Person:22f2da16-3867-11e0-bcd1-8edf61960649 ;
  schema:gender schema:Female ;
  schema:name "Cornelia Verhulst" ;
  schema:givenName "Cornelia" ;
  schema:familyName "Verhulst" .

oa:record_rat_48c2b836-385f-11e0-bcd1-8edf61960649
  a schema:ArchiveComponent ;
  schema:name "Regionaal Archief Tilburg (Tilburg), Bron: boek, Periode: 1819, Geboorteregister 1819, 21"@nl .

text/html (default)

$ curl  -H 'Accept: text/html' https://www.openarchieven.nl/rat:48c2b836-385f-11e0-bcd1-8edf61960649

<!DOCTYPE html>
<html lang="nl">
<head>
....
<title>Geboorte Elizabeth Schoolmeester op 19 april 1818 te Nisse » Open Archieven</title>
<link rel="alternate" hreflang="nl" href="https://www.openarchieven.nl/rat:48c2b836-385f-11e0-bcd1-8edf61960649/nl">
<link rel="alternate" hreflang="en" href="https://www.openarchieven.nl/rat:48c2b836-385f-11e0-bcd1-8edf61960649/en">
<link rel="alternate" hreflang="fr" href="https://www.openarchieven.nl/rat:48c2b836-385f-11e0-bcd1-8edf61960649/fr">
<link rel="alternate" hreflang="de" href="https://www.openarchieven.nl/rat:48c2b836-385f-11e0-bcd1-8edf61960649/de">
<link rel="alternate" hreflang="x-default" href="https://www.openarchieven.nl/rat:48c2b836-385f-11e0-bcd1-8edf61960649">
....
</body>
</html>

Zoek uw voorouders en publiceer uw stamboom op Genealogie Online via https://www.genealogieonline.nl/