@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @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 "Case Study" . rdf:type rdfs:label "Is a" . rdfs:label rdfs:label "Has the label" . sub:CaseStudy a nt:IntroducedResource, nt:LocalResource, nt:UriPlaceholder; rdfs:label "ID suffix" . sub:ST0 rdf:object ; rdf:predicate rdf:type; rdf:subject sub:CaseStudy . sub:ST1 rdf:object sub:name; rdf:predicate rdfs:label; rdf:subject sub:CaseStudy . sub:assertion dct: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:ST0, 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: dct:created "2025-06-03T12:31:41.449Z"^^xsd:dateTime; dct:creator orcid:0009-0004-2188-0817; dct:license ; npx:supersedes ; 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 "BTvC8CVHt9XcuhBh7mPQDVQbI3HxYFR2koT42kb5hF7Vu4dau4BopCAHL+3hE35jfAZDm2UlV7Z3lj9H1mdqCsSSsfhnOv/iKqebHycw0xNqdTGh5eTID+jBZTEAqWzQzPlAupeMc67k1hSgMZ6jeXHbXzmYQwRh4KKTFhh6P8U="; npx:hasSignatureTarget this:; npx:signedBy orcid:0009-0004-2188-0817 . }