Nanopublication

< Home

ID

https://w3id.org/np/RAjtg9Re8RAIch6EBmai6ee87fb0HZwgFt5ndMWI979SU

Formats

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

Content

@prefix this: <https://w3id.org/np/RAjtg9Re8RAIch6EBmai6ee87fb0HZwgFt5ndMWI979SU> .
@prefix sub: <https://w3id.org/np/RAjtg9Re8RAIch6EBmai6ee87fb0HZwgFt5ndMWI979SU/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fdof: <https://w3id.org/fdof/ontology#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .

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

sub:assertion {
  <https://w3id.org/np/RAproAPfRNhcGoaa0zJ1lsZ_-fRsnlDLLC3nv5guyUWRo/FdoExample> a fdof:FAIRDigitalObject;
    dct:conformsTo <https://hdl.handle.net/21.T11966/365ff9576c26ca6053db>;
    rdfs:label "ExampleFdoToUpdate";
    <https://hdl.handle.net/handleToUpdate> "New-Value-1221617624" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo <https://orcid.org/0009-0008-3635-347X> .
}

sub:pubinfo {
  this: dct:created "2025-07-02T16:40:29.024+02:00"^^xsd:dateTime;
    npx:introduces <https://w3id.org/np/RAproAPfRNhcGoaa0zJ1lsZ_-fRsnlDLLC3nv5guyUWRo/FdoExample>;
    npx:supersedes <https://w3id.org/np/RAproAPfRNhcGoaa0zJ1lsZ_-fRsnlDLLC3nv5guyUWRo> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApbztY8l4lWqVF8L/djJ1knoc7Nm5kVHT9NqSe0fXO9Hel3DRO2IyxJYVEvThhllBuHNtZK32ww23AlglArokhxPCSBPKvVgQS6r46khF2D85tnd5htaBq+bfjMqL+LDlQh3LdBpAqrLmsmfsPkU65CCxSGufBs2v39p41z5FkRXE1JKJ/UZe+1OUq+CibjOfo1g1Nz6HO0fZML7GnQBj5X9lvU0llmDk/sqdNMxAJDSQh2/Zh0kz7+Dm7vJOx3mNEXU4FuzVzKBYwTotvEcJod7Vot1fPOJXPGoNDVNKMQffCala9o4pqT739LS7R7ZFVMjzPkLUxYCjnEgOZI5t6wIDAQAB";
    npx:hasSignature "Di48ZclmEe2WrpPzwx6g4GzZTsyye8MRefxFFZalOhb5GsC83UM/0k+1IGmYXNl+2O8xZMseAmtYVDtn7VYtNOjbgxMCw8fLmSjtNjcXHN8jLTX+4CHAJseJ84UXsWOMWBxoP1hTEB+KzBS9Iv0t3kn1W0/5FifOY/v/DOZsaKz0B6M31P/LqXyAygwTKRe4EpjO9xeLr3+qMVTudAJtSTbLlpGmfDUuL+b/5bQmBbsxtxtVuluOhIihRVKQSkm9/BJPvsyG6A5qy3Elkw/Zrnj7cmINczoS+opY4SCOcR52fcgbPXCvls2N99OFK5ba9Ih72C59x2Aqce19tDoZEw==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0009-0008-3635-347X> .
}