@prefix this: <http://purl.org/np/RAM9FwSpQv90LiA9gE2l0B5dDDl2FqBzeplDYoqqgygtQ> .
@prefix sub: <http://purl.org/np/RAM9FwSpQv90LiA9gE2l0B5dDDl2FqBzeplDYoqqgygtQ#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix ns1: <http://www.example.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubInfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:step dcterms:description "String describing the procedure that happens in this step" ;
    a <http://dkm.fbk.eu/index.php/BPMN2_Ontology#ManualTask> , <http://purl.org/net/p-plan#Step> ;
    rdfs:label "Label for this step" .
  ns1:subj ns1:pred ns1:obj .
}
sub:provenance {
  sub:assertion prov:generatedAtTime "2020-10-27T13:48:21.458076"^^xsd:dateTime .
}
sub:pubInfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoZmUKAHAF0CY2sKahOanR1V8wP62NOw3G0wcVLULWxqXB/gcW25bGPcA5RKoiuhT6dUbfcRXmwLknE29h6KWfKYLtNaqdrHbjSnNC65dNmNxCNp0i6ZLZRh51mxw9IPJHZrDqQ9bcLwm9d1G1fDKasA+h1vrF3Hv1YrQsF9aW1QIDAQAB" ;
    npx:hasSignature "VBCG3EaqE2FE0LQSaEQDq/+3I86icdOnl5XbipYRWYoFrUmAZ/hLKjAvroAqtXv9U9oFq7px4CzZ1KY5bdXkUWzrM90C35TEstYgI0qxLo1+ONEgMODzJnwn37LeKF+Lhop2bmcmKdAsC8/kI5JIuXIEwllY0l865C7yYj3jGk4=" ;
    npx:hasSignatureTarget this: .
  this: npx:introduces sub:step ;
    prov:generatedAtTime "2020-10-27T13:48:21.458076"^^xsd:dateTime .
}