Nanopublication

< Home

ID

https://w3id.org/np/RA8vigH9Wnqx7tBnxgz6RFL5wfv8PMQvO0wbFma9kJtrM

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix this: <https://w3id.org/np/RA8vigH9Wnqx7tBnxgz6RFL5wfv8PMQvO0wbFma9kJtrM> .
@prefix sub: <https://w3id.org/np/RA8vigH9Wnqx7tBnxgz6RFL5wfv8PMQvO0wbFma9kJtrM#> .
@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#> .

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

sub:assertion {
  sub:MedDRA a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:Structured-vocabulary;
    <http://schema.org/url> <https://tools.meddra.org/wbb/>;
    rdfs:comment "MedDRA is a globally used, standardized medical terminology developed by ICH for the regulatory communication, safety monitoring, and analysis of medical products, continuously maintained to support patient safety and evolving industry needs. MedDRA is free to use by individual researchers but requires a paid license for commercial use.";
    rdfs:label "Medical Dictionary for Regulatory Activities";
    rdfs:seeAlso <https://www.meddra.org/>;
    skos:closeMatch <https://bioportal.bioontology.org/ontologies/MEDDRA> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0009-0004-2157-1408;
    prov:wasDerivedFrom <https://bioportal.bioontology.org/ontologies/MEDDRA> .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "cWPPSyr100kraKzSD9vTJySIS5RALqeHkPyhU+Vxf73FZg+ssTU4yr1Aacv1UywDMFwWcFGUBIK9sCK6kBUR2/lfpGvINnoYrzQzJtr/oIEAsvV7zqixz3rYKcD2D5u7sWdvqJhmDB0gcpZHnRC+FiB77foPaRserztfUYZYBf4=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2025-03-26T02:23:30Z"^^xsd:dateTime;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:MedDRA;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/42d6eca7-0f7a-4beb-a7ae-f8d9e854ba14> .
}