@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://orcid.org/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix ns1: <https://schema.org/> . @prefix ns2: <https://ror.org/> . @prefix dct: <http://purl.org/dc/terms/> . <https://orcid.org/0000-0002-6461-2554> a owl:NamedIndividual, foaf:Person ; foaf:name "Eva Vanessa Stehr " ; ns1:affiliation <https://ror.org/05r3f7h03> . <https://ptb.de/sis/> dct:contributor <https://orcid.org/0000-0002-6461-2554> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://orcid.org/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns1: <https://schema.org/> .
@prefix ns2: <https://ror.org/> .
@prefix dct: <http://purl.org/dc/terms/> .

<https://orcid.org/0000-0002-6461-2554>
    a owl:NamedIndividual, foaf:Person ;
    foaf:name "Eva Vanessa Stehr     " ;
    ns1:affiliation <https://ror.org/05r3f7h03> .

<https://ptb.de/sis/>
    dct:contributor <https://orcid.org/0000-0002-6461-2554> .