@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <https://w3id.org/np/RAJIpwFJgNvyXuo7PtJ9rt12PYTAwwf1VYnoWpy4PJGKM> .
@prefix sub: <https://w3id.org/np/RAJIpwFJgNvyXuo7PtJ9rt12PYTAwwf1VYnoWpy4PJGKM/> .
@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:JASP a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource , fip:FAIR-Specification , fip:Knowledge-representation-language ;
    rdfs:comment """JASP is a free platform-independent statistical software package with a graphical user interface. It is an open source alternative for proprietary software like SPSS, and is being developed by the University of Amsterdam. In JASP, you have the option to export data in formats which can be easily read into other applications such as .csv. Results of analyses are being exported in .html format.
  These formats have been added to our preferred formats within the file type of Statistical data. """ ;
    rdfs:label "JASP" ;
    fip:has-description-source <https://dans.knaw.nl/en/file-formats/statistical-data/jasp/> .
}
sub:provenance {
  sub:assertion dcterms:creator orcid:0000-0001-6899-760X .
}
sub:pubinfo {
  this: dcterms:created "2025-12-04T00:39:02Z"^^xsd:dateTime ;
    dcterms:creator <https://fip.fair-wizard.com/wizard> ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:JASP ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/18493de7-7b72-4d49-93f4-d23a5ec59809> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "U1Ub0ih/38QaYnwRSZ1bKIuQKXyGHy0MLDDJPLqifVHALOQ3P5MEWHR22vVuh6QF0MOadWqcLzOVxC3uJqvDCmMlzs+bBgrlJK4WKgS+ZNvqrLUUhKMOj1gLn+CK/SFceSq/LJj4RW0WlxxZNk+tp0oLQbutHuJNqF83Aa964/w=" ;
    npx:hasSignatureTarget this: .
}