@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/1028735> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Johannes Martini" ;
    ns1:birthPlace <https://sws.geonames.org/2749990/> ;
    ns1:deathDate "1497-10-23"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Johannes Martini" ;
    skos:exactMatch <http://dbpedia.org/resource/Johannes_Martini>,
        <http://www.wikidata.org/entity/Q2202999>,
        <https://id.loc.gov/authorities/nr88007302>,
        <https://musicbrainz.org/artist/4d325c13-7c17-4cc1-b5e3-75e19b01c365> .

