@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix npx: .
@prefix xsd: .
@prefix orcid: .
@prefix rdfs: .
@prefix fip: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:SPSS-Format a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource,
fip:Knowledge-representation-language, fip:Semantic-model;
rdfs:comment "IBM® SPSS® Statistics data files are files specifically formatted for use by IBM SPSS Statistics, containing both data and the metadata (dictionary) that define the data.";
rdfs:label "IBM SPSS Statistics Data File Format";
rdfs:seeAlso .
}
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 "P+1iNZof4e/bM0dChzc9ImeCKYPQHDz9YbsAPXRvo07At55oW86tRJHIlu2sjBWuVL4nR3EBWk8A6vmt3QVmLd+S3cu0+ZinnrSx2vGmUbylWMkQUcyxoGBGfKEJqJHoR6v5U4OMwckbrPkqaooa6xvcGKAnXY4L3UDsj6+YxNM=";
npx:hasSignatureTarget this: .
this: dcterms:created "2023-06-16T13:57:05Z"^^xsd:dateTime;
dcterms:creator ;
dcterms:license ;
npx:introduces sub:SPSS-Format;
prov:wasDerivedFrom .
}