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

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.FSIfv8 .

bioregistry:drao a bioregistry.schema:0000001 ;
    rdfs:label "Domain Resource Application Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "A project supporting the DRAO application ontology, a hierarchy of specific research domains and descriptors which imports subsets of terms from over 40 publicly-available terminologies. (from repository)"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/FAIRsharing/domain-ontology> ;
    skos:exactMatch fairsharing:FAIRsharing.FSIfv8 ;
    dcat:keyword "agriculture",
        "biomedical science",
        "classification",
        "computer science",
        "earth science",
        "environmental science",
        "fair",
        "humanities",
        "life science",
        "metadata standardization",
        "natural science",
        "ontology",
        "resource metadata" ;
    foaf:homepage <http://www.fairsharing.org> ;
    bioregistry.schema:0000005 "0000001"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.fairsharing.org/ontology/domain/DRAO_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000010 <https://github.com/FAIRsharing/domain-ontology/raw/refs/heads/master/DRAO.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-7702-4495 ;
    bioregistry.schema:0000024 "http://www.fairsharing.org/ontology/domain/DRAO_"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.fairsharing.org/ontology/domain/DRAO_0000001> ;
    bioregistry.schema:0000029 "drao" .

orcid:0000-0002-7702-4495 rdfs:label "Allyson Lister" ;
    foaf:mbox "allyson.lister@oerc.ox.ac.uk" .

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

fairsharing:FAIRsharing.FSIfv8 dcterms:isPartOf bioregistry.metaresource:fairsharing .

