@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/14698> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Olive Fremstad" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/61>,
        <http://data.carnegiehall.org/instruments/612> ;
    ns1:birthDate "1871-03-14"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2673730/> ;
    ns1:deathDate "1951-04-21"^^xsd:date ;
    ns1:name "Olive Fremstad" ;
    skos:exactMatch <http://dbpedia.org/resource/Olive_Fremstad>,
        <http://id.loc.gov/authorities/names/n87914278>,
        <http://www.wikidata.org/entity/Q2919578>,
        <https://musicbrainz.org/artist/a19fd04d-95be-474c-81d8-f9592cdf5f13> .

