https://w3id.org/np/RAl2dQiiWhyYotJzELALScVZJS64blc6PEMKgsZr_3ak0
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAl2dQiiWhyYotJzELALScVZJS64blc6PEMKgsZr_3ak0> .
@prefix sub: <https://w3id.org/np/RAl2dQiiWhyYotJzELALScVZJS64blc6PEMKgsZr_3ak0/> .
@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:creator <https://orcid.org/0000-0000-0000-0000> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlNGSr4bypxh1YbgXwvtcIhUHQj1S9YGa3x8tD1PwfFvnw61woxeQAd4d6jLYSqjLU/rR21fBkfJ0R5rrdoW2zO3oZ+kOM+FPiBI+lfLIaUlBX4BvF+1V6NOBXeUZoyhUYIWtbsHaNgJPnzC3/nexl1lXh6U5qhVzyipFCUEgfyk4k82Od+xL743ZnSDho9AIJRKKhikbZLD2fIoxP9rFwJbR+0+qF4ehFQcLU2YtmsScljDS8Fv/DFF3Y0oeE8iWWheDLs3mA516cGoShzCvdiqGjrGThCBsAPUMVOtyMe8I1DT/k5VjMNB8h6NQv9SoLIHEXJDBnMpfDcUl5HPtjQIDAQAB";
npx:hasSignature "UHPs6BnB5pX/TNwSieIe8BEx0a6zSh2sCZ79jhxQdImjVAO918NLw39LrC/iQfTMWfmAHnRPDq7yq6+vJTWdzyTprSFDf0BZGxKcv/p7OHS8k3WL6eKfXtP51Levd1OIunzCNuwtTh+MzWb5MMspqFQQRk6PRwKXfwDvOId8aMiM9W48Q6ZTT1B8PO/JYJKJyMVXThVE6xATS2/P8+pJ2MiKABt05g7enPXCcfIIh1URBi2RQWP/GfaUpvJ6/rDrGMuOMRGBBoONX3jCBFDNT5sIq/nzmTuaWedn9k8mgxVwYtYG5la0nG8JjCarpSuGg7YVCMH2Pi3eq3z0ghWdxg==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}