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

<http://data.bibliotheken.nl/id/thes/p118012118> a schema1:Person ;
    rdfs:label "Cras, J.H.A." ;
    schema1:familyName "Cras" ;
    schema1:givenName "J.H.A." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/41e7501f33fa9a5f5a0ffe5bd985cc9d> ;
    schema1:name "J.H.A. Cras" ;
    schema1:sameAs <http://viaf.org/viaf/284668642> .

