@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#> .

<http://data.carnegiehall.org/names/1030999> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Lucy Moss" ;
    ns1:birthPlace <https://sws.geonames.org/2647567/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Lucy Moss" ;
    skos:exactMatch <http://dbpedia.org/resource/Lucy_Moss>,
        <http://www.wikidata.org/entity/Q67205843>,
        <https://id.loc.gov/authorities/no2020038725>,
        <https://musicbrainz.org/artist/6a183885-8af3-44d0-ba79-a5d7e59efc18> .

