@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://d-nb.info/standards/elementset/gnd#> .
@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/102223> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Andrei Ionita" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/484> ;
    ns1:birthDate "1994-01"^^xsd:gYearMonth ;
    ns1:birthPlace <https://sws.geonames.org/683506/> ;
    ns1:name "Andrei Ionita" ;
    skos:exactMatch <http://dbpedia.org/resource/Andrei_Ioni%C8%9B%C4%83>,
        <http://id.loc.gov/authorities/names/no2016132297>,
        <https://musicbrainz.org/artist/085d7802-49bd-4f87-a6e1-641c0db8ad14> .

