@prefix this: <https://w3id.org/np/RAIBTYmZ75cyxlIf2ZAzgnveFO-rSihpIFMMW7ekqRdYI> .
@prefix sub: <https://w3id.org/np/RAIBTYmZ75cyxlIf2ZAzgnveFO-rSihpIFMMW7ekqRdYI#> .
@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:IADOPT.DustPCB52Concentration dct:description "Concentration of PCB52 measured in a settled dust sample taken from a household" ;
    a <https://w3id.org/iadopt/ont/Variable> ;
    rdfs:label "Concentration of PCB52 in a settled dust sample" ;
    rdfs:seeAlso <https://inquire-he.eu/datamodel> ;
    <https://w3id.org/iadopt/ont/hasConstraint> <https://inquire-he.eu/datamodel#Settled> ;
    <https://w3id.org/iadopt/ont/hasContextObject> <https://inquire-he.eu/datamodel#HouseHold> ;
    <https://w3id.org/iadopt/ont/hasMatrix> <https://inquire-he.eu/datamodel#Dust> ;
    <https://w3id.org/iadopt/ont/hasObjectOfInterest> <https://inquire-he.eu/datamodel#PCB52> ;
    <https://w3id.org/iadopt/ont/hasProperty> <https://inquire-he.eu/datamodel#MassPerVolumeConcentration> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-6514-0173 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDf2pIMH+lWdxLr57z5pnARHiHLKo2J0kCw/tfj//WpFcdEs9c95kowA8R2uR/fSbL9wYS/OZAz0CV1tAeynxbGoyvYQAEUIAXkqC88NBR4uQeyF0rEwCujGHs8HGQLFuRpdWjf2OsyH3hc+6PNHmWksgD2g8AJU7ujPoksI7T9MwIDAQAB" ;
    npx:hasSignature "1bHveVI3QKucdk5UQqPKI7LB2UPwvH0qWthFTmQbZDRJOs8YJL8ATbF66zeAC71qPlLdMtbFam2Lvdm+CMQ0P8JXec6EeHTe/Ljh4l7h6CLZH351LCIFZyhduy5+x025LfYJKFDMKK54Yg2CUp4ufcmwtKBD/don0P4j/bis2Mk=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-10-17T10:01:43.443Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-6514-0173 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:IADOPT.DustPCB52Concentration ;
    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> .
}