@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/1010444> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Marek Stachowski" ;
    ns1:birthDate "1936-03-21"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3089125/> ;
    ns1:deathDate "2004-12-03"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Marek Stachowski" ;
    skos:exactMatch <http://dbpedia.org/resource/Marek_Stachowski>,
        <http://www.wikidata.org/entity/Q468905>,
        <https://id.loc.gov/authorities/names/n89650807>,
        <https://musicbrainz.org/artist/82d3d6ca-5207-4ba6-8bf2-101e13ad58bf> .

