@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/p074677802> a schema1:Person ;
    rdfs:label "Worp, Johannes (1821-1891)" ;
    schema1:alternateName "Worp, J.",
        "Worp, Jan" ;
    schema1:birthDate "1821" ;
    schema1:deathDate "1891" ;
    schema1:description "componist" ;
    schema1:familyName "Worp" ;
    schema1:givenName "Johannes" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/980e75258c7e50cb80a1cd7cc7d63b0b> ;
    schema1:name "Johannes Worp" ;
    schema1:sameAs <http://viaf.org/viaf/33603948>,
        wd:Q2915651,
        <https://isni.org/isni/0000000110523604> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/worp004> .

