@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 "mR1mgms9FTlJPY/fA9lg801nEfw5iOrrCgTvZr2pUmyL1an95exETyS/WhVv4qTfQMr1VGL65XSuGjagvdz1Lhjql+zFxBC/sjntI1/FM/Mn1w2gHf4aIu2lzggncbLjSmwAJ+F60tHf2xPYk1y3cZ89cswuyoNs5iOk261+dK0="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0000-0000-0000 . }