@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: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 .
}
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 "CSwOMDE6EaiBkLo0oF41n8oM6vHFafKMU73YPN1aZz47apAPLareuhi+1WBKup/QqwcqT0nxV8M6w/bEYsAvTW96HBzzciFQ8TzxtIzbQhT3eW3gqFUhewXjrlkoBNKZMNBjV+DU/e6hmCjxf9ZAxnob5cKSyrS6haqom9mx1P8=";
npx:hasSignatureTarget this: .
this: dcterms:created "2023-06-16T14:00:49Z"^^xsd:dateTime;
dcterms:creator ;
dcterms:license ;
npx:introduces sub:SAS-File-Format;
prov:wasDerivedFrom .
}