@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 fairsharing: <https://fairsharing.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:gaidet .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.23b8a3 .

bioregistry:gaidet a bioregistry.schema:0000001 ;
    rdfs:label "Generative Artificial Intelligence Delegation Taxonomy" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The Generative Artificial Intelligence Delegation Taxonomy (GAIDeT) assigns identifiers to contributor roles as an extension to the Contributor Roles Taxonomy (CRediT) to support promoting transparency and accountability in academic publishing when AI contribtors are involved in research. It is operationalized in the [GAIDeT Declaration Generator](https://panbibliotekar.github.io/gaidet-declaration/), an interactive tool for researchers to disclose the delegation of tasks to generative AI (GAI) tools in accordance with the GAIDeT taxonomy."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/panbibliotekar/gaidet-declaration> ;
    skos:exactMatch fairsharing:FAIRsharing.23b8a3 ;
    dcat:keyword "artificial intelligence",
        "attribution",
        "contributor roles",
        "delegation",
        "ontology" ;
    foaf:homepage <https://github.com/panbibliotekar/gaidet-declaration> ;
    bioregistry.schema:0000005 "0000001"^^xsd:string ;
    bioregistry.schema:0000006 "https://w3id.org/gaidet/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000010 <https://w3id.org/gaidet/gaidet.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-5067-4498 ;
    bioregistry.schema:0000024 "https://w3id.org/gaidet/"^^xsd:string ;
    bioregistry.schema:0000027 <https://w3id.org/gaidet/0000001> ;
    bioregistry.schema:0000029 "gaidet" .

orcid:0000-0002-5067-4498 rdfs:label "Serhii Nazarovets" ;
    foaf:mbox "serhii.nazarovets@gmail.com" .

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

fairsharing:FAIRsharing.23b8a3 dcterms:isPartOf bioregistry.metaresource:fairsharing .

