Nanopublication

< Home

ID

https://w3id.org/np/RAjNYNhQqp7UFcdMQ8EiYxYILP3YKrR_WKaYTN3cISaA8

Formats

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

Content

@prefix this: <https://w3id.org/np/RAjNYNhQqp7UFcdMQ8EiYxYILP3YKrR_WKaYTN3cISaA8> .
@prefix sub: <https://w3id.org/np/RAjNYNhQqp7UFcdMQ8EiYxYILP3YKrR_WKaYTN3cISaA8#> .
@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 {
  <http://www.wikidata.org/entity/Q57814310> <http://www.wikidata.org/entity/P1552>
      <http://www.wikidata.org/entity/Q11028> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-3710-3188;
    prov:wasDerivedFrom <https://nanopub.net/sessions/#nano-session-12-newcomer-special> .
}

sub:pubinfo {
  <http://www.wikidata.org/entity/P1552> nt:hasLabelFromApi "has characteristic - inherent or distinguishing quality or feature of the entity. Use a more specific property when possible." .
  
  <http://www.wikidata.org/entity/Q11028> nt:hasLabelFromApi "information - that which informs; the answer to a question; that from which data and knowledge can be derived" .
  
  <http://www.wikidata.org/entity/Q57814310> nt:hasLabelFromApi "nanopublication - A small knowledge graph snippet with metadata that is to be treated as an independent (scientific) publication." .
  
  orcid:0000-0003-3710-3188 foaf:name "Margreet Bloemers" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCiwFy3tiOPIB65paZND413HUOPGcKiz6RS3cK9p2lcSIYchgodhVgcOa9zpvcYAKQDf0DmpAKtYShmRyXC4YqC9ul1xA8b5wttL4OzPOZFuKAO6ladkNc4ITYDsQTWuW2MhwnuhVbVNwhZkoNPIaEW0RTBLMFqffRzho0c7XoAEwIDAQAB";
    npx:hasSignature "TDotBB9/EaSOgRowuV3ew3uAVE8dVrKDVHUXXX75Bbl2q1Ba8aFpQc/8zTBzdGOLMxCJq6tzUDAbLE/lfjZeCK/Bptz57LEjcSaYlAiWW6aYnNj/QSZE1UXZcTIoCscJdmJLSGsclY3w+78SAIiu+ZHVyGwXR8/V/nSvOHbFWxo=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0003-3710-3188 .
  
  this: dct:created "2024-04-16T15:11:31.211Z"^^xsd:dateTime;
    dct:creator orcid:0000-0003-3710-3188;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:hasNanopubType <https://www.wikidata.org/entity/Q18616576>;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "nanopublication - has characteristic - information";
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RAdpMl4VHC4_3VnGLX6zOknWfZ2iSlX_aVQeaTp0ix8Jw>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>,
      <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RA95PFSIiN6-B5qh-a89s78Rmna22y2Yy7rGHEI9R6Vws> .
}