https://w3id.org/np/RAmkM0k8TKMVjRhvaYgKAWmodvq1-K1XS7Csawxz5Ut88
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix ns1: <https://w3id.org/fdof/ontology#> .
@prefix ns2: <https://example.org/> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sub: <https://w3id.org/np/RAmkM0k8TKMVjRhvaYgKAWmodvq1-K1XS7Csawxz5Ut88/> .
@prefix this: <https://w3id.org/np/RAmkM0k8TKMVjRhvaYgKAWmodvq1-K1XS7Csawxz5Ut88> .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
<https://hdl.handle.net/21.T11966/integration-62e3ed130657> a ns1:FAIRDigitalObject;
dcterms:conformsTo <https://hdl.handle.net/21.T11966/test-profile-integration>;
rdfs:label "Integration Test FDO";
ns2:testProperty "test-value";
ns1:hasMetadata this:;
ns1:isMaterializedBy <https://example.org/data/test-content> .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0000-0000-0000 .
}
sub:pubinfo {
<https://hdl.handle.net/21.T11966/06a6c27e3e2ef27779ec> rdfs:label "DataRef" .
this: npx:introduces <https://hdl.handle.net/21.T11966/integration-62e3ed130657>;
rdfs:label "FAIR Digital Object: Integration Test FDO";
prov:wasAttributedTo orcid:0000-0000-0000-0000 .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD3RHyHR7WWKBYevw1qK86B6RVzI7oKlvghqXvbpOAX1KueDE6Itru34HRhrVy4OMLCRQWBE3VXktKdbgOxD3vC4cIxz5LX+XOgGWzv5WKSjOfXu/yIeJrzsuIkyHvw7/tToGrE0itJ1wGylJv+YieizmGvNiUHhP0J0+YFMNnvewIDAQAB";
npx:hasSignature "jNDiIRsT7EOYX//+lSnCUsAZ4Ah4C+ax/EJGdkdUElhc5UF4cCbZyH8obaxlUl4lkWhKuNQVxPENRBamFCKZqCBMZaRuidL+LpnevRrqUhKUzPEisMSU4sSYqxsfoj8O08oC0CRbliy8QInuAHdfUAJ2T3V6rixkbVhQ7RwCZJs=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0000-0000-0000 .
}