@prefix this: <https://w3id.org/np/RApsFfVyewwSSRG2C3-KUM97p49YuhOd5Em2Z1GpG7L3c> .
@prefix sub: <https://w3id.org/np/RApsFfVyewwSSRG2C3-KUM97p49YuhOd5Em2Z1GpG7L3c#> .
@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 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/RAsbmDR8yYOH5XFCBlhSOkrO_KcSn-KUYdTDm9BGWutn8> ;
    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 "dW/GE1lDGHRzzYGTqE/LEAi86OPrs9u1E2rdMlc/N+R5rCZn/cKcbyCO8/8QxYqDWUrKO+HeywjGtF8cZIhdqt66Mrd3tiPsVTIJLzaYcTytvMqRmjc9ts95Fl+Sowz2uygVoEzYjpi35cpu7lyhKrjIt/27AojjTAAkR03melU=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-11-08T15:54:31.704Z"^^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/RA1XKp6cADvpKhjdSdVUvQueljq91vFqKArFalRBlnh3g> ;
    rdfs:label "Template: Qualifying a nanopublication for FAIR Supporting Resources" ;
    prov:wasDerivedFrom <http://purl.org/np/RApxf5GV2WVTdth-m-9z5CwCQv-XhyglBx4drl-x1ufX0> ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RA2vCBXZf-icEcVRGhulJXugTGxpsV5yVr9yqCI1bQh4A> , <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RABngHbKpoJ3U9Nebc8mX_KUdv_vXw28EejqAyQya5zVA> , <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90> , <http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAJwu5sVubRqXY4t2gkSoGxWkMyZqnpkGTCPiTlmvi4so> .
}