@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/1014731> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Lucija Garuta" ;
    ns1:birthDate "1902-05-14"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/456172/> ;
    ns1:deathDate "1977-02-15"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Lucija Garuta" ;
    skos:exactMatch <http://dbpedia.org/resource/L%C5%ABcija_Gar%C5%ABta>,
        <http://id.loc.gov/authorities/names/n80020489>,
        <http://www.wikidata.org/entity/Q2451343>,
        <https://musicbrainz.org/artist/9034ddf9-5e79-4c8c-aac5-56a0f63f1f18> .

