Nanopublication

< Home

ID

http://purl.org/np/RAEGqwqQhf1kjigIcu58kJP2zn9F4RJAgmMH87CRCLd2A

Formats

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

Content

@prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix pplan: <http://purl.org/net/p-plan#> .
@prefix this: <http://purl.org/np/RAEGqwqQhf1kjigIcu58kJP2zn9F4RJAgmMH87CRCLd2A> .
@prefix sub: <http://purl.org/np/RAEGqwqQhf1kjigIcu58kJP2zn9F4RJAgmMH87CRCLd2A#> .
@prefix bs: <https://bioschemas.org/profiles/LabProtocol/0.4-DRAFT-2020_07_23/#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix pav: <http://purl.org/pav/> .
@prefix authority: <https://hypothes.is/a/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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 {
  <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C62218> rdfs:label "70% ethanol" .
  
  sub:_1 rdfs:label "RNaseZAPTM wipes" .
  
  sub:step a pplan:Step;
    dce:description "Decontaminate the tools for muscle dissection, including forceps, scalpels, and scissors, with RNaseZAPTM wipes and rinse thoroughly with double-distilled water (ddH2O). Decontaminate the procedure area by spraying with 70% ethanol.";
    bs:labEquipmentUsed sub:_1;
    bs:reagentUsed <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C62218> .
}

sub:provenance {
  sub:assertion pav:createdWith <https://nanotate.bitsfetch.com>;
    prov:generatedAtTime "2021-05-19T09:18:52.902064"^^xsd:dateTime;
    prov:wasAttributedTo <https://hypothes.is/users/mmartorana> .
}

sub:pubInfo {
  sub:assertion prov:wasDerivedFrom authority:7jq2yLisEeuLgyui3c5usA, authority:_VpwrrirEeusTfuOZj8Bmg,
      authority:eJrH-risEeukDQfWNEMbdg .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEOtYac15zsWN/LAu3q7YFdW0UZNfX3BAarHW/LB1DHGcz0yYr0v7hKGbnCLJ+UkDfu3Mgj7BnCm1s8ulMULKfF4YjqS2YKHYZjNKVaIjSigFOpjOwIx99+qPlvd5CuG+Gia/sJA05jy2bPKLwb/kmVeeX0zORZudWLyRMLXp8UQIDAQAB";
    npx:hasSignature "avQulgFdhPh9clpUZUAsVV9GRINX35WKU1ljver/zSAzdMw2WtP2c/9YnAU1OpGfwNvxNm+LlHmPC12L5XoLHj/Zcko9MAyNA6uPoZe18OCGJcvd1JMtw6WR3hu3FaR1+nx0fC35Zbij9a5vc7wW1vFo6QyqGbxIBqwKNbbqQbU=";
    npx:hasSignatureTarget this: .
  
  this: npx:introduces sub:step;
    prov:generatedAtTime "2021-05-19T09:18:52.902064"^^xsd:dateTime;
    prov:wasAttributedTo <https://hypothes.is/users/mmartorana> .
}