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

<http://data.bibliotheken.nl/id/thes/p071282998> a schema1:Person ;
    rdfs:label "Hoogeweegen, A.J." ;
    schema1:description "kookkunde, handwerkkunst",
        "roepnaam: Annelike" ;
    schema1:familyName "Hoogeweegen" ;
    schema1:givenName "A.J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1e258c0f8184d833095e1d889228a1ce> ;
    schema1:name "A.J. Hoogeweegen" ;
    schema1:sameAs <http://viaf.org/viaf/281143832>,
        <https://isni.org/isni/0000000388080940> .

