@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:gx .

bioregistry:gx a bioregistry.schema:0000001 ;
    rdfs:label "Gaia-X Trust Framework Ontology" ;
    dcterms:contributor orcid:0009-0005-7051-5020 ;
    dcterms:description "The Gaia-X ontology defines classes and properties for describing participants, service offerings, resources, and compliance credentials within the Gaia-X federated data infrastructure ecosystem. It provides machine-readable SHACL shapes and JSON-LD contexts for verifiable credentials in conformity with the Gaia-X Trust Framework."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://gitlab.com/gaia-x/technical-committee/service-characteristics-working-group/service-characteristics> ;
    dcat:keyword "cloud",
        "compliance",
        "data infrastructure",
        "gaia-x",
        "ontology",
        "trust framework",
        "verifiable credentials" ;
    foaf:homepage <https://w3id.org/gaia-x/> ;
    bioregistry.schema:0000005 "LegalPerson"^^xsd:string ;
    bioregistry.schema:0000006 "https://docs.gaia-x.eu/ontology/development/classes/$1"^^xsd:string ;
    bioregistry.schema:0000010 <https://registry.lab.gaia-x.eu/development/owl/development> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0009-0005-7051-5020 ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "https://docs.gaia-x.eu/ontology/development/classes/"^^xsd:string ;
    bioregistry.schema:0000027 <https://docs.gaia-x.eu/ontology/development/classes/LegalPerson> ;
    bioregistry.schema:0000029 "gx" .

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

orcid:0009-0005-7051-5020 rdfs:label "Carlo van Driesten" ;
    foaf:mbox "carlo.van-driesten@bmw.de" .

