@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/1008316> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Sabin Dragoi" ;
    ns1:birthDate "1894-06-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/667417/> ;
    ns1:deathDate "1968-12-31"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Sabin Dragoi" ;
    skos:exactMatch <http://dbpedia.org/resource/Sabin_Dr%C4%83goi>,
        <http://id.loc.gov/authorities/names/n86873608>,
        <http://www.wikidata.org/entity/Q4167511>,
        <https://musicbrainz.org/artist/41dbbde2-6bb4-41c0-9cae-b4555a10957c> .

