@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/1001404> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Anton Arensky" ;
    ns1:birthDate "1861-07-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/519336/> ;
    ns1:deathDate "1906-02-25"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Anton Arensky" ;
    skos:exactMatch <http://dbpedia.org/resource/Anton_Arensky>,
        <http://id.loc.gov/authorities/names/n79072720>,
        <http://www.wikidata.org/entity/Q313970>,
        <https://musicbrainz.org/artist/bfe09fc5-c12a-413d-88bf-b40bea40bf4c> .

