@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/names/1019180> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Johann Paul von Westhoff" ;
    ns1:birthDate "1656"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/2935022/> ;
    ns1:deathDate "1705-04"^^xsd:gYearMonth ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Johann Paul von Westhoff" ;
    skos:exactMatch <http://dbpedia.org/resource/Johann_Paul_von_Westhoff>,
        <http://id.loc.gov/authorities/names/n86861676>,
        <http://www.wikidata.org/entity/Q662100>,
        <https://musicbrainz.org/artist/0f9b9943-347f-4ea2-90e2-4fb78a2158c5> .

