@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/1028909> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Mikhail Matusovsky" ;
    ns1:birthDate "1915-07-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/702658/> ;
    ns1:deathDate "1990-07-16"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Mikhail Matusovsky" ;
    skos:exactMatch <http://dbpedia.org/resource/Mikhail_Matusovsky>,
        <http://id.loc.gov/authorities/names/n83217852>,
        <http://www.wikidata.org/entity/Q1990028>,
        <https://musicbrainz.org/artist/93491614-83e7-4977-8cdd-c3e3a7b6822e> .

