@prefix this: <https://w3id.org/np/RA5iQhkqn_SYJ96MKTM1VSB1pfpY37M_oShLnbeM02HOM> .
@prefix sub: <https://w3id.org/np/RA5iQhkqn_SYJ96MKTM1VSB1pfpY37M_oShLnbeM02HOM#> .
@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 {
  sub:assertion dct:description "This assertion is used to define an achievement an climber reached." ;
    a nt:AssertionTemplate ;
    rdfs:label "Assigning an individual to their summit" ;
    nt:hasStatement sub:mine_assertion ;
    nt:hasTag "Summit" .
  sub:mine_assertion rdf:object sub:obj ;
    rdf:predicate sub:summits ;
    rdf:subject sub:subj .
  sub:obj a nt:ExternalUriPlaceholder ;
    nt:possibleValuesFromApi "https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" .
  sub:subj a nt:ExternalUriPlaceholder ;
    nt:possibleValuesFromApi "https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0009-2423-7479 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCdn8zrEl4339hlr7DiQbX8TvvaJsAmyRvD/Qoi9UXedJZ3klgcbwKHjoJ+EGhCNbgdNO46/w5RwZMtHvMawFbNocIhKpEabPVhyx8a3+J9C5ldnwV1JbtURpC5crlzKZxF1fkDqkcRVFF/QIeGCkFSVFCGmDWmHZXqZ4/MORFESwIDAQAB" ;
    npx:hasSignature "Za1Q51HF+AP4sTj74jp/NdeX5qxYlRpU1EANsiOYyvBOcXb1r6/Pa4WeydM6M3S61eE2VzYz9+bvDC7QZc4Fn/2zdR+W5I8udE/7hmA1gWrpo7N0aLr94e4OtXDQYtPre+HXb0+xiUQ+Kp4cmgP8JNfROt9OoPZFPfJBWP5t3h0=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0009-2423-7479 .
  this: dct:created "2024-10-04T18:01:41.258Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0009-2423-7479 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:supersedes <https://w3id.org/np/RA5Ut3Cb_IJlRMxfuUTmsXkpcIC5EvSI6qJ9A2f95GLsw> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Template: Assigning an individual to their summit" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 , ns1:RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RALtjkZX1lYrTL2eCZp4VTW6vGGxiDZ-aaU-s1Z0Fcs2I> .
}