@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/steering>
    rdf:type n4o:OrganizationalUnit ;
    rdfs:label "Lenkungsausschuss"@de ;
    rdfs:label "Steering Committee"@en ;
    skos:definition "Der Lenkungsausschuss koordiniert die strategische Ausrichtung von NFDI4Objects"@de ;
    skos:definition "The Steering Committee coordinates the strategic direction of NFDI4Objects"@en ;
    foaf:member<https://nfdi4objects.net/persons/alexandra_busch>,<https://nfdi4objects.net/persons/benjaminhöke>,<https://nfdi4objects.net/persons/bernhard_weisser>,<https://nfdi4objects.net/persons/dirkwintergruen>,<https://nfdi4objects.net/persons/frank_duehrkohp>,<https://nfdi4objects.net/persons/kai-christian_bruhn>,<https://nfdi4objects.net/persons/matthias_lang>,<https://nfdi4objects.net/persons/matthias_renz>,<https://nfdi4objects.net/persons/peterbaumeister>,<https://nfdi4objects.net/persons/philipp_von_rummel>,<https://nfdi4objects.net/persons/rolandschwab>,<https://nfdi4objects.net/persons/thomas_stoellner>,<https://nfdi4objects.net/persons/ulrich_himmelmann>;
    n4o:memberCount 13 ;
    dcterms:isPartOf <https://nfdi4objects.net> .
