@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 edam: <http://edamontology.org/data_> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix orcid: <https://orcid.org/> .
@prefix prefixcommons: <https://registry.bio2kg.org/resource/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix re3data: <https://www.re3data.org/repository/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:uniref .

bioregistry.metaresource:edam dcterms:hasPart edam:2346 .

bioregistry.metaresource:miriam dcterms:hasPart miriam:uniref .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:uniref .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100011518 .

bioregistry:uniref a bioregistry.schema:0000001 ;
    rdfs:label "UniRef" ;
    dcterms:description "The UniProt Reference Clusters (UniRef) provide clustered sets of sequences from the UniProt Knowledgebase (including isoforms) and selected UniParc records in order to obtain complete coverage of the sequence space at several resolutions while hiding redundant sequences (but not their descriptions) from view."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch edam:2346,
        prefixcommons:uniref,
        miriam:uniref,
        re3data:r3d100011518 ;
    dcat:keyword "gene",
        "protein" ;
    foaf:homepage <https://www.uniprot.org/> ;
    bioregistry.schema:0000005 "UniRef90_P00750"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.uniprot.org/uniref/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^UniRef(100|90|50)_([OPQ][0-9][A-Z0-9]{3}[0-9]|[A-NR-Z][0-9]([A-Z][A-Z0-9]{2}[0-9]){1,2}|UPI[A-F0-9]{10})$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-6982-4660 ;
    bioregistry.schema:0000024 "https://www.uniprot.org/uniref/"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.uniprot.org/uniref/UniRef90_P00750> ;
    bioregistry.schema:0000029 "uniref" .

orcid:0000-0002-6982-4660 rdfs:label "Alex Bateman" ;
    foaf:mbox "agb@ebi.ac.uk" .

edam:2346 dcterms:isPartOf bioregistry.metaresource:edam .

prefixcommons:uniref dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:uniref dcterms:isPartOf bioregistry.metaresource:miriam .

re3data:r3d100011518 dcterms:isPartOf bioregistry.metaresource:re3data .

