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

<http://data.bibliotheken.nl/id/thes/p448115670> a schema1:Person ;
    rdfs:label "Moore, Johnnie" ;
    schema1:familyName "Moore" ;
    schema1:givenName "Johnnie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/bbb19c67b71a7effd8951d722f7c94b9> ;
    schema1:name "Johnnie Moore" .

