Nanopublication

< Home

ID

https://w3id.org/np/RAdQnCJNlow9FwjZyKwnddzzZgfEJA4Pc0MlCZBggF53s

Formats

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

Content

@prefix this: <https://w3id.org/np/RAdQnCJNlow9FwjZyKwnddzzZgfEJA4Pc0MlCZBggF53s> .
@prefix sub: <https://w3id.org/np/RAdQnCJNlow9FwjZyKwnddzzZgfEJA4Pc0MlCZBggF53s#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pav: <http://purl.org/pav/> .
@prefix schema: <https://schema.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix biolink: <https://w3id.org/biolink/vocab/> .
@prefix infores: <https://w3id.org/biolink/infores/> .

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

sub:assertion {
  orcid:0000-0000-0000-0000 foaf:name "Test User" .
  
  sub:keyDeclaration npx:declaredBy orcid:0000-0000-0000-0000;
    npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD3RHyHR7WWKBYevw1qK86B6RVzI7oKlvghqXvbpOAX1KueDE6Itru34HRhrVy4OMLCRQWBE3VXktKdbgOxD3vC4cIxz5LX+XOgGWzv5WKSjOfXu/yIeJrzsuIkyHvw7/tToGrE0itJ1wGylJv+YieizmGvNiUHhP0J0+YFMNnvewIDAQAB" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo sub:assertion .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD3RHyHR7WWKBYevw1qK86B6RVzI7oKlvghqXvbpOAX1KueDE6Itru34HRhrVy4OMLCRQWBE3VXktKdbgOxD3vC4cIxz5LX+XOgGWzv5WKSjOfXu/yIeJrzsuIkyHvw7/tToGrE0itJ1wGylJv+YieizmGvNiUHhP0J0+YFMNnvewIDAQAB";
    npx:hasSignature "UrTGIicn0HltTCmGEpZT32YJaYGFkosou6QPcq2sTwoOm13I07moY8a9LuTrSr8dSjpyOQ8gfQwzYDdJTbt2RLEIsHbsUfshnC7AaLYP+8byr+E5ZSXFiUB+Vt6wgfZ3WKONKwwyCUX12x5ZS9OOf8OEYjSAGbMNdYk4GnmipMo=";
    npx:hasSignatureTarget this: .
  
  this: dcterms:created "2025-04-23T14:58:21.882Z"^^xsd:dateTime;
    dcterms:creator orcid:0000-0000-0000-0000 .
}