Nanopublication

< Home

ID

https://w3id.org/np/RAyg0FZN2CHs_7Bv0axasMFU589mPbuBggDXYVhwEjWi0

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAyg0FZN2CHs_7Bv0axasMFU589mPbuBggDXYVhwEjWi0> .
@prefix sub: <https://w3id.org/np/RAyg0FZN2CHs_7Bv0axasMFU589mPbuBggDXYVhwEjWi0/> .
@prefix schema: <https://schema.org/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:MRO a fip:Available-FAIR-Supporting-Resource, fip:Domain-Specific-FAIR-Supporting-Resource,
      fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Semantic-model, fip:Structured-vocabulary;
    <http://schema.org/url> <https://purl.obolibrary.org/obo/mro.owl>;
    rdfs:comment "The MHC Restriction Ontology (MRO) is an application ontology that describes how Major Histocompatibility Complex (MHC) restriction is defined in experiments. It models MHC protein chains, serotypes, haplotypes, and mutant molecules. The MRO also establishes evidence codes for MHC restriction.";
    rdfs:label "Major Histocompatibility Complex (MHC) Restriction Ontology";
    rdfs:seeAlso <https://github.com/IEDB/MRO>;
    skos:closeMatch <https://dx.doi.org/10.25504/FAIRsharing.k893xa>, <https://github.com/IEDB/MRO>,
      <https://obofoundry.org/ontology/mro.html>;
    schema:version "2026.02.10";
    fip:has-description-source <https://www.ebi.ac.uk/ols4/ontologies/mro>;
    fip:implements <http://purl.org/np/RA0X5QIF9-MAfgr2WQDHhWj2nkpSbbdS_4hci5rekBZqk#OWL>;
    fip:in-scope-of obo:NCIT_C15188;
    fip:registered-on <https://doi.org/10.25504/FAIRsharing.Mkl9RR> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-6875-5360, orcid:0009-0001-3353-2172, orcid:0009-0004-2157-1408 .
}

sub:pubinfo {
  this: dct:created "2026-07-14T19:52:56Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:MRO;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/8c3c8f95-4735-4eeb-b0b0-c4c2b43ecdf8> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "Ky5bpuzgYzqM/T6Q3Jv23WXB2vQPk9fGofJi5UOlH5zkN0J4kqTUU4OD6WUJ6IktymxXAmyzSndis24d0TnK3DIOqEu7lfL3+Q13dPFYc4Fqf1kRCKDrXVUSNib880X42TgP0TWp2EZYuiFOnoe34zQ3OSehjFa3m3Avaz8l9xU=";
    npx:hasSignatureTarget this: .
}