@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/1016793> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Stanislav Binicki" ;
    ns1:birthDate "1872-07-27"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/789857/> ;
    ns1:deathDate "1942-02-15"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Stanislav Binicki" ;
    skos:exactMatch <http://dbpedia.org/resource/Stanislav_Bini%C4%8Dki>,
        <http://id.loc.gov/authorities/names/no2002098227>,
        <http://www.wikidata.org/entity/Q1292444>,
        <https://musicbrainz.org/artist/57151b42-27ac-470d-9951-6190445bb7ae> .

