@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/p267971443> a schema1:Person ;
    rdfs:label "Brown, Tina" ;
    schema1:description "tijdschriftuitgeefster" ;
    schema1:familyName "Brown" ;
    schema1:givenName "Tina" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3f8707df2d0d4beae02d918ab9278874> ;
    schema1:name "Tina Brown" ;
    schema1:sameAs <http://viaf.org/viaf/99202649>,
        wd:Q446708,
        <https://isni.org/isni/0000000078504090> .

