Nanopublication

< Home

ID

https://w3id.org/np/RAcSOTeAjDGh868JjSAO2vHVPX1xIUTdGb2KXEVzH1l2M

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix this: <https://w3id.org/np/RAcSOTeAjDGh868JjSAO2vHVPX1xIUTdGb2KXEVzH1l2M> .
@prefix sub: <https://w3id.org/np/RAcSOTeAjDGh868JjSAO2vHVPX1xIUTdGb2KXEVzH1l2M#> .
@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: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:assertion a nt:AssertionTemplate;
    dct:description "This assertion is used to define an achievement an climber reached.";
    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:summit;
    rdf:subject sub:subj .
}

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 "h0BFv5JBOltkt13KvQogcDNY7rh5sOAM6pWSPrGMNZ+DzVpPA24shNbbUricJKuuoFfwD+IKsDxK+4WhTG1i8UrS39Uufif4hjxX1/t96KmhaLABEdAeakzrq3TPR5N+cIKqmeNl21WUKatVSp4o+KQXTKc6KK3XjM6zgV8v4G8=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0009-0009-2423-7479 .
  
  this: dct:created "2024-10-04T17:46:10.059Z"^^xsd:dateTime;
    dct:creator orcid:0009-0009-2423-7479;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    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;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RALtjkZX1lYrTL2eCZp4VTW6vGGxiDZ-aaU-s1Z0Fcs2I> .
}