@prefix this: <https://w3id.org/np/RAifaOCjXemIXq4MXtgmtl19mETz8SZGEXVNnRVkO7Mjo> .
@prefix sub: <https://w3id.org/np/RAifaOCjXemIXq4MXtgmtl19mETz8SZGEXVNnRVkO7Mjo#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@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 {
  <https://w3id.org/gff/rao/terms/scientific_literature> a fip:Digital-Object-Type ;
    rdfs:comment "Scientific literature encompasses a vast body of academic papers that spans various disciplines within the natural and social sciences. It primarily consists of academic papers that present original empirical research and theoretical contributions. These papers serve as essential sources of knowledge and are commonly referred to simply as the literature within specific research fields." ;
    rdfs:label "Scientific Literature" ;
    fip:has-description-source <https://en.wikipedia.org/wiki/Scientific_literature> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0009-0001-5207-4138 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "d3npYxMFnOyUsAMkIDj8EkvbIZCnmMklkvg31t5VeBr/t7y36gwJ6kQ8XU/nGvQ/FSyP+UQymbZdmGRneWi7DdOJTQpY1am9Wp4yKvNDpnHRNT0v/jZAb9vjAP3Jd3fge6t1Oqrg/v3Wo3OzZ6QAAAAz04kooD8QhQG0I2/ySoo=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-06-05T13:43:46Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces <https://w3id.org/gff/rao/terms/scientific_literature> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/e0ae1a4d-e154-487a-b794-ec81785a3f75> .
}