@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/1022985> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Georges-Martin Witkowski" ;
    ns1:birthDate "1867-01-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2487134/> ;
    ns1:deathDate "1943-08-12"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Georges-Martin Witkowski" ;
    skos:exactMatch <http://dbpedia.org/resource/Georges_Martin_Witkowski>,
        <http://id.loc.gov/authorities/names/n85036397>,
        <https://musicbrainz.org/artist/83a90612-3d4b-4cab-8395-532cc970962b>,
        <https://www.wikidata.org/wiki/Q3103166> .

