@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/1025076> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Nasri Atweh" ;
    ns1:birthDate "1981-01-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/6167865/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Nasri Atweh" ;
    skos:exactMatch <http://dbpedia.org/resource/Nasri_(musician)>,
        <http://id.loc.gov/authorities/names/no2019059648>,
        <http://www.wikidata.org/entity/Q6967320>,
        <https://musicbrainz.org/artist/73da681c-b351-404e-ae98-d6c0c88644a8> .

