@prefix this: <https://w3id.org/np/RA5G_9pN9N1BxQVpa6wgDfHQ8aWjWCj3Is6ByGLOlFjQg> .
@prefix sub: <https://w3id.org/np/RA5G_9pN9N1BxQVpa6wgDfHQ8aWjWCj3Is6ByGLOlFjQg/> .
@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 {
  sub:assertion dct:description "This template can be used to produce a machine actionable metadata record regarding the exposure of plants to nanomaterials. The template allows the recording of scientific, bibliographic, and provenance metadata." ;
    a nt:AssertionTemplate ;
    rdfs:label "Template for describing a plant assay following exposure to nanomaterials" ;
    nt:hasNanopubLabelPattern "Dataset: ${title}" ;
    nt:hasStatement sub:st01 , sub:st02 , sub:st03 , sub:st04 , sub:st05 , sub:st06 , sub:st07 , sub:st08 , sub:st09 , sub:st10 , sub:st11 , sub:st12 , sub:st13 , sub:st14 , sub:st15 , sub:st16 , sub:st17 , sub:st18 , sub:st19 , sub:st20 , sub:st21 , sub:st22 ;
    nt:hasTag "Datasets" ;
    nt:hasTargetNanopubType <http://purl.org/dc/dcmitype/Dataset> .
  sub:st01 rdf:object <http://purl.org/dc/dcmitype/Dataset> ;
    rdf:predicate rdf:type ;
    rdf:subject sub:dataset ;
    a rdf:Statement .
  sub:st02 rdf:object sub:title ;
    rdf:predicate dct:title ;
    rdf:subject sub:dataset ;
    a rdf:Statement .
  sub:st03 rdf:object sub:description ;
    rdf:predicate dct:description ;
    rdf:subject sub:dataset ;
    a nt:OptionalStatement .
  sub:st04 rdf:object sub:publisher ;
    rdf:predicate dct:publisher ;
    rdf:subject sub:dataset ;
    a rdf:Statement .
  sub:st05 rdf:object sub:repository ;
    rdf:predicate <http://www.w3.org/ns/sosa/isHostedBy> ;
    rdf:subject sub:dataset ;
    a rdf:Statement .
  sub:st06 rdf:object sub:owner ;
    rdf:predicate dct:rightsHolder ;
    rdf:subject sub:dataset ;
    a nt:OptionalStatement .
  sub:st07 rdf:object sub:dataproducer ;
    rdf:predicate dct:creator ;
    rdf:subject sub:dataset ;
    a nt:OptionalStatement .
  sub:st08 rdf:object sub:datacurator ;
    rdf:predicate <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C69141> ;
    rdf:subject sub:dataset ;
    a nt:OptionalStatement .
  sub:st09 rdf:object sub:license ;
    rdf:predicate dct:license ;
    rdf:subject sub:dataset ;
    a rdf:Statement .
  sub:st10 rdf:object sub:format ;
    rdf:predicate dct:hasFormat ;
    rdf:subject sub:dataset ;
    a nt:OptionalStatement .
  sub:st11 rdf:object sub:type ;
    rdf:predicate dct:type ;
    rdf:subject sub:dataset ;
    a nt:OptionalStatement .
  sub:st12 rdf:object sub:version ;
    rdf:predicate dct:hasVersion ;
    rdf:subject sub:dataset ;
    a nt:OptionalStatement .
  sub:st13 rdf:object sub:isversionof ;
    rdf:predicate <https://w3id.org/gdmt/IsVersionOf> ;
    rdf:subject sub:dataset ;
    a nt:OptionalStatement .
  sub:st14 rdf:object sub:nmidentifiers ;
    rdf:predicate dct:identifier ;
    rdf:subject sub:dataset ;
    a nt:OptionalStatement , nt:RepeatableStatement .
  sub:st15 rdf:object sub:protocol ;
    rdf:predicate <http://purl.obolibrary.org/obo/OBI_0000272> ;
    rdf:subject sub:dataset ;
    a nt:OptionalStatement , nt:RepeatableStatement .
  sub:st16 rdf:object sub:materialinformation ;
    rdf:predicate <http://www.w3.org/ns/sosa/hasSample> ;
    rdf:subject sub:dataset ;
    a rdf:Statement , nt:RepeatableStatement .
  sub:st17 rdf:object sub:materialscharacterisation ;
    rdf:predicate <http://www.w3.org/ns/sosa/observedProperty> ;
    rdf:subject sub:dataset ;
    a rdf:Statement , nt:RepeatableStatement .
  sub:st18 rdf:object sub:computationaldescriptors ;
    rdf:predicate <http://purl.obolibrary.org/obo/WC#_computational_observation> ;
    rdf:subject sub:dataset ;
    a nt:OptionalStatement , nt:RepeatableStatement .
  sub:st19 rdf:object sub:assayinformation ;
    rdf:predicate <http://www.w3.org/ns/sosa/hasSample> ;
    rdf:subject sub:dataset ;
    a rdf:Statement , nt:RepeatableStatement .
  sub:st20 rdf:object sub:assayobservations ;
    rdf:predicate <http://www.w3.org/ns/sosa/observedProperty> ;
    rdf:subject sub:dataset ;
    a rdf:Statement , nt:RepeatableStatement .
  sub:st21 rdf:object sub:computationalanalysisinformation ;
    rdf:predicate <http://www.w3.org/ns/sosa/observedProperty> ;
    rdf:subject sub:dataset ;
    a nt:OptionalStatement , nt:RepeatableStatement .
  sub:st22 rdf:object sub:references ;
    rdf:predicate dct:references ;
    rdf:subject sub:dataset ;
    a nt:OptionalStatement , nt:RepeatableStatement .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1297-3104 .
}
sub:pubinfo {
  orcid:0000-0002-1297-3104 foaf:name "Anastasios Papadiamantis" .
  this: dct:created "2025-07-10T08:56:23.915Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1297-3104 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:supersedes <https://w3id.org/np/RABo_Ji1it1CkrQzdD17_QjfksfVC3B0SA1iOBwHr10wo> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Template: Template for describing a plant assay following exposure to nanomaterials" ;
    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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDLrgIs0zCX11YIad1vf4iKrxmu/l3phA4ES5BixalXnpd5LD/znJ3GlB95mZ/KOrhGhBZyj39QaZVpQQuPTsqmigo4blW6FtTc0iWkFSNEj6dyWeavF9nJ0cSr7k6KEx3i8ue+O53k2lmF/UzG/w0cOSV71T3qVBFPupy5WMCTwwIDAQAB" ;
    npx:hasSignature "xh1yEiH5D3FZrsMwod2ZdOsPeBEixGdoAn7CJWaRAmmw7E0kXAkQjaouTmJJihpoZ+bUWECPi4sacszPvNdGLbFrtO9BKrzzFBbrGQzzBraXDML/Zutkm7mzdUk4O8H8I5jmPyAroeioLZ6nbURHBGvknY8TuazAYe2hKc8lxy8=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-1297-3104 .
}