@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/110274> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Mirga Gražinyte-Tyla" ;
    ns1:birthDate "1986-08-29"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/593116/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Mirga Gražinyte-Tyla" ;
    skos:exactMatch <http://dbpedia.org/resource/Mirga_Gra%C5%BEinyt%C4%97-Tyla>,
        <http://www.wikidata.org/entity/Q18345498>,
        <https://musicbrainz.org/artist/4deb19f7-92c0-4305-a896-dfea02b94a8b> .

