@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/1014803> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Friedrich Ferdinand Flemming" ;
    ns1:birthDate "1778-12-02"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2865098/> ;
    ns1:deathDate "1813-05-27"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Friedrich Ferdinand Flemming" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q98455>,
        <https://id.loc.gov/authorities/no93014075>,
        <https://musicbrainz.org/artist/9338a860-34fd-4e29-aa0d-031afe43eb05> .

