@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/1001668> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Aleksander Michalowski" ;
    ns1:birthDate "1851-05-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/706950/> ;
    ns1:deathDate "1938-10-17"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Aleksander Michalowski" ;
    skos:exactMatch <http://dbpedia.org/resource/Aleksander_Micha%C5%82owski>,
        <http://www.wikidata.org/entity/Q1220637>,
        <https://id.loc.gov/authorities/names/no2001093447>,
        <https://musicbrainz.org/artist/8af15dfb-2d72-4578-9165-464bc1479874> .

