@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/1030239> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Muriel Herbert" ;
    ns1:birthDate "1897"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/2638077/> ;
    ns1:deathDate "1984-05-01"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Muriel Herbert" ;
    skos:exactMatch <http://dbpedia.org/resource/Muriel_Herbert>,
        <http://id.loc.gov/authorities/names/no2012010366>,
        <http://www.wikidata.org/entity/Q6938634>,
        <https://musicbrainz.org/artist/e940cf2e-2ea0-4cc6-9ba6-2ce534ab878e> .

