@prefix this: <https://w3id.org/np/RALaBb_tlO0XYcxAmOX8ZatP-CPt7KNh6v2riaxyo82KQ> .
@prefix sub: <https://w3id.org/np/RALaBb_tlO0XYcxAmOX8ZatP-CPt7KNh6v2riaxyo82KQ/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix fdof: <https://w3id.org/fdof/ontology#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:324282916 dct:creator "Triet Doan" ;
    a fdof:FAIRDigitalObject ;
    <https://hdl.handle.net/21.T11966/Number> "20" ;
    <https://w3id.org/fdoc/att/default/Content> "Test" ;
    <https://w3id.org/fdoc/att/default/Reference> <https://hdl.handle.net/21.T11968/REFERENCE> ;
    <https://w3id.org/fdoc/att/default/URL> <https://abcdef.com> ;
    <https://w3id.org/fdoc/o/terms/hasFdoProfile> "This is a test profile" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <https://gwdg.de/fdo/doip-nanopub-adapter/> .
}
sub:pubinfo {
  this: dct:created "2025-06-13T10:36:45.734+02:00"^^xsd:dateTime ;
    npx:introduces sub:324282916 .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzEHsW3VJXDN34P8LCzofmY/JDHWHvzbrGYWcj7aFm3StI02smZL5wagtMpyRvX/xtg3RtO4D4XLVOKsLLAb7b0o7Ur5Et12IiwJw+WPv+TuELQou5rXR3CPFgpIFMT6fCOOqb9/d0W5rhUhQaiQmgGZxnkajX6m4AdDamlZWY5lyGFpi85WMeLymYtPzfOAi9rwn3ZxY8KzEzSUKPUNEDOheepJjQa9GuOiz0T3ei8CtGbQ1qNRfg+Cw1DbcSTF4Of3SKbRn2EQk/6W9weVZSOaG38N8/FwmgBgF8LnQMcpxvpx0gjyY9oFF9gJXDTFZ9SXE8V00+VvQiOrLCQqDiQIDAQAB" ;
    npx:hasSignature "rfj6L41kASkYaw/8D1nr7Hwh5XGja/6RDRGuvdi1OWobyB5mcnxaP2ouo7YVtMYJ/SW6ZKidYPn+ST83b0fui9E47kkBLEot2hUf0pVbRRRYDEHuMyS5q68sgi+J50K09hXymuZKzLcnX+DZ8ZDZEM/CVI4jjVmo2jeqWNPN3BSgN0wo5DS9vcz+a93PmlntvE/KNP0XacW/8tTXm5YusKDEB4Pdzm1kq3T3XsBcnHwfJol2CEOS3sm2cqcXWxVdyDUqe3d/NotwSZNKnRYRl1rregIOpR5sNLezB3/YAAhtNg+WDT5V9slJtYO27otepIUBnpscJoQB/xXMBMtQng==" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <https://gwdg.de/fdo/doip-nanopub-adapter/> .
}