@prefix this: <http://purl.org/np/RATGQZJtm64y0SRBiqXJ8zdxdKolh7kUKKf4tFAyT2SlY> .
@prefix sub: <http://purl.org/np/RATGQZJtm64y0SRBiqXJ8zdxdKolh7kUKKf4tFAyT2SlY#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@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 npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:assertion dct:creator orcid:0000-0002-1267-0234 ;
    <http://purl.org/spar/cito/reviews> <http://purl.org/np/RAKHCfFjmlSNvVv1KEDCqwnR1kI-XPGFsknBIwLrQrpOc> ;
    rdfs:comment "For the subject and object classes \"number of enemies ...\", it's unclear how the enemies are counted (as organisms or as species). From personal communication with this nanopublication author, I understand that these classes are meant to be the general ones that encompass both interpretations, which is fine but should be made explicit." .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjDGQCS1S+SRnERDuYDXOugdYUP0efEquHJEEHAbU/uLzBVlga89zqrNPCS7fBE6lArBUWEmT8eLKdMapyqvAzI1J3jUWTMhDJF+XFBkUiuiFfNSc4vJJcmi0yujtnuzXsRIG202jyaP4f5ULoskFwaZOSBZJfiE0dsB3D7DTIAQIDAQAB" ;
    npx:hasSignature "lSX/FybToNt/mTObS4I0ogyNdjXHHCddYx8x38uy1KVK4YSFCk/XVGl54jaJMKlT2ZzOE+VDqH5o0u1cSekiSRaIlO6DezIzB6aDcgboh8Mnzr/bU8kT+zZw/+PMiWIRNWsNwXDlP1H9W8dCeMEUWwu4rpz4BCwIY6ycraFh3qc=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-06-05T12:20:27.722Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RANWGVogb5j_VQ6A4nabA34_-zkZTRYNYtItRJXGf2TVQ> .
}