Nanopublication

< Home

ID

https://w3id.org/np/RAEkJGcI4RlQ-lOzmy02L1Dkh9kmJZbKQYusOG5XcKWto

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAEkJGcI4RlQ-lOzmy02L1Dkh9kmJZbKQYusOG5XcKWto> .
@prefix sub: <https://w3id.org/np/RAEkJGcI4RlQ-lOzmy02L1Dkh9kmJZbKQYusOG5XcKWto/> .
@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#> .
@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 {
  orcid:0000-0002-3080-0303 rdfs:seeAlso <https://scholar.google.com/citations?user=cDS9j8EAAAAJ&hl=ru&authuser=5> .
  
  <https://scholar.google.com/citations?user=cDS9j8EAAAAJ&hl=ru&authuser=5> rdfs:label
      "My Google Scholar" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-3080-0303 .
}

sub:pubinfo {
  orcid:0000-0002-3080-0303 foaf:name "Anastasiya Danilenka" .
  
  this: dct:created "2026-03-17T15:20:49.871Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-3080-0303;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:hasNanopubType rdfs:seeAlso;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RA8m-VNh7OEg5MVSkoQlQtgVmEFfmpaqtV0ZLKsRhi-YU> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnosJSn16QpO5H1VxOxrwMH/H/b4lqyVo+/w5ri059ZaXR4GFN2l7rDusHTzgbyZ3Ifq2eEntFfnS3XrygI+AoIxoEob8jM1lEJstaCpSi3Kv+v9uD+s61HWL/4J7DyaVgycDcDFG7mOyemtUIU94hV9x5z2kXdFPfoffAlF8BRxKymOBMaCx/uOouxS/CCR4brlG6gXfU2d+13y/4PbiM3SxXdSKVAYaeSEA83ohAgJFhH3oZtZeuPhyENllRGxT5PVzqx59YVr10UV1VudiGIkqKjkcvGbfOoifZB38+uNN5DVBnLN4NcnoqqCAweoODWYUFOsjHTpobqA0+Ss0VwIDAQAB";
    npx:hasSignature "YispRK18+kf5pJEhCZ3eeLwBuAJYsnuZ9eFbJO95HrrDE86RCaSfVEx20vRiYH0TQN09smwHLVjZU/KfZgm2HfzbPjwx09Fxl1tULCHPGyh1kg+mX302x/UATBin1vokbkAZCpsFjCZCzhF49XLea7AN9dVravaDLFq1sBlpuWzgcX/1SqSOZb2giNbfVjeB3dbVWh3a3lCEMLMdcnYXAnpuI7FX4NA8+iMp7oRUOPegX2Yg7dkxSB1O6nmXjeYtVY+GP8GcJuvlb5ow7WNE6HfwGte4ccm76FRz5ZNiH6IGBY/gmu6n+EbopLz1FQX3qBE0p7ERs4PXRMP9+UZiUQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-3080-0303 .
}