@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/1008689> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Stefan Wolpe" ;
    ns1:birthDate "1902-08-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2950159/> ;
    ns1:deathDate "1972-04-04"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Stefan Wolpe" ;
    skos:exactMatch <http://dbpedia.org/resource/Stefan_Wolpe>,
        <http://id.loc.gov/authorities/names/n83166012>,
        <http://www.wikidata.org/entity/Q213905>,
        <https://musicbrainz.org/artist/6bef0129-4c9a-499c-80fb-9c6b06f97b38> .

