@prefix ns1: <http://d-nb.info/standards/elementset/gnd#> .
@prefix ns2: <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/43721> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Juan de Marcos González" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/322> ;
    ns2:birthDate "1954-01-29"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/3553478/> ;
    ns2:name "Juan de Marcos González" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q1360997>,
        <https://dbpedia.org/resource/Juan_de_Marcos_Gonz%C3%A1lez>,
        <https://id.loc.gov/authorities/no99009286>,
        <https://musicbrainz.org/artist/87838a1d-c844-470b-9a60-29709e4f5127> .

