Nanopublication

< Home

ID

https://w3id.org/np/RA1YQsw8LcNazoZuGHdAUh4-xRzldXnuJQzNp7DC1GHt0

Formats

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

Content

@prefix this: <https://w3id.org/np/RA1YQsw8LcNazoZuGHdAUh4-xRzldXnuJQzNp7DC1GHt0> .
@prefix sub: <https://w3id.org/np/RA1YQsw8LcNazoZuGHdAUh4-xRzldXnuJQzNp7DC1GHt0#> .
@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 ns1: <http://purl.org/np/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:assertion dct:creator orcid:0000-0002-1267-0234;
    <http://purl.org/spar/cito/citesAsRelated> ns1:RAymK1G7PhTfTQxynElfugi0_jCNrpZwI4AaH6-pTvbJE;
    rdfs:comment "this is a test comment..." .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}

sub:pubinfo {
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDiPsiQ+To8TLZ93QQzNLNoA2vbGsRzkFtZAkSDar4Y8wz0/G+L/n9oaR050HlsJ67s/xUQmz+4fjM+ysQeBEHBB9DXFXR2ItCzeJj6cpf0/voKEIEN/8lOrwQv3CMhzKQXtLYppCDMHpeUcrri8OwW6VoKqQlNmFKN3QRG5R6gcwIDAQAB";
    npx:hasSignature "nhH1YeDwLU6m99Cah8Yzb6OFr8cgvpGOUhwuFTe1P1nzWe7D3LqI4u9utJL2Y6UXKxntQpwJ2ZwDA0gvwLLPHxbD0WIG8SEgBX/g0etABrfQ3mk+Hv1ff46i7IdriH0SSbkhK7O56uWPZS9dS1R+zXVVXrMzpm4yjFBi67TrMtE=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
  
  this: a npx:ExampleNanopub;
    dct:created "2024-05-24T09:01:25.567Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:hasNanopubType <http://purl.org/spar/cito/cites>;
    npx:wasCreatedAt <https://nanodash.np.trustyuri.net/>;
    rdfs:label "cites as related RAymK1G7Ph";
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM,
      ns1:RATtBNB9Rj1cIwxJyoHBgNn8eeIR06m0H6C6RTRVqSy3E, ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90;
    nt:wasCreatedFromTemplate ns1:RAVEpTdLrX5XrhNl_gnvTaBcjRRSDu_hhZix8gu2HO7jI .
}