Nanopublication

< Home

ID

https://w3id.org/np/RABu_Ld41SyoojTUmsQp15FKVRG4NN9XMbeIV7UfLksUk

Formats

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

Content

@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/RABu_Ld41SyoojTUmsQp15FKVRG4NN9XMbeIV7UfLksUk/> .
@prefix this: <https://w3id.org/np/RABu_Ld41SyoojTUmsQp15FKVRG4NN9XMbeIV7UfLksUk> .

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-96cac55d78d4> 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-96cac55d78d4>;
    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 .
}