@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix rdf: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
@prefix foaf: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
rdfs:label rdfs:label "Has the label" .
sub:CaseStudy a nt:IntroducedResource, nt:LocalResource, nt:UriPlaceholder;
rdfs:label "ID suffix" .
sub:ST1 rdf:object sub:name;
rdf:predicate rdfs:label;
rdf:subject sub:CaseStudy .
sub:assertion dcterms:description "Example of a general metadata nanopublication tag for any case study experiment.";
a nt:AssertionTemplate;
rdfs:label "case study metadata experiment";
nt:hasStatement sub:ST1 .
sub:name a nt:LiteralPlaceholder;
rdfs:label "Name of Case Study" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0009-0004-2188-0817 .
}
sub:pubinfo {
orcid:0009-0004-2188-0817 foaf:name "Max van den Boom" .
this: dcterms:created "2025-06-03T12:25:29.806Z"^^xsd:dateTime;
dcterms:creator orcid:0009-0004-2188-0817;
dcterms:license ;
npx:wasCreatedAt ;
rdfs:label "Template: case study metadata experiment";
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwNmDuHNCGRTNccDpvK2x9Hdbgac9Z2e7nF9KxqArfCGNMkK5UcEBeNv6Lx1mgUVXAL6cZERLL1Fssu7cLZEdaAUiPTkCLSNWWLbBNTTlVWR9+2dP00VrRToaqDYhZBo3E6Psc+GfOyDNJJ7n7r2vVsDiLMsUmQCHeLiX4pXukfwIDAQAB";
npx:hasSignature "DMZ6NJjO4ddg8F+sM5IVU5x0Nwil1LjLPjV3iqdBVpuJkjUtxb98tP8UZ3l9pT2LdT3w4aEuk7at4UE0TR//wau7IxqlS3VQNRAlsGEaXTZW33JH5pjk0UsKkpEQYH0MjJuCBO4Fh/lQItW8as71BZHziAX63nMomg3jRfMb+ks=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0009-0004-2188-0817 .
}