@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/p071046720> a schema1:Person ;
    rdfs:label "Bosse, ..." ;
    schema1:description "bron: https://nl.wikipedia.org/wiki/Serge_Bosmans",
        "is: Serge Bosmans",
        "strips" ;
    schema1:familyName "Bosse" ;
    schema1:givenName "..." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d0d6138e50b5139fa98396ba10377ce5> ;
    schema1:name "... Bosse" ;
    schema1:sameAs wd:Q2911559,
        <https://isni.org/isni/000000007974298X> .

