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

<http://data.bibliotheken.nl/id/thes/p163879931> a schema1:Person ;
    rdfs:label "Staring, Katja" ;
    schema1:description "journalist, blogger, fotograaf" ;
    schema1:familyName "Staring" ;
    schema1:givenName "Katja" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/66f8904099f81611cc127ec4fb30d980> ;
    schema1:name "Katja Staring" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/291911820>,
        <https://isni.org/isni/0000000396869343> .

