@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix bioportal: <https://bioportal.bioontology.org/ontologies/> .
@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 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:aberowl dcterms:hasPart aberowl:VALUESETS .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:VALUESETS .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:valuesets .

bioregistry.metaresource:ols dcterms:hasPart ols:valuesets .

bioregistry:valuesets a bioregistry.schema:0000001 ;
    rdfs:label "Value Sets" ;
    dcterms:description "Comprehensive value sets across multiple domains including biological entities, data formats, geographic locations, chemical entities, anatomical structures, investigation metadata, clinical information, and specialized scientific domains. This is derived from the LinkML representation, with each value set represented as a class, with permissible values as subclasses"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch aberowl:VALUESETS,
        bioportal:VALUESETS,
        ols:valuesets ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://github.com/linkml/valuesets> ;
    bioregistry.schema:0000005 "Environment"^^xsd:string ;
    bioregistry.schema:0000010 <http://aber-owl.net/media/ontologies/VALUESETS/1/valuesets.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-6601-2165 ;
    bioregistry.schema:0000029 "valuesets" .

orcid:0000-0002-6601-2165 rdfs:label "Chris Mungall" ;
    foaf:mbox "cjmungall@lbl.gov" .

aberowl:VALUESETS dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:VALUESETS dcterms:isPartOf bioregistry.metaresource:bioportal .

ols:valuesets dcterms:isPartOf bioregistry.metaresource:ols .

