@prefix this: <https://w3id.org/np/RA289iz5XYa6JFJ7kwAIuicTQ5Uq4xkSQHsY9yQ4567Ls> .
@prefix sub: <https://w3id.org/np/RA289iz5XYa6JFJ7kwAIuicTQ5Uq4xkSQHsY9yQ4567Ls/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <http://w3id.org/roh#CaseStudy> 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 <http://w3id.org/roh#CaseStudy> ;
    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 <https://creativecommons.org/licenses/by/4.0/> ;
    npx:supersedes <https://w3id.org/np/RAUIeHkoAkymlv_pdQ2WpzkAzL8k75DOuFmPfwytem8IM> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Template: case study metadata experiment" ;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU> ;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw> , <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw> , <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI> ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RA5reLVXOCPQFWr2UiCJb19ES7NwOpQRmudb17e2iB0c4> .
  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 .
}