@prefix dcterms: .
@prefix np: .
@prefix npx: .
@prefix ns1: .
@prefix ns2: .
@prefix orcid: .
@prefix prov: .
@prefix rdfs: .
@prefix sub: .
@prefix this: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
a ns1:FAIRDigitalObject;
dcterms:conformsTo ;
rdfs:label "Integration Test FDO";
ns2:testProperty "test-value";
ns1:hasMetadata this:;
ns1:isMaterializedBy .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0000-0000-0000 .
}
sub:pubinfo {
rdfs:label "DataRef" .
this: npx:introduces ;
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 "q09L8b5xsp/U145HEs+zHEIePEYp9SCLMf1QFT9Xbyp4mrUNA1FIG29klmr0RVL+kUDf5Hj0AROKN93QKtuS2aeVAeNedSspTEbm6Wageh9Ew0J2VWhmWfmedatgQ53LdnWP1PCf5CphxTONTlSDD5fUTpKq6bz3mUwif1JYLV0=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0000-0000-0000 .
}