@prefix this: <http://purl.org/np/RA3BAiSU-qaSZODEFW8Lm3Gqip0RD9wa9PcStrpyqxs94> .
@prefix sub: <http://purl.org/np/RA3BAiSU-qaSZODEFW8Lm3Gqip0RD9wa9PcStrpyqxs94#> .
@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#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:evaluation <http://www.w3.org/ns/mls#hasValue> "99.22" ;
    <http://www.w3.org/ns/mls#specifiedBy> <http://purl.obolibrary.org/obo/STATO_0000415> .
  sub:run dct:description "This experiment detects similes in online text messages." ;
    a <http://www.w3.org/ns/mls#Run> ;
    rdfs:label "Detection of simile in online text messages" ;
    <http://www.w3.org/ns/mls#achieves> <http://www.wikidata.org/entity/Q102190569> ;
    <http://www.w3.org/ns/mls#hasInput> <https://zenodo.org/record/7937808#.ZGJUQnZBy3A> ;
    <http://www.w3.org/ns/mls#hasOutput> sub:evaluation ;
    <http://www.w3.org/ns/mls#realizes> <http://www.wikidata.org/entity/Q107750691> .
  <https://zenodo.org/record/7937808#.ZGJUQnZBy3A> rdfs:label "simile_non_simile_shuffled" .
}
sub:provenance {
  sub:assertion prov:wasGeneratedBy sub:research-activity .
  sub:research-activity dct:description <https://datasciencehub.net/paper/dwaef-deep-weighted-average-ensemble-framework-harnessing-novel-indicators-sarcasm-detection-0> .
  <https://datasciencehub.net/paper/dwaef-deep-weighted-average-ensemble-framework-harnessing-novel-indicators-sarcasm-detection-0> a <http://purl.org/ontology/bibo/AcademicArticle> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQChS8k4eexjdteLU4buJD/hxRGBo3tlccKfu1SQSYvczvJyXcGL/CnfFHEk1lJlC96njtX7LgMjupZqzV5ZdkewzbEZMpS7f9CqUIQpa2bnWJD61jhzochdgss5JRHQhqd0kKyz2nnrnSBtKGsd142sAYPPlTmgFeRXaIXhmcC3EwIDAQAB" ;
    npx:hasSignature "XcrHehEd/NXVuC+U5szwsoeLuuuXtGh0tfkjDOr2qDmoayc1r6trqKWfip9pZi5ZHmc95qu7SEgvakXQ2Z8E9INUEHH3XN93NYbZaHM7VGUjBlj6JAka5mFgSNGtMnsXyl1uL2w1nGZA+b29TMxTlQxutZejBrWQXR5PPtugnMc=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-05-19T16:34:48.354Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-3340-8112 , orcid:0000-0002-4472-1681 , orcid:0000-0002-5169-209X , orcid:0000-0002-6785-9691 , orcid:0000-0003-0636-4000 ;
    npx:introduces sub:run ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RA_-YylcyRKkkwjx_soUtPPIBysGtkE2mr_xX0EO1G5Zk> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAWv_eqe4tghg-OOg6NqRQODjC865Q0ZWkXTxqjSe59Y4> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAGEv4a9uT48mgnIlWqAvL-XnupfNYojIUmszJDa50xoc> .
  <http://www.wikidata.org/entity/Q102190569> nt:hasLabelFromApi "text classification - classification of texts" .
  <http://www.wikidata.org/entity/Q107750691> nt:hasLabelFromApi "graph neural network - technique for statistics" .
}