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

<http://data.bibliotheken.nl/id/thes/p068303475> a schema1:Person ;
    rdfs:label "André de la Porte, J." ;
    schema1:alternateName "La Porte, J. André de",
        "Porte, J. André de la" ;
    schema1:familyName "André de la Porte" ;
    schema1:givenName "J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fa7c887e6b8a84552878c005c794a6c3> ;
    schema1:name "J. André de la Porte" ;
    schema1:sameAs <http://viaf.org/viaf/7098164357907513250001>,
        <https://isni.org/isni/0000000388391124> .

