@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@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 ror: <https://ror.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:nfdi4dso .

bioregistry:nfdi4dso a bioregistry.schema:0000001 ;
    rdfs:label "NFDI4DataScience Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The NFDI4DataScience ontology (nfdi4dso) is an ontology describing various resources all resources (datasets, data providers, persons, projects and other entities) within the domain of NFDI4DataScience. nfdi4dso is a module that builds upon the [NFDIcore Ontology](https://ise-fizkarlsruhe.github.io/nfdicore/2.0.0/) and maintains alignment with the Basic Formal Ontology (BFO). [adapted from homepage]"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/ISE-FIZKarlsruhe/NFDI4DS-Ontology> ;
    foaf:homepage <https://nfdi.fiz-karlsruhe.de/nfdi4dso> ;
    bioregistry.schema:0000005 "City"^^xsd:string ;
    bioregistry.schema:0000006 "https://nfdi.fiz-karlsruhe.de/nfdi4dso/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-3807-7145 ;
    bioregistry.schema:0000024 "https://nfdi.fiz-karlsruhe.de/nfdi4dso/"^^xsd:string ;
    bioregistry.schema:0000026 ror:00bb4nn95 ;
    bioregistry.schema:0000027 <https://nfdi.fiz-karlsruhe.de/nfdi4dso/City> ;
    bioregistry.schema:0000029 "nfdi4dso" .

orcid:0000-0003-3807-7145 rdfs:label "Genet Asefa Gesese" ;
    foaf:mbox "genet-asefa.gesese@fiz-kalrsruhe.de" .

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

