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

<http://data.bibliotheken.nl/id/thes/p140712720> a schema1:Person ;
    rdfs:label "Hoekstra, A.J." ;
    schema1:alternateName "Hoekstra, A." ;
    schema1:description "Drs.; apotheker",
        "geneesmiddelen" ;
    schema1:familyName "Hoekstra" ;
    schema1:givenName "A.J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5af1eeb4d8d1c0150b9e62625589a75b> ;
    schema1:name "A.J. Hoekstra" ;
    schema1:sameAs <http://viaf.org/viaf/282044337>,
        <https://isni.org/isni/0000000388808460> .

