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

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:dome .

bioregistry.metaresource:miriam dcterms:hasPart miriam:dome .

bioregistry:dome a bioregistry.schema:0000001 ;
    rdfs:label "DOME Registry" ;
    dcterms:contributor orcid:0009-0008-8406-631X ;
    dcterms:description "The DOME registry is a curated set of papers related to machine learning methods in biology, each with its own unique DOME identifier."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch miriam:dome ;
    foaf:homepage <https://registry.dome-ml.org> ;
    bioregistry.schema:0000005 "dfyn1yvtz3"^^xsd:string ;
    bioregistry.schema:0000006 "https://registry.dome-ml.org/review/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[a-z0-9]{10}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-4525-7793 ;
    bioregistry.schema:0000021 orcid:0000-0001-9439-5346 ;
    bioregistry.schema:0000024 "https://registry.dome-ml.org/review/"^^xsd:string ;
    bioregistry.schema:0000026 ror:00240q980 ;
    bioregistry.schema:0000027 <https://registry.dome-ml.org/review/dfyn1yvtz3> ;
    bioregistry.schema:0000029 "dome" .

orcid:0000-0001-9439-5346 rdfs:label "Benjamin M. Gyori" ;
    foaf:mbox "b.gyori@northeastern.edu" .

orcid:0000-0003-4525-7793 rdfs:label "Silvio Tosatto" ;
    foaf:mbox "silvio.tosatto@unipd.it" .

orcid:0009-0008-8406-631X rdfs:label "Nalika Palayoor" ;
    foaf:mbox "palayoor.n@northeastern.edu" .

miriam:dome dcterms:isPartOf bioregistry.metaresource:miriam .

