@prefix this: <http://purl.org/np/RAcDEmHi0vZmZ7bZqPa51WgTKvJ4Jp22I_lVBqHLClG6U> .
@prefix sub: <http://purl.org/np/RAcDEmHi0vZmZ7bZqPa51WgTKvJ4Jp22I_lVBqHLClG6U#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:SFTP a <fip:Available-FAIR-Enabling-Resource> , fip:Communication-protocol , fip:FAIR-Enabling-Resource ;
    rdfs:comment "The SFTP is a standard communication protocol used for the secure transfer of computer files from a server to client on a computer network." ;
    rdfs:label "SFTP | Secure File Transfer Protocol" ;
    rdfs:seeAlso <https://www.wikidata.org/wiki/Q7444843> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-0905-7033 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "KAir13z7lS2u4R/k+Rw9DDGNgatfQt8gW4XuMM26dzekBuVKcY06hlWOW9DSGdYc3bFgYx6yj/ry+umzK7xJk5pEuqv9r8yxRRxK6MMQjK7cJvJHcy1o4V2Ox6smZznvfwyRCvMOi9GgDMWSKBy4csgepF1DGwywQzCl6YmhDJI=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-01-26T13:20:39Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:SFTP ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/1cd5a410-bca6-43b5-ac85-2d7b0dae8fd8> .
}