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

<http://data.bibliotheken.nl/id/thes/p073987727> a schema1:Person ;
    rdfs:label "Diks, Fred (1955-)" ;
    schema1:birthDate "1955" ;
    schema1:description "Fred Diks is leerkracht, sportjournalist bij een Nederlandse krant en kinderboekenschrijver (Superoma in coma)",
        "bron: https://nl.wikipedia.org/wiki/Fred_Diks" ;
    schema1:familyName "Diks" ;
    schema1:givenName "Fred" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/095317dfe12c096ccb230c247c46feac> ;
    schema1:name "Fred Diks" ;
    schema1:nationality "nl" ;
    schema1:sameAs wd:Q2188850,
        <https://isni.org/isni/0000000369149762> .

