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

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

bioregistry:idpo a bioregistry.schema:0000001 ;
    rdfs:label "Intrinsically Disordered Proteins Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "IDPO is used to describe structural aspects of an IDP/IDR, self-functions and functions directly associated with their disordered state. GO is used to describe functional aspects of an IDP/IDR."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/BioComputingUP/idpo> ;
    skos:exactMatch fairsharing:FAIRsharing.bc973b ;
    dcat:keyword "protein analysis",
        "protein structure",
        "proteins",
        "proteomics",
        "structural biochemistry",
        "structural bioinformatics",
        "structural biology" ;
    foaf:homepage <https://www.disprot.org/ontology> ;
    bioregistry.schema:0000005 "00056"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.disprot.org/idpo/IDPO:$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{5}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-0341-4888 ;
    bioregistry.schema:0000024 "https://www.disprot.org/idpo/IDPO:"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.disprot.org/idpo/IDPO:00056> ;
    bioregistry.schema:0000029 "idpo" .

orcid:0000-0002-0341-4888 rdfs:label "Federica Quaglia" ;
    foaf:mbox "f.quaglia@ibiom.cnr.it" .

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

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

