@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/1021501> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Pawel Lukaszewski" ;
    ns1:birthDate "1968-09-19"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3100946/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Pawel Lukaszewski" ;
    skos:exactMatch <http://dbpedia.org/resource/Pawe%C5%82_%C5%81ukaszewski>,
        <http://id.loc.gov/authorities/names/no00102839>,
        <http://www.wikidata.org/entity/Q11243072>,
        <https://musicbrainz.org/artist/8fbc3929-e88c-4fef-bf8c-f23223ec17d0> .

