@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/1004738> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Baden Powell" ;
    ns1:birthDate "1937-08-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/6322082/> ;
    ns1:deathDate "2000-10-26"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Baden Powell" ;
    skos:exactMatch <http://dbpedia.org/resource/Baden_Powell_de_Aquino>,
        <http://id.loc.gov/authorities/names/n83127203>,
        <http://www.wikidata.org/entity/Q464993>,
        <https://musicbrainz.org/artist/ba617653-44e4-404f-91cd-f74adce5687d> .

