Nanopublication

< Home

ID

https://w3id.org/np/RAHuDxrh8hXmKZOpy3RJmtvHNHX6CLchjyTUHuUYXXqBs

Formats

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

Content

@prefix this: <https://w3id.org/np/RAHuDxrh8hXmKZOpy3RJmtvHNHX6CLchjyTUHuUYXXqBs> .
@prefix sub: <https://w3id.org/np/RAHuDxrh8hXmKZOpy3RJmtvHNHX6CLchjyTUHuUYXXqBs#> .
@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 {
  sub:assertion rdfs:label "Hi guys- I am working with the demo";
    rdfs:seeAlso <https://knowledgepixels.com/nanopub-demo/> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0001-6755-0125 .
}

sub:pubinfo {
  orcid:0009-0001-6755-0125 foaf:name "Johanna Sophie Mück" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCUMHjfjDd5czAkLWmWQWazYxgcsBi7Etqzycae3evKX8LzOSYtY9pJWBW2GbkwyDwnr3BahzuYZQyF8YKl6Uj/7AebxwUMLjV6bMH9tgh/xenI0F7XzgTd6m8h01sBmV+ESFzssyiLp5bwsrWOivU+zkH+vM/oS1Vl2gaR2gbieQIDAQAB";
    npx:hasSignature "JNtSVamh+E650aa7wckakW9KYlhKxHibW/VY1kCMHOtXMVzFRlvF5hE8bE/NMlKb8A3adCy7t26uY7NnSpfO2hsstk/TWjwDNErlO0unVpGCfTAF++7Heo8h40SUKOdO2fqyG+V98R5SdxX1jQQojtMcGHQFIKDGecYYtlvOgoM=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0009-0001-6755-0125 .
  
  this: dct:created "2025-04-09T08:15:55.197Z"^^xsd:dateTime;
    dct:creator orcid:0009-0001-6755-0125;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "Hi guys- I am working with the demo";
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RA66vcP_zCtPYIqFaQkv-WhjYZnUiToHRG5EmbMAovZSw> .
}