@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 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: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 bioportal:VALUESETS,
        ols:valuesets ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://github.com/linkml/valuesets> ;
    bioregistry.schema:0000005 "Environment"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "Chris Mungall" ;
            foaf:mbox "cjmungall@lbl.gov" ] ;
    bioregistry.schema:0000029 "valuesets" .

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

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

