@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@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:biocontext dcterms:hasPart biocontext:PROBONTO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:probonto .

bioregistry.metaresource:miriam dcterms:hasPart miriam:probonto .

bioregistry.metaresource:n2t dcterms:hasPart n2t:probonto .

bioregistry.metaresource:ols dcterms:hasPart ols:probonto .

bioregistry:probonto a bioregistry.schema:0000001 ;
    rdfs:label "Probability Distribution Ontology" ;
    dcterms:description "ProbOnto, is an ontology-based knowledge base of probability distributions, featuring uni- and multivariate distributions with their defining functions, characteristics, relationships and reparameterisation formulae.  It can be used for annotation of models, facilitating the encoding of distribution-based models, related functions and quantities."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/probonto/ontology> ;
    skos:exactMatch biocontext:PROBONTO,
        n2t:probonto,
        miriam:probonto,
        ols:probonto ;
    foaf:homepage <http://probonto.org> ;
    bioregistry.schema:0000005 "c0000005"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.probonto.org/ontology#PROB_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^(c|k)\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-4614-562X ;
    bioregistry.schema:0000024 "http://www.probonto.org/ontology#PROB_"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.probonto.org/ontology#PROB_c0000005> ;
    bioregistry.schema:0000029 "probonto" .

orcid:0000-0003-4614-562X rdfs:label "Pierre Grenon" ;
    foaf:mbox "pierre.grenon@ifomis.uni-saarland.de" .

biocontext:PROBONTO dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:probonto dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:probonto dcterms:isPartOf bioregistry.metaresource:miriam .

ols:probonto dcterms:isPartOf bioregistry.metaresource:ols .

