@prefix this: <http://purl.org/np/RAjYTv7sUgyarGYAr56OkMyYvTofpDm8f9d6oxTzKrWks> .
@prefix sub: <http://purl.org/np/RAjYTv7sUgyarGYAr56OkMyYvTofpDm8f9d6oxTzKrWks#> .
@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 {
  sub:SAS-File-Format a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Knowledge-representation-language , fip:Semantic-model ;
    rdfs:comment "SAS is a statistical software suite developed by SAS Institute for data management, advanced analytics, multivariate analysis, business intelligence, criminal investigation, and predictive analytics." ;
    rdfs:label "SAS File Format for the SAS Statistical Analysis System" ;
    rdfs:seeAlso <https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/hostwin/n0sk6o15955yoen19n9ghdziqw1u.htm> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-1261-9930 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "CSwOMDE6EaiBkLo0oF41n8oM6vHFafKMU73YPN1aZz47apAPLareuhi+1WBKup/QqwcqT0nxV8M6w/bEYsAvTW96HBzzciFQ8TzxtIzbQhT3eW3gqFUhewXjrlkoBNKZMNBjV+DU/e6hmCjxf9ZAxnob5cKSyrS6haqom9mx1P8=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-06-16T14:00:49Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:SAS-File-Format ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/0e628d2d-2456-45b6-a4c3-fdff57403198> .
}