@prefix schema: <http://schema.org/> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix this: <http://purl.org/np/RAvrbaHkI3VFkAjnHwWV0AYcCiSbmEhBI-j1FOUNvWk9o> .
@prefix sub: <http://purl.org/np/RAvrbaHkI3VFkAjnHwWV0AYcCiSbmEhBI-j1FOUNvWk9o#> .
@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:eNanoMapper schema:url <https://search.data.enanomapper.net/> ;
    a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Registry ;
    rdfs:comment "The Nanosafety Data Interface provides aggregated findable, accessible, interoperable and reusable (FAIR) data to support safety assessment of nanomaterials" ;
    rdfs:label "Nanosafety Data Interface" ;
    rdfs:seeAlso <https://search.data.enanomapper.net/about/> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-3435-7775 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCUw9w6lz43CD5hHTsFcNmKqfbsKj27reI9X1fP6FjCRr1gnNeSiKJ8fwx5HtW7BeiPTMIwIFZhQdhRxKEehixG3/MoGCn4qwcSeE58XvBXOs77T+479MbiUefNukwTei0GAQI1aVJfMs+9Y8pATzki5jndvwgkVvu9E9eLv3IfDQIDAQAB" ;
    npx:hasSignature "SSiGmpd8U4hXD9FGdvhI584JW6+1fxvcQaWW3P7PiouZqgKcPJujV52xVU+KP+uUUmhI59NmQRMx4Jf2vKl4P9rUx82DxnfeuCyu1i15z2EgZ3cRyx9+V1XcT0YwZM2okBge891FshHF1W8QqrggCwYWXeUUm9uIpTtWqFQlfjw=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-01-19T13:09:05.786Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-3435-7775 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:eNanoMapper ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RA_R5w4lZ-6xuZyylG8qSlMhmWBaTE41-zlhiBVUQblCc> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RA73A2rqz2UboeQIbEkbWHihiV8P_7B2eu2mqDAJ3wpMk> .
}