@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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/p068458878> a schema1:Person ;
    rdfs:label "Browning, Robert (1812-1889)" ;
    schema1:birthDate "1812" ;
    schema1:deathDate "1889" ;
    schema1:description "YABC 1, p.85-91",
        "bron: Die bunte Welt / Friedrich C. Heller",
        "bron: https://nl.wikipedia.org/wiki/Robert_Browning",
        "mb" ;
    schema1:familyName "Browning" ;
    schema1:givenName "Robert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f9110ec537f648591ecbf3fd7948d9c3> ;
    schema1:name "Robert Browning" ;
    schema1:sameAs wd:Q233265 ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/brow002> .

