@prefix this: . @prefix sub: . @prefix xsd: . @prefix rdfs: . @prefix dct: . @prefix prov: . @prefix np: . @prefix npx: . @prefix orcid: . @prefix bpmn: . @prefix p-plan: . @prefix plex: . @prefix dbpedia: . 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 . } 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 . }