@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/1011756> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Józef Poniatowski" ;
    ns1:birthDate "1816-02-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3169070/> ;
    ns1:deathDate "1873-07-03"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Józef Poniatowski" ;
    skos:exactMatch <http://dbpedia.org/resource/J%C3%B3zef_Micha%C5%82_Poniatowski>,
        <http://id.loc.gov/authorities/names/n97864521>,
        <http://www.wikidata.org/entity/Q598388>,
        <https://musicbrainz.org/artist/0112f1a3-c0d5-4a3f-90a9-79e195d689e7> .

