@prefix this: <https://w3id.org/np/RApEyTXPOt_h81Ao0WpzRhigcgvqrbnNBCo8fEpsZ6CxU> .
@prefix sub: <https://w3id.org/np/RApEyTXPOt_h81Ao0WpzRhigcgvqrbnNBCo8fEpsZ6CxU#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 ns1: <http://purl.org/np/> .
@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 {
  npx:qualifies rdfs:label "qualifies" .
  sub:assertion a nt:AssertionTemplate ;
    rdfs:label "Qualifying a nanopublication for FAIR Supporting Resources" ;
    nt:hasDefaultProvenance <https://w3id.org/np/RApO77kgRs8o3o2aktdLP840WXS9uR5OBDogmIdf_GaEo> ;
    nt:hasNanopubLabelPattern "Qualification of: ${nanopub}" ;
    nt:hasStatement sub:st1 ;
    nt:hasTag "Certification" .
  sub:nanopub a nt:TrustyUriPlaceholder ;
    rdfs:label "nanopublication URI" .
  sub:qualifier a nt:UriPlaceholder ;
    rdfs:label "URI of qualifier (individual or organization)" .
  sub:st1 rdf:object sub:nanopub ;
    rdf:predicate npx:qualifies ;
    rdf:subject sub:qualifier ;
    a rdf:Statement ;
    nt:statementOrder "1" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-2195-3997 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCFntPrMZqvg2kVhCNArNnEn37ddXGwZ/0r4C8CS4lDry7C7YkYgng9yb0UMZQUHiTVkR/5A4m/xjE+Vy+AnwcWUeB75SfGZjE5ylI6VeHjTHi9+2hh2PHYIWnkhU4WHl3COEnxSSa/VouvPzZ2BIWLH6fTrq7NNL3RF5hGegGG0QIDAQAB" ;
    npx:hasSignature "MZ3EGLbidcoMHw2D1XolIXulvU4/Vcqdre628loMkAYyxjX/tehDmUaR8mAwNdWN5j52rNysuBmgWgqmDXdo/62oJMPHzbSjuCPftQyWbK9GpkID/0yMCx3161FqSxZQIgEEbemfnto68PtPQq9YERLSR0L3zBnf/fVqXLWDh3U=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-11-26T20:16:28.117Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 , orcid:0000-0003-2195-3997 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:supersedes <https://w3id.org/np/RAleNxvRsGCSvykP0xhCSmvjS5r9UbvmmyGqEFFtbVdzc> ;
    rdfs:label "Template: Qualifying a nanopublication for FAIR Supporting Resources" ;
    prov:wasDerivedFrom ns1:RApxf5GV2WVTdth-m-9z5CwCQv-XhyglBx4drl-x1ufX0 ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RA2vCBXZf-icEcVRGhulJXugTGxpsV5yVr9yqCI1bQh4A , ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RABngHbKpoJ3U9Nebc8mX_KUdv_vXw28EejqAyQya5zVA , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 , ns1:RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI ;
    nt:wasCreatedFromTemplate ns1:RAJwu5sVubRqXY4t2gkSoGxWkMyZqnpkGTCPiTlmvi4so .
}