@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix this: <http://purl.org/np/RAQtH6GuYAYwg6AP6jlailBmA_3ZlKcMEcviISy0Ym5WA> .
@prefix sub: <http://purl.org/np/RAQtH6GuYAYwg6AP6jlailBmA_3ZlKcMEcviISy0Ym5WA#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@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:3PFF_Event a owl:Class ;
    rdfs:label "3PFF Event | Three Point FAIRification Framework Event" ;
    rdfs:subClassOf <http://rs.tdwg.org/dwc/terms/Event> ;
    <http://www.w3.org/2004/02/skos/core#definition> "A workshop or training offered to members of a particular community of practice, that is devoted to the Three-Point FAIRification Framework, consisting of: (1) The FAIR Implementation Profile (FIP) -explicit declaration of implementation choices for F, A, I and R; (2) A special focus in domain-relevant machine-actionable metadata; (3) FAIR Orchestration -Putting FAIR assets into action by operationalizing F, A, I and R functions." .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <https://ror.org/056j50v04> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtpcftn7kbe6toJbOTDQaCcCssEFSWqt6J4rZ02w+TfY7/eIOgJZYOlpL6G3AzO2RNmVYWRPSlMiykaFuaRuBitvk1GKfGdprfZbvXwmeOxpqCTRBQX9EnFyQyd+Ra/ajfw/UsG8skeu1xnUEpnQbpgbQYc/fvhJNN0UwEc77mOwIDAQAB" ;
    npx:hasSignature "epgIFuu66KR4hjEoPPuwZIDDReq/UQoUQGzdRzXEmBBNyC0cs7gaQu+VnAcWl6aB3WoehkCzZYFAK1Axqs/4y9KSDPe5rZEsKMaNprFOX28Hr9mlZeKixySZtTBeBsadPqGcqrSW749JKQMZQjHSvGpmiX5Ab0gKDPZqqdcaG+E=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2023-01-02T13:50:03.688+01:00"^^xsd:dateTime ;
    dcterms:creator orcid:0000-0003-2195-3997 ;
    npx:introduces sub:3PFF_Event ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANUBzTXWga5sX6dA3MhSVb4M8bdc74zvsfN_z6I5Ka1I> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RA2FrMIx0lsjlUje7iLpQb8kB0KuouQz5EpOaO5gdqwWI> .
}