@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix melod: <https://lod.academy/melod/vocab/ontology#>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix schema: <https://schema.org/>.
@prefix sh: <http://www.w3.org/ns/shacl#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix dataset: <https://adwmainz.pages.gitlab.rlp.net/nfdi4culture/cdmd/project_templates/workshop-user1/datasets/>.

<urn:uuid:persons/1110017576> schema:familyName "D'Angelo";
    schema:givenName "Giulio";
    owl:sameAs <https://d-nb.info/gnd/1356737269>;
    schema:gender "male";
    a melod:Person.
