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

<http://data.bibliotheken.nl/id/thes/p074929917> a schema1:Person ;
    rdfs:label "Carlier, Marc (neerlandicus)" ;
    schema1:familyName "Carlier" ;
    schema1:givenName "Marc" ;
    schema1:hasOccupation "neerlandicus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/aa8f1577774ff71e90b30977648a3fb0> ;
    schema1:name "Marc Carlier" ;
    schema1:sameAs <http://viaf.org/viaf/257092729>,
        <https://isni.org/isni/0000000378926500> .

