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

<http://data.bibliotheken.nl/id/thes/p14286756X> a schema1:Person ;
    rdfs:label "Limborgh, P. van" ;
    schema1:familyName "van Limborgh" ;
    schema1:givenName "P." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a6e0bdc95c4a14d22b14d781586f875a> ;
    schema1:name "P. van Limborgh" ;
    schema1:sameAs <http://viaf.org/viaf/288076008>,
        <https://isni.org/isni/000000039376719X> .

