@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/1025915> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Józef Bohdan Zaleski" ;
    ns1:birthDate "1802-02-14"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/703446/> ;
    ns1:deathDate "1886-03-31"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Józef Bohdan Zaleski" ;
    skos:exactMatch <http://dbpedia.org/resource/J%C3%B3zef_Bohdan_Zaleski>,
        <http://id.loc.gov/authorities/names/n88086328>,
        <http://www.wikidata.org/entity/Q1355484>,
        <https://musicbrainz.org/artist/b2d6e882-0abb-4b5c-9d7e-625c3de7ed6f> .

