Nanopublication

< Home

ID

https://w3id.org/np/RAncf2hj1w4rywAclhA_R0vx54K-OJNGdUjyeycfWF6i0

Formats

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

Content

@prefix this: <https://w3id.org/np/RAncf2hj1w4rywAclhA_R0vx54K-OJNGdUjyeycfWF6i0> .
@prefix sub: <https://w3id.org/np/RAncf2hj1w4rywAclhA_R0vx54K-OJNGdUjyeycfWF6i0#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@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: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:ORCID-AAI a <https://w3id.org/fair/fip/terms/Authentication-and-authorization-service>,
      <https://w3id.org/fair/fip/terms/Available-FAIR-Enabling-Resource>, <https://w3id.org/fair/fip/terms/FAIR-Enabling-Resource>;
    rdfs:comment "ORCID is an open, non-profit, community-driven effort to create and maintain a registry of unique researcher identifiers and a transparent method of linking research activities and outputs to these identifiers. The ORCID Registry is a repository of unique researcher identifiers which allows researchers to manage a record of their research activities. In addition, there are APIs that support system-to-system communication and authentication.";
    rdfs:label "ORCID-AAI | Open Researcher and Contributor ID AAI service";
    rdfs:seeAlso orcid: .
}

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 "PG2S/0YZEAvmw9ogbqfUVCg3vcfN3upriPnoQlMd3f7sn3hTV1mB7nH2LszyLXvoSU5igeDfqqgrSQwUt20+1XrFqgjlor1/LNaMee6en8WSilLszq60Ghs5bVb349aQVPnivmgowahU+9KeClnMVhnueSRremmXdIwa2yJBFJU=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2023-11-15T20:03:30.520Z"^^xsd:dateTime;
    dct:creator orcid:0000-0003-2195-3997;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:introduces sub:ORCID-AAI;
    rdfs:label "FAIR-enabling resource: ORCID-AAI | Open Researcher and Contributor ID AAI service";
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>,
      <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAtG8zeo_0OYP63K60rrot8vFOkHNOg_1_zu618NbL4pI> .
}