@prefix this: <https://w3id.org/np/RAyOyjxrEp2zFeg0JQQOEt6eF_2n1tfTZmiRn3RTDgu8Y> .
@prefix sub: <https://w3id.org/np/RAyOyjxrEp2zFeg0JQQOEt6eF_2n1tfTZmiRn3RTDgu8Y/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <https://osf.io/bxae4> dct:issued "2024" ;
    dct:license <http://purl.org/np/RAQ__sGdY_Qc7l1O_zmn4nr-pMBOxKU04Ur9s998rS6Fc#CC-BY-4.0> ;
    <https://w3id.org/fdof/ontology#hasEncodingFormat> <https://www.iana.org/assignments/media-types/application/pdf> ;
    <https://w3id.org/fdof/ontology#materializes> sub:STAYAHEAD_M ;
    <https://www.w3.org/ns/dcat#accessURL> <https://osf.io/bxae4> .
  sub:STAYAHEAD_M dct:contributor orcid:0000-0001-8888-635X ;
    dct:creator orcid:0009-0004-2188-0817 ;
    dct:hasVersion "v1.0" ;
    dct:language <https://www.omg.org/spec/LCC/Languages/LaISO639-1-LanguageCodes/en> ;
    dct:publisher <https://ror.org/008xxew50> ;
    dct:subject <http://aims.fao.org/aos/agrovoc/c_4318> ;
    a <https://w3id.org/fair/ff/terms/Method> , <https://w3id.org/fdof/ontology#FAIRDigitalObject> ;
    rdfs:comment "The SARS-CoV-2 outbreak showed the world that we were unable to predict the course of the pandemic. This study is a part of a project that aims at developing methodologies to predict viral variants of high risk in an effort to stay ahead of the next pandemic. We investigate the feasibility of computationally predicting the structures of single mutation variants with AlphaFold-2 and ESMFold and using this information as input to a XGBoost regression model that predicts empirical biophysical properties associated with high-risk Omicron variants. This study illustrates that data intensive regression models when coupled with structure prediction tools, can to contribute to pandemic preparedness." ;
    rdfs:label "STAYAHEAD Dataset Methodology" ;
    <https://schema.org/funder> <https://ror.org/056cwr036> ;
    <https://w3id.org/fdof/ontology#hasMetadata> this: ;
    <https://www.w3.org/ns/dcat#contactPoint> "info@health-holland.com" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0004-2188-0817 .
}
sub:pubinfo {
  <http://purl.org/np/RAQ__sGdY_Qc7l1O_zmn4nr-pMBOxKU04Ur9s998rS6Fc#CC-BY-4.0> nt:hasLabelFromApi "CC BY 4.0 | Attribution 4.0 International - Using this licence you are free to share and adapt the resource but you must ..." .
  orcid:0009-0004-2188-0817 foaf:name "Max van den Boom" .
  this: dct:created "2025-07-11T14:16:44.954Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0004-2188-0817 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:STAYAHEAD_M ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU> ;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw> , <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI> ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAqQ3B45jC7-zawJqvz-fBcJmhwc98NAiXQpWpCzUbUpU> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwNmDuHNCGRTNccDpvK2x9Hdbgac9Z2e7nF9KxqArfCGNMkK5UcEBeNv6Lx1mgUVXAL6cZERLL1Fssu7cLZEdaAUiPTkCLSNWWLbBNTTlVWR9+2dP00VrRToaqDYhZBo3E6Psc+GfOyDNJJ7n7r2vVsDiLMsUmQCHeLiX4pXukfwIDAQAB" ;
    npx:hasSignature "F42bkkHKzdtJYy8EzaGKsrZ46WhWrclM1NXEo+7KlISc0sWO+QVbE2Vl62mRHI1VM5Z6p0SIl63n+Gb/QE3TR+ehtnk23fYG0A4uMOsrl1RSDN8ZTJiBOctKHzd3Q2ZC+Q/pG9qdZkrFzNeC1sPdmixipXNBUO83XZ0dUsih3NY=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0004-2188-0817 .
}