@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/p071498230> a schema1:Person ;
    rdfs:label "Young, Francis Brett (1884-1954)" ;
    schema1:birthDate "1884" ;
    schema1:deathDate "1954" ;
    schema1:description "28-01-20 bron: https://www.fantasticfiction.com/y/francis-brett-young/ \"... was an English novelist, poet, playwright, and composer.\"" ;
    schema1:familyName "Young" ;
    schema1:givenName "Francis Brett" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fe1b68bf07af8aaa4cd8bfaaa9dec298> ;
    schema1:name "Francis Brett Young" ;
    schema1:nationality "gb" ;
    schema1:sameAs <http://viaf.org/viaf/102459860>,
        wd:Q1235328,
        <https://isni.org/isni/0000000109297419> .

