@prefix this: <http://purl.org/np/RA6eSikzkbevekNVjaaamsCz-AFVrq-mCFT_qTcoHCxsk> .
@prefix sub: <http://purl.org/np/RA6eSikzkbevekNVjaaamsCz-AFVrq-mCFT_qTcoHCxsk#> .
@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:simile dct:description "Simile detection is the task of detecting a simile in a sentence." ;
    a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://www.w3.org/ns/mls#Task> ;
    rdfs:label "simile detection" ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Simile> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-4472-1681 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQChS8k4eexjdteLU4buJD/hxRGBo3tlccKfu1SQSYvczvJyXcGL/CnfFHEk1lJlC96njtX7LgMjupZqzV5ZdkewzbEZMpS7f9CqUIQpa2bnWJD61jhzochdgss5JRHQhqd0kKyz2nnrnSBtKGsd142sAYPPlTmgFeRXaIXhmcC3EwIDAQAB" ;
    npx:hasSignature "md7xiLHx9tD5qCaYt4l/EdwVLluA5gRxgfZH0/iQ8bB5YFX281YRlzGolOwoRurD+RCSGCGufyYJzxBBDEEoNI3DSxwMpsHN9ThsWgt22ysIBBFZ7ycXBvPgoZOObw6nonHB+k8A2D4ZAoaRYS8js8rRfFAUCtnTnrHCWzlmnjI=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-05-22T13:34:42.388Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-4472-1681 ;
    npx:introduces sub:simile ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAZxw5zhGdfdpQrY3bsXtO8PeJmNW-pmae8ZK3cLw08Uo> .
}