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

<http://data.bibliotheken.nl/id/thes/p07220771X> a schema1:Person ;
    rdfs:label "Bakker, A.J. (fl. 1986 ; radioloog)" ;
    schema1:description "A.Jopje",
        "fl. 1986" ;
    schema1:familyName "Bakker" ;
    schema1:givenName "A.J." ;
    schema1:hasOccupation "radioloog" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b2ac4e45b16e19007c20d1f9f6fd6e06> ;
    schema1:name "A.J. Bakker" ;
    schema1:sameAs <http://viaf.org/viaf/306167879>,
        <https://isni.org/isni/0000000425823716> .

