@prefix this: <https://w3id.org/np/RAxZRPdQoFiHA2W3o8c_JYIuUW47bKD2o_xR0k0e_iN3c> .
@prefix sub: <https://w3id.org/np/RAxZRPdQoFiHA2W3o8c_JYIuUW47bKD2o_xR0k0e_iN3c#> .
@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:Data-anonimisation-and-pseudomisation <http://schema.org/url> <https://www.enisa.europa.eu/publications/pseudonymisation-techniques-and-best-practices> ;
    a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Practice , fip:FAIR-Supporting-Resource ;
    rdfs:comment "This report explores further the basic notions of pseudonymisation, as well as technical solutions that can support implementation in practice." ;
    rdfs:label "Data anonimisation and pseudomisation" ;
    rdfs:seeAlso <https://www.enisa.europa.eu/publications/pseudonymisation-techniques-and-best-practices> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-5185-8208 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "TKCV//zDZxl7rrvzBuRGgbL7DLJJe6UsjaRDpAANRYO7IiSByYjzk7d5vApVn6bzSZjXaPaoRR4plDIbwp9gI58Eh+FHf33+pEbkAriYarFZtt5jfHz09ax4zt0Y5NCqEIu1EhS7h/wtgL4YR3+ueN8bVJcdXN4HBaFFMGWoy68=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-04-29T10:58:42Z"^^xsd:dateTime ;
    dct:creator <https://sip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:Data-anonimisation-and-pseudomisation ;
    prov:wasDerivedFrom <https://w3id.org/sip/wizard/e8bd79a6-bad2-40cc-964e-4cda9a7322df> .
}