@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://w3id.org/nfdi4ing/metadata4ing#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix prov: <http://www.w3.org/ns/prov#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:ContactPerson a owl:NamedIndividual, prov:Role ; rdfs:seeAlso "https://schema.datacite.org/meta/kernel-4.4/doc/DataCite-MetadataKernel_v4.4.pdf#page=40"^^<http://www.w3.org/2001/XMLSchema#anyURI> ; skos:definition "Person with knowledge of how to access, troubleshoot, or otherwise field issues related to the resource"@en ; skos:prefLabel "Kontaktperson"@de, "contact person"@en ; skos:scopeNote "May also be the \"Point of Contact\" in an organisation that controls access to the resource, if that organisation is different from the Publisher, Distributor, and Data Manager."@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://w3id.org/nfdi4ing/metadata4ing#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:ContactPerson
    a owl:NamedIndividual, prov:Role ;
    rdfs:seeAlso "https://schema.datacite.org/meta/kernel-4.4/doc/DataCite-MetadataKernel_v4.4.pdf#page=40"^^<http://www.w3.org/2001/XMLSchema#anyURI> ;
    skos:definition "Person with knowledge of how to access, troubleshoot, or otherwise field issues related to the resource"@en ;
    skos:prefLabel "Kontaktperson"@de, "contact person"@en ;
    skos:scopeNote "May also be the \"Point of Contact\" in an organisation that controls access to the resource, if that organisation is different from the Publisher, Distributor, and Data Manager."@en .