@prefix ns1: <http://d-nb.info/standards/elementset/gnd#> .
@prefix ns2: <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/141297> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Elizabeth Gillies" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/349> ;
    ns2:birthDate "1993-07-26"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/5098904/> ;
    ns2:name "Elizabeth Gillies" ;
    skos:exactMatch <http://dbpedia.org/resource/Elizabeth_Gillies>,
        <http://www.wikidata.org/entity/Q230209>,
        <https://musicbrainz.org/artist/8d7b2288-dc37-429f-a99a-8ce1e42641db> .

