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

<http://data.bibliotheken.nl/id/thes/p079914152> a schema1:Person ;
    rdfs:label "Van Kiel, Rombout (1685-1739)" ;
    schema1:alternateName "Kiel, Rombout van" ;
    schema1:birthDate "1685" ;
    schema1:deathDate "1739" ;
    schema1:familyName "Van Kiel" ;
    schema1:givenName "Rombout" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3a78615a925eab8a7310cf578b515269> ;
    schema1:name "Rombout Van Kiel" ;
    schema1:sameAs <http://viaf.org/viaf/66757784>,
        <https://isni.org/isni/0000000061214644> .

