@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 edam: <http://edamontology.org/data_> .
@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:UNIMOD .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:unimod .

bioregistry.metaresource:edam dcterms:hasPart edam:3757 .

bioregistry.metaresource:miriam dcterms:hasPart miriam:unimod .

bioregistry.metaresource:n2t dcterms:hasPart n2t:unimod .

bioregistry.metaresource:ols dcterms:hasPart ols:unimod .

bioregistry:unimod a bioregistry.schema:0000001 ;
    rdfs:label "Unimod protein modification database for mass spectrometry" ;
    dcterms:description "Unimod is a public domain database created to provide a community supported, comprehensive database of protein modifications for mass spectrometry applications. That is, accurate and verifiable values, derived from elemental compositions, for the mass differences introduced by all types of natural and artificial modifications. Other important information includes any mass change, (neutral loss), that occurs during MS/MS analysis, and site specificity, (which residues are susceptible to modification and any constraints on the position of the modification within the protein or peptide)."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch edam:3757,
        biocontext:UNIMOD,
        n2t:unimod,
        miriam:unimod,
        ols:unimod ;
    dcat:keyword "ontology" ;
    foaf:homepage <http://www.unimod.org/> ;
    bioregistry.schema:0000005 "1200"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.unimod.org/modifications_view.php?editid1=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000010 <https://raw.githubusercontent.com/PRIDE-Utilities/pride-ontology/master/unimod.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-3843-0818 ;
    bioregistry.schema:0000024 "http://www.unimod.org/modifications_view.php?editid1="^^xsd:string ;
    bioregistry.schema:0000027 <http://www.unimod.org/modifications_view.php?editid1=1200> ;
    bioregistry.schema:0000029 "unimod" .

orcid:0000-0003-3843-0818 rdfs:label "John Cottrell" ;
    foaf:mbox "jcottrell@matrixscience.com" .

edam:3757 dcterms:isPartOf bioregistry.metaresource:edam .

biocontext:UNIMOD dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:unimod dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:unimod dcterms:isPartOf bioregistry.metaresource:miriam .

ols:unimod dcterms:isPartOf bioregistry.metaresource:ols .

