Nanopublication

< Home

ID

https://w3id.org/np/RAWIc5zqv74Oc4oI96nXG5SuV9jAcbk2hdYGDDIAKwVcY

Formats

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

Content

@prefix this: <https://w3id.org/np/RAWIc5zqv74Oc4oI96nXG5SuV9jAcbk2hdYGDDIAKwVcY> .
@prefix sub: <https://w3id.org/np/RAWIc5zqv74Oc4oI96nXG5SuV9jAcbk2hdYGDDIAKwVcY/> .
@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 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:hAMRonization a fip:Available-FAIR-Supporting-Resource, fip:Domain-Specific-FAIR-Supporting-Resource,
      fip:FAIR-Practice, fip:FAIR-Supporting-Resource;
    <http://schema.org/url> <https://github.com/pha4ge/hAMRonization>;
    rdfs:comment "Standardized output specification for the bioinformatic detection of AMR from microbial genomes. Parse multiple Antimicrobial Resistance Analysis Reports into a common data structure. An open-source Python package and command-line tool that implements the PHA4GE AMR detection specification, harmonizing the outputs of 18+ different antimicrobial resistance gene/variant detection tools into a single unified tabular, JSON, or interactive HTML report format.";
    rdfs:label "hAMRonization";
    rdfs:seeAlso <https://www.biorxiv.org/content/10.1101/2024.03.07.583950v1>;
    schema:version "0.0.1";
    fip:declared-by <https://w3id.org/np/RAVZSQJ5x4K-gT1FB6MfobMmFToyK8gNpoZhV5N7aHItw/EUP-OHAMR-data>;
    fip:has-description-source <https://github.com/pha4ge/hAMRonization>;
    fip:in-scope-of <http://edamontology.org/topic_3071>, <http://edamontology.org/topic_3368>,
      obo:NCIT_C15188, obo:NCIT_C17964, obo:NCIT_C19199, obo:NCIT_C84343, <http://www.fairsharing.org/ontology/subject/SRAO_0000098> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-3710-3188 .
}

sub:pubinfo {
  this: dct:created "2026-08-24T21:38:45Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:hAMRonization;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/469be5c0-b58d-4fc6-8b01-caf51b4f0b37> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "ArtDShzpxiI3T3CWeD9+mudDKSqI4LxU5YNu/vOM8B9pqY6r1V62is37hoFLToMx6DxuhGbbHczHOYrUVS+Tm2LGVHYNDkB5MWuutvUn3sivl8mifJ7FPNByUr++W96bdApXU49+GrfY/WjE7ZR76Jy9xQMkFbBXkWd4YVr8C4c=";
    npx:hasSignatureTarget this: .
}