Nanopublication

< Home

ID

http://purl.org/np/RA2HdjS3CV583UwI2X59D4UDjp9htUj7gqewWpMGEyWEs

Formats

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

Content

@prefix pplan: <http://purl.org/net/p-plan#> .
@prefix this: <http://purl.org/np/RA2HdjS3CV583UwI2X59D4UDjp9htUj7gqewWpMGEyWEs> .
@prefix sub: <http://purl.org/np/RA2HdjS3CV583UwI2X59D4UDjp9htUj7gqewWpMGEyWEs#> .
@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#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .

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

sub:assertion {
  <http://purl.obolibrary.org/obo/UBERON_0036018> rdfs:label "pellet" .
  
  sub:_1 rdfs:label "DNA " .
  
  sub:step a pplan:Step;
    dc:description "Aspirate liquid without disturbing pellet. Keep tube open to air dry pellet. Do not over dry pellet, as over dried DNA will be difficult to dissolve";
    bs:bioSampleUsed <http://purl.obolibrary.org/obo/UBERON_0036018>, sub:_1;
    bs:labEquipmentUsed <http://www.bioassayontology.org/bao#BAO_0010014> .
  
  <http://www.bioassayontology.org/bao#BAO_0010014> rdfs:label "tube" .
}

sub:provenance {
  sub:assertion pav:createdWith <https://nanotate.bitsfetch.com>;
    prov:generatedAtTime "2021-03-10T11:22:18.625669"^^xsd:dateTime;
    prov:wasAttributedTo <https://hypothes.is/users/alejandra.sandoval> .
}

sub:pubInfo {
  sub:assertion prov:wasDerivedFrom authority:1hHrMIFWEeuloJdKw4QvTg, authority:Zpb3oIFWEeu7a1_o4eqOxw,
      authority:pGvhxoFWEeueyXtM4MvQtQ, authority:udZo9oFWEeuUSNeqbVgTNQ .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEOtYac15zsWN/LAu3q7YFdW0UZNfX3BAarHW/LB1DHGcz0yYr0v7hKGbnCLJ+UkDfu3Mgj7BnCm1s8ulMULKfF4YjqS2YKHYZjNKVaIjSigFOpjOwIx99+qPlvd5CuG+Gia/sJA05jy2bPKLwb/kmVeeX0zORZudWLyRMLXp8UQIDAQAB";
    npx:hasSignature "c5s+WEc/2JL9H+2Wu939HkON4WULd6TeNsBcAm5gSDqdfrNjp9HpeCG5K9/5XGWA4iv3s1vz6cN4UDgq9zoykFVYAIya1MzRwfwPicCBvCit+gX3N7sOD57s3BzgGbAE/yWx4O+tp4n9Q86tQPFwLVdem8s9ivS3D+qyIV8JCC0=";
    npx:hasSignatureTarget this: .
  
  this: npx:introduces sub:step;
    prov:generatedAtTime "2021-03-10T11:22:18.625669"^^xsd:dateTime;
    prov:wasAttributedTo <https://hypothes.is/users/alejandra.sandoval> .
}