@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/67178> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Guglielmo Marconi" ;
    ns1:birthDate "1874-04-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3181928/> ;
    ns1:deathDate "1937-06-20"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/946> ;
    ns1:name "Guglielmo Marconi" ;
    skos:exactMatch <http://dbpedia.org/resource/Guglielmo_Marconi>,
        <http://id.loc.gov/authorities/names/n50040633>,
        <http://www.wikidata.org/entity/Q36488>,
        <https://musicbrainz.org/artist/cf1a3fa1-c17e-491c-8a0f-147d92843250> .

