@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 dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@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 uniprot.resource: <https://www.uniprot.org/database/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:ELM .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:elm .

bioregistry.metaresource:miriam dcterms:hasPart miriam:elm .

bioregistry.metaresource:n2t dcterms:hasPart n2t:elm .

bioregistry.metaresource:uniprot dcterms:hasPart uniprot.resource:DB-0223 .

bioregistry:elm a bioregistry.schema:0000001 ;
    rdfs:label "Eukaryotic Linear Motif Resource" ;
    dcterms:description "Linear motifs are short, evolutionarily plastic components of regulatory proteins. Mainly focused on the eukaryotic sequences,the Eukaryotic Linear Motif resource (ELM) is a database of curated motif classes and instances."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:ELM,
        n2t:elm,
        miriam:elm,
        uniprot.resource:DB-0223 ;
    dcat:keyword "protein-protein interaction databases" ;
    foaf:homepage <http://elm.eu.org/> ;
    bioregistry.schema:0000005 "CLV_MEL_PAP_1"^^xsd:string ;
    bioregistry.schema:0000006 "http://elm.eu.org/elms/elmPages/$1.html"^^xsd:string ;
    bioregistry.schema:0000008 "^[A-Za-z_0-9]+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-0657-5166 ;
    bioregistry.schema:0000024 "https://bioregistry.io/elm:"^^xsd:string ;
    bioregistry.schema:0000027 <http://elm.eu.org/elms/elmPages/CLV_MEL_PAP_1.html> ;
    bioregistry.schema:0000029 "elm" .

orcid:0000-0003-0657-5166 rdfs:label "Toby J Gibson" ;
    foaf:mbox "toby.gibson@embl.de" .

biocontext:ELM dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:elm dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:elm dcterms:isPartOf bioregistry.metaresource:miriam .

uniprot.resource:DB-0223 dcterms:isPartOf bioregistry.metaresource:uniprot .

