@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/1001617> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "William Wallace" ;
    ns1:birthDate "1860-07-03"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2647948/> ;
    ns1:deathDate "1940-12-16"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "William Wallace" ;
    skos:exactMatch <http://dbpedia.org/resource/William_Wallace_(Scottish_composer)>,
        <http://id.loc.gov/authorities/names/n83021576>,
        <http://www.wikidata.org/entity/Q655736>,
        <https://musicbrainz.org/artist/fbd3f0d0-8545-4fc9-9c7d-0ae16b0afad0> .

