@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix schema: <http://schema.org/> .
@prefix this: <http://purl.org/np/RAXRcvurliS0y_bl2biZj564u8DXtHgqUhJohyvLgxvBk> .
@prefix sub: <http://purl.org/np/RAXRcvurliS0y_bl2biZj564u8DXtHgqUhJohyvLgxvBk#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@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 {
  sub:PROV-O schema:url <https://www.w3.org/TR/prov-o/> ;
    a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Semantic-model , fip:Structured-vocabulary ;
    rdfs:comment "The PROV Ontology (PROV-O) expresses the PROV Data Model [PROV-DM] using the OWL2 Web Ontology Language (OWL2). It provides a set of classes, properties, and restrictions that can be used to represent and interchange provenance information generated in different systems and under different contexts. It can also be specialized to create new classes and properties to model provenance information for different applications and domains. The PROV Document Overview describes the overall state of PROV, and should be read before other PROV documents." ;
    rdfs:label "The PROV Ontology" ;
    rdfs:seeAlso <https://www.w3.org/TR/prov-o/> .
}
sub:provenance {
  sub:assertion dcterms:creator orcid:0000-0002-1261-9930 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "cbwVh2uJe8CBW13piSPCoS+epyWwaEx/scrZauJW+IJzxr7tvssWCv8j94ATAwep1+Ez9oHucRJnlDYH+keXJSQAANyuRychis21mGrn7bAyxo05GFh3Zzge36SQFP7BzLhq1n3LZLdqeRHP1CvQZc/T2gouwNCQWYeuDM5fOls=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2023-07-13T19:13:04Z"^^xsd:dateTime ;
    dcterms:creator <https://fip-wizard.ds-wizard.org> ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:PROV-O ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/a1c65b44-620a-48bc-930a-3d0448da53f5> .
}