@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/46048> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Witold Rowicki" ;
    ns1:birthDate "1914-02-26"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/484907/> ;
    ns1:deathDate "1989-10-01"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Witold Rowicki" ;
    skos:exactMatch <http://dbpedia.org/resource/Witold_Rowicki>,
        <http://www.wikidata.org/entity/Q1358456>,
        <https://id.loc.gov/authorities/names/n83017023>,
        <https://musicbrainz.org/artist/f7d334b2-590b-414c-9e74-0d2720f75ae5> .

