@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:gtn .

bioregistry:gtn a bioregistry.schema:0000001 ;
    rdfs:label "Galaxy Training Network" ;
    dcterms:contributor orcid:0009-0004-7782-2894,
        orcid:0009-0005-0673-021X ;
    dcterms:description "Identifiers in the GTN correspond to training materials in various formats (markdown, slides, video). The users can apply learned concepts directly within the framework via galaxy workflows."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/galaxyproject/training-material> ;
    dcat:keyword "galaxy",
        "learning materials",
        "learning resources",
        "training materials" ;
    foaf:homepage <https://training.galaxyproject.org/training-material/> ;
    bioregistry.schema:0000005 "T00148"^^xsd:string ;
    bioregistry.schema:0000006 "https://gxy.io/GTN:$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[A-Z]\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-3803-468X ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "https://gxy.io/GTN:"^^xsd:string ;
    bioregistry.schema:0000027 <https://gxy.io/GTN:T00148> ;
    bioregistry.schema:0000029 "gtn" .

orcid:0000-0003-3803-468X rdfs:label "Saskia Hiltemann" ;
    foaf:mbox "saskia.hiltemann@rz.uni-freiburg.de" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

orcid:0009-0004-7782-2894 rdfs:label "Dilfuza Djamalova" ;
    foaf:mbox "d.djamalova@fz-juelich.de" .

orcid:0009-0005-0673-021X rdfs:label "Jacobo Miranda" ;
    foaf:mbox "jacobo.miranda@embl.de" .

