@prefix this: <http://purl.org/np/RAotwwEgkd0DyOp6D6fMkGAmiUdxp8PlQ4F5WC8vSHihc> .
@prefix sub: <http://purl.org/np/RAotwwEgkd0DyOp6D6fMkGAmiUdxp8PlQ4F5WC8vSHihc#> .
@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:Stata a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Knowledge-representation-language , fip:Semantic-model ;
    rdfs:comment "Stata data files are saved with the extension “.dta”. This means the file is ready to use in Stata and unlike data saved in, for example, an excel file, you do not need to import this into Stata. Stata is a general-purpose statistical software package developed by StataCorp for data manipulation, visualization, statistics, and automated reporting. " ;
    rdfs:label "Stata Data File Format (.dta)" ;
    rdfs:seeAlso <https://www.stata.com/manuals/gsw5.pdf> .
}
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 "ej7MM89WmrU7OrT2lP4w/1l9MUqCPpTmmcaXtkOgUkN0BGjAFWwx1rE6T49G7/TxPHkfNjmuFDfVhWAsMjTO6lkv70X5Yb2irXwADbEIWObsoJ/MayO2HZ5sU2SR/6gGpBbb1NtjtOsqmmQq4pXOb6/M0Q8XP6MZrM75EQX8xks=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-06-16T13:42:50Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:Stata ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/ae66ebc3-1084-4bee-b7c0-56c63d673562> .
}