@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/1006613> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Witold Lutoslawski" ;
    ns1:birthDate "1913-01-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/756135/> ;
    ns1:deathDate "1994-02-09"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Witold Lutoslawski" ;
    skos:exactMatch <http://dbpedia.org/resource/Witold_Lutos%C5%82awski>,
        <http://id.loc.gov/authorities/names/n80008131>,
        <http://musicbrainz.org/artist/af4c43d3-c0e0-421e-ac64-000329af0435>,
        <http://www.wikidata.org/entity/Q156472> .

