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

<http://data.bibliotheken.nl/id/thes/p308246578> a schema1:Person ;
    rdfs:label "Broek, Astrid van den" ;
    schema1:description "red." ;
    schema1:familyName "van den Broek" ;
    schema1:givenName "Astrid" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3bb824de3c298a9985774d9cca91dc53> ;
    schema1:name "Astrid van den Broek" ;
    schema1:sameAs <http://viaf.org/viaf/286642841>,
        <https://isni.org/isni/0000000368985566> .

