@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 ols: <https://www.ebi.ac.uk/ols4/ontologies/> .
@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:srao .

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

bioregistry.metaresource:ols dcterms:hasPart ols:srao .

bioregistry:srao a bioregistry.schema:0000001 ;
    rdfs:label "FAIRsharing Subject Ontology" ;
    dcterms:description "The FAIRsharing Subject Ontology (SRAO) is an application ontology for the categorization of research disciplines across all research domains, from the humanities to the natural sciences. It utilizes multiple external vocabularies."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/FAIRsharing/subject-ontology> ;
    skos:exactMatch fairsharing:FAIRsharing.b1xD9f,
        ols:srao ;
    dcat:keyword "agriculture",
        "biomedical science",
        "classification",
        "computer science",
        "earth science",
        "environmental science",
        "fair",
        "humanities",
        "life science",
        "metadata standardization",
        "metascience",
        "natural science",
        "ontology",
        "resource metadata",
        "topics" ;
    foaf:homepage <https://github.com/FAIRsharing/subject-ontology> ;
    bioregistry.schema:0000005 "0000400"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.fairsharing.org/ontology/subject/SRAO_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000010 <https://github.com/FAIRsharing/subject-ontology/raw/refs/heads/master/SRAO.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-7702-4495 ;
    bioregistry.schema:0000024 "http://www.fairsharing.org/ontology/subject/SRAO_"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.fairsharing.org/ontology/subject/SRAO_0000400> ;
    bioregistry.schema:0000029 "srao" .

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

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

ols:srao dcterms:isPartOf bioregistry.metaresource:ols .

