@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/1005978> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Mieczyslaw Karlowicz" ;
    ns1:birthDate "1876-12-11"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/620147/> ;
    ns1:deathDate "1909-02-08"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Mieczyslaw Karlowicz" ;
    skos:exactMatch <http://dbpedia.org/resource/Mieczys%C5%82aw_Kar%C5%82owicz>,
        <http://id.loc.gov/authorities/names/n84116040>,
        <http://www.wikidata.org/entity/Q508891>,
        <https://musicbrainz.org/artist/bc9dceeb-47cf-436d-b557-b2220820e175> .

