@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/1030052> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Anders Fryxell" ;
    ns1:birthDate "1795-02-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/8133383/> ;
    ns1:deathDate "1881-03-21"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Anders Fryxell" ;
    skos:exactMatch <http://dbpedia.org/resource/Anders_Fryxell>,
        <http://www.wikidata.org/entity/Q1959091>,
        <https://id.loc.gov/authorities/n88648024>,
        <https://musicbrainz.org/artist/324e5197-a7d5-4e42-8ee6-2631ace9e156> .

