@prefix this: <https://w3id.org/np/RAvFyUxaDT5BQhQQ3GJ0CQLhYzttPYY9IKw1g6sNqoL0E> .
@prefix sub: <https://w3id.org/np/RAvFyUxaDT5BQhQQ3GJ0CQLhYzttPYY9IKw1g6sNqoL0E#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@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#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:ex1.gr5 dct:description "Mass concentration of Aldrin in air (passive sampler PUF, ng per sampler)" ;
    a <https://w3id.org/iadopt/ont/Variable> ;
    rdfs:label "Mass concentration of Aldrin in air" ;
    <https://w3id.org/iadopt/ont/hasConstraint> sub:unit_per_sampler ;
    <https://w3id.org/iadopt/ont/hasMatrix> sub:air ;
    <https://w3id.org/iadopt/ont/hasObjectOfInterest> sub:Aldrin ;
    <https://w3id.org/iadopt/ont/hasProperty> sub:mass_concentration .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-6063-0958 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCLZXv/F+HQe2L1BeIFg+Uj1BNh9LQ+dWJmujpKvwo7TIcpPKMSOPC/AFrTVgM3LOU9980zFrS4BMLySP6WaR2JuzwUB646TcpWD9wyVvM4+EzW4JOgihQRp8AaNDoWXPbPwP5vqJP9Px3quPx96bm3tmjMKTLfOVwsBdH5jjaWeQIDAQAB" ;
    npx:hasSignature "VDUHa+l6rGICeNEiM0rx7/jGjmUIVI847bTvMkyG3i+k6hLLFz3r8Xlk+d07sMHmG+Rj2DMw4QQvB9hpEsnDH7sncobgvNfq6gsanTjNpJ/I/nydXAFhJhjJ4OQKZ/yl+RKiBM4hKGEBO08rmsSe5v/BXFu8O8pktl7MvqNYb2s=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-10-17T09:50:14.977Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-6063-0958 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:ex1.gr5 ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAq8tqgrQdfy52v_mneS8EIMZAKkL2UgyVKVUVwiXMVrU> .
}