@prefix this: <http://purl.org/np/RA7jlHk14C02BY_BPPwr-yhWNGoKyw4tIxBX1kjZVgDCU> .
@prefix sub: <http://purl.org/np/RA7jlHk14C02BY_BPPwr-yhWNGoKyw4tIxBX1kjZVgDCU#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix orcid: <https://orcid.org/> .
@prefix bpmn: <http://dkm.fbk.eu/index.php/BPMN2_Ontology#> .
@prefix p-plan: <http://purl.org/net/p-plan#> .
@prefix plex: <http://purl.org/plex#> .
@prefix dbpedia: <http://dbpedia.org/resource/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:inoculate-agar-plates dct:description "Using either a pipette, or, if the specimen is really viscous, a transfer pipette, inoculate both a RL+C and RL-C agar plate with 50ul of the specimen." ;
    dct:language plex:LinguisticSystem_xsd_language_English ;
    p-plan:hasInputVar sub:input_specimen ;
    p-plan:hasOutputVar sub:output_agarplate1 , sub:output_agarplate2 ;
    a bpmn:ManualTask , p-plan:Step .
  sub:input_specimen a dbpedia:Body_fluid ;
    rdfs:label "specimen from body fluid sample" .
  sub:output_agarplate1 rdfs:label "inoculated RL+C agar plate" .
  sub:output_agarplate2 rdfs:label "inoculated RL-C agar plate" .
}
sub:provenance {
  sub:assertion prov:hadPrimarySource <https://www.protocols.io/view/standard-operating-procedure-for-culturing-bordete-kq9cvz6> .
}
sub:pubinfo {
  this: dct:created "2020-03-11T09:32:15.576+01:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    a npx:ExampleNanopub .
}