Nanopublication

< Home

ID

https://w3id.org/np/RAc0y2wcm17IQEck9WAM4YbbcKXX4bCN4_VhXT03WKYl0

Formats

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

Content

@prefix this: <https://w3id.org/np/RAc0y2wcm17IQEck9WAM4YbbcKXX4bCN4_VhXT03WKYl0> .
@prefix sub: <https://w3id.org/np/RAc0y2wcm17IQEck9WAM4YbbcKXX4bCN4_VhXT03WKYl0/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

sub:assertion {
  <http://example.org/s> <http://example.org/p> <http://example.org/o> .
}

sub:provenance {
  sub:assertion dc:created "2024-01-01T00:00:00Z"^^xsd:dateTime .
}

sub:pubinfo {
  this: dc:created "2026-03-05T11:07:36.805Z"^^xsd:dateTime;
    dc:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsvjfF7vCz1PdAm0wcLJ42KpCKSoPwGDtWCrKRGjSRLPtdM8n+XeAjKLuwTAIfQLjxFAY7qBEVVxxlglg4O2lkZEAkG5UUR8s4AaqJtoXmmr11721AFAX/D37hs3dEmZF8t3s0hs+Ai9qsm6tbldS9j8CDVXDELhetHJnEvQtGi8ktJDsVhsFugze1mBVPh1Z7JpRieWjdwkafmjXSdJiuDbXOHZdKbLPdiErmk/kTu7J2tYFLX762OdTUm4KKpbHULsT/CXRgTO5Djz9x5noLDrPb1XCC9oIfP7FeZMZeDIlE/w0NoMKnTmDKsNlYpWNV1DlUH8eU4EIWaf2JPWynwIDAQAB";
    npx:hasSignature "qdr0DlI24KHwMuNU96oP6VS+bzRQYg2xjkV+sumI51izxWx3gVlqhovfy1AS4heRQ+X6xvJJUbQPlw0m7GaAsshKdKz2bPFLRHwFQ0GliE6EoB+QaUNxtK9vMR/cvalBQyYY77chWlE18DU8/eQSbWLMH2pWm8xXI4nkHo/VT7jz91p3YfPgDeBSI65eCX4LBjOX5N/Sd5jv0yyJtnWeVb2Yrp4zeU2I89LhqmDVuNq0ylI8ZwZkpL2/cewUX0HdE2wTcLpjO0qWwIOn2IQxUrpucNHz0SN4W8wMgsDZbXedPTRqO/ILWVyjv2KJz9lwUxxfR2NtHIYEepByzoF0fw==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}