Nanopublication

< Home

ID

https://w3id.org/np/RApGOh0h0AsfbEVbT4fYK5H_n8etYLHUm1XgQLJ4RZzF4

Formats

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

Content

@prefix this: <https://w3id.org/np/RApGOh0h0AsfbEVbT4fYK5H_n8etYLHUm1XgQLJ4RZzF4> .
@prefix sub: <https://w3id.org/np/RApGOh0h0AsfbEVbT4fYK5H_n8etYLHUm1XgQLJ4RZzF4/> .
@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 {
  <https://w3id.org/spaces/provenance-research-data-sandbox> a <https://w3id.org/kpxl/gen/terms/Project>,
      <https://w3id.org/kpxl/gen/terms/Space>;
    dct:description """An experimental sandbox for designing and testing nanopublication templates for provenance research.

This space enables the structured modeling of provenance information—such as ownership histories and attribution claims—as formal, citable nanopublications. It supports iterative experimentation with template structures, data modeling approaches, and the representation of uncertainty and multi-source evidence.""";
    <http://schema.org/endDate> "2027-05-06T18:00:00.0+01:00"^^xsd:dateTime;
    <http://schema.org/startDate> "2026-05-06T18:00:00.0+01:00"^^xsd:dateTime;
    rdfs:label "Provenance Research Data Sandbox";
    <https://w3id.org/kpxl/gen/terms/hasAdmin> orcid:0000-0003-3196-6230 .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-3196-6230 .
}

sub:pubinfo {
  orcid:0000-0003-3196-6230 foaf:name "Michael Müller" .
  
  this: dct:created "2026-05-06T12:42:48.723Z"^^xsd:dateTime;
    dct:creator orcid:0000-0003-3196-6230;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:introduces <https://w3id.org/spaces/provenance-research-data-sandbox>;
    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/RA5gFoRkA3_i8qpoC7-1iqyHF4SNQj84x2UEwuUfhdo94> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArBqEMxyHIHIXgzuFaGXq4WG3v43jwnbsKQn1UhG/dXSgUDuimkSg9fTPLebP+sS3XwdpA6lLhzH9+tnLALHbEpG6bJN97JUxXbT+BOJ3PVto65oeNTh0k+T1najVgAta1WaaiLFG8zwMUhIC8Q9aX9SOB4RfXVEgnZkepE/KOfsLtr5tkm02wbigpR3uH6WnqGqXfEOeQNZSB/pgkWWh6qo8AlVF453boPwTSqoSYd4RAqNwmpn8IOLt6jHdzRnsSREFUD4d7iu/isO/tm4QsYfvkNlJ0tqWTWVW25c35e/n95R7ZC9tHGIXkkX4ouoKjMNvoQaUr4QKLMvr1A4o2wIDAQAB";
    npx:hasSignature "hoCL78wd7rWw0VIgx6FDsPWdH6R8FuIkg154eVZU92SZA3HMdZF0sfZs3b5NG2rg+Y1Bb5XJAjzK9XY4tmxMNY44hBYjAmUangroO9LNWWXMoKObP9aOV5g18h/krbZhi886tJFDJt1k+b4BDSYGD8AU2iAsU5NMQJvO/nmZLzXFrhDh2ekUoubLG7by4GaVRPzokO55n3dDp5HfHg9IfZBoRebcJjwfIrtbIZ5p+jiSD8WMbcSBX4+vXog+TP1N44lPHjkqZ+eDV9ZQx1yWd4HhYVno1156JATHGJzkC2bta7QtrHyTSViYPAwQVmE/ijukuuJHALFMwaoOQeIuTw==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0003-3196-6230 .
}