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

<http://data.bibliotheken.nl/id/thes/p153084774> a schema1:Person ;
    rdfs:label "Rodrigo, Jan Franciscus (1921-2013)" ;
    schema1:alternateName "Rodrigo, J." ;
    schema1:birthDate "1921" ;
    schema1:deathDate "2013" ;
    schema1:description "beeldend kunstenaar",
        "bron: https://janrodrigo.exto.nl/" ;
    schema1:familyName "Rodrigo" ;
    schema1:givenName "Jan Franciscus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fc5197c86c49b93dfe36ca6dcba8b4b1> ;
    schema1:name "Jan Franciscus Rodrigo" ;
    schema1:sameAs <http://viaf.org/viaf/287344431>,
        <https://isni.org/isni/0000000393126552> .

