@prefix ns1: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix dct: .
@prefix rdf: .
@prefix nt: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
@prefix npx: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:assertion a nt:PubinfoTemplate;
rdfs:label "Nanopublication related to biodiversity";
nt:hasStatement sub:st1 .
sub:st1 rdf:object ;
rdf:predicate rdf:type;
rdf:subject nt:NANOPUB .
rdf:type rdfs:label "is a" .
rdfs:label "nanopublication related to biodiversity - a nanopublication that is in some way related to the topic of biodiversity" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjDGQCS1S+SRnERDuYDXOugdYUP0efEquHJEEHAbU/uLzBVlga89zqrNPCS7fBE6lArBUWEmT8eLKdMapyqvAzI1J3jUWTMhDJF+XFBkUiuiFfNSc4vJJcmi0yujtnuzXsRIG202jyaP4f5ULoskFwaZOSBZJfiE0dsB3D7DTIAQIDAQAB";
npx:hasSignature "PlC5IGCw3UaWHyDs+pFob7/nMlXU58LcFS1p1bV9b2eef2M2OVWNbNM0ew1wm//RSVwX87dka54N+EBdaVp/rG/Lwa4b6a+GOvM0SGuj482Y1OtBHLP5d8dHeSMPE//afmD+ubyjD9Z2GXfZkpe+UTxAU1XrF1vP53AEL868wUU=";
npx:hasSignatureTarget this: .
this: dct:created "2023-08-23T12:18:02.044Z"^^xsd:dateTime;
dct:creator orcid:0000-0002-1267-0234;
dct:license ;
rdfs:label "Pubinfo template: Nanopublication related to biodiversity";
nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM,
ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90;
nt:wasCreatedFromTemplate ns1:RAdRCvpGWTW0lTGKktdw7JxFinmnVEN0EwFEWHrh7W1Nc .
}