@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .
@prefix wd: <http://www.wikidata.org/entity/> .

<http://data.bibliotheken.nl/id/thes/p070211272> a schema1:Person ;
    rdfs:label "Posthumus, Rinse (1790-1859)" ;
    schema1:alternateName "Posthumus, R.R." ;
    schema1:birthDate "1790" ;
    schema1:deathDate "1859" ;
    schema1:description "Fries predikant",
        "Tresoar: 1790-10-30, Ternaard - 1859-09-28, Waaksens" ;
    schema1:familyName "Posthumus" ;
    schema1:givenName "Rinse" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/476e958febdb231fe0185e6c1e4b83ea> ;
    schema1:name "Rinse Posthumus" ;
    schema1:sameAs <http://viaf.org/viaf/201290107>,
        wd:Q11000668,
        <https://isni.org/isni/0000000358049918> .

