@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix nfdicore: <https://nfdi.fiz-karlsruhe.de/ontology#> .
@prefix n4o: <https://nfdi4objects.net/ontology#> .

<https://nfdi4objects.net/organisation/coordination>
    rdf:type n4o:OrganizationalUnit ;
    rdfs:label "Koordinationsbüro"@de ;
    rdfs:label "Coordination Office"@en ;
    skos:definition "Das Koordinationsbüro ist für die operative Leitung von NFDI4Objects verantwortlich"@de ;
    skos:definition "The Coordination Office is responsible for the operational management of NFDI4Objects"@en ;
    foaf:member<https://nfdi4objects.net/persons/angelaberthold>,<https://nfdi4objects.net/persons/anjagerber>,<https://nfdi4objects.net/persons/berithildebrandt>,<https://nfdi4objects.net/persons/christinkeller>,<https://nfdi4objects.net/persons/christophklose>,<https://nfdi4objects.net/persons/fabianfricke>,<https://nfdi4objects.net/persons/jansessing>,<https://nfdi4objects.net/persons/johannelehfeldt>,<https://nfdi4objects.net/persons/julianhollaender>,<https://nfdi4objects.net/persons/martinakrause>,<https://nfdi4objects.net/persons/sandraschröer-spang>,<https://nfdi4objects.net/persons/tolinjojo>;
    n4o:memberCount 12 ;
    dcterms:isPartOf <https://nfdi4objects.net> .
