@prefix this: <https://w3id.org/np/RAy3dbF-PrjSCw0Ngg0_IsXKb8CxBaQx5oNzb6J2foZJE> .
@prefix sub: <https://w3id.org/np/RAy3dbF-PrjSCw0Ngg0_IsXKb8CxBaQx5oNzb6J2foZJE/> .
@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 ns1: <http://purl.org/np/> .
@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" .
  <https://w3id.org/fair/fip/terms/has-research-domain> rdfs:label "Has Research Domain" .
  sub:CaseStudy a nt:IntroducedResource , nt:LocalResource , nt:UriPlaceholder ;
    rdfs:label "ID suffix" .
  sub:ResearchDomain a nt:RestrictedChoicePlaceholder ;
    rdfs:label "Choose Research Domain" ;
    nt:possibleValuesFrom ns1:RACXDZHEowTYDAzZvdmD0qIGpXZwY5ghMRBBlt6N8Iu5s .
  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:ST5 rdf:object sub:ResearchDomain ;
    rdf:predicate <https://w3id.org/fair/fip/terms/has-research-domain> ;
    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:ST5 .
  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:39:55.875Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0004-2188-0817 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:supersedes <https://w3id.org/np/RA289iz5XYa6JFJ7kwAIuicTQ5Uq4xkSQHsY9yQ4567Ls> ;
    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 "qXXS99rNqeFOa3HRJTcniNU6/S5kLCbnO0yREZbARAV5CVkCMIB4wfwCSLg8QaHhX0s9Cr0Hx2TKCNHlEBRoAfLICEmZMu1ZwAk9XtlFi2xeca7sytW/PnPIaru9/AWr2M9G1KnNm184e2Pt67SXEhJ8huSO2NHg6yUITF4rr5w=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0004-2188-0817 .
}