@prefix this: <https://w3id.org/np/RA4J3-WqDcEODY1vC1yQP8JVbm1sDnSForT59SYOaJkWk> .
@prefix sub: <https://w3id.org/np/RA4J3-WqDcEODY1vC1yQP8JVbm1sDnSForT59SYOaJkWk#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 ns1: <http://purl.org/np/> .
@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 {
  sub:annotation a <http://www.w3.org/ns/oa#Annotation> ;
    <http://www.w3.org/ns/oa#hasBody> sub:body ;
    <http://www.w3.org/ns/oa#hasTarget> sub:target .
  sub:body rdf:value "Pterois miles is invasive to the Mediterranean Sea." .
  sub:selector a <http://www.w3.org/ns/oa#TextQuoteSelector> ;
    <http://www.w3.org/ns/oa#exact> "The lionfishes Pterois miles and P. volitans are regarded as the most successful invasive fishes in marine ecosystems. In the last 40 years, these Indo-Pacific predators have established in the tropical western Atlantic Ocean, with well-documented detrimental effects on the local fish communities. Around 10 years ago, a second invasion began in the Mediterranean Sea, which is being colonised by P. miles." ;
    <http://www.w3.org/ns/oa#prefix> "in the areas that they invade." ;
    <http://www.w3.org/ns/oa#suffix> "Given the invasive potential of" .
  sub:target <http://www.w3.org/ns/oa#hasSelector> sub:selector ;
    <http://www.w3.org/ns/oa#hasSource> <https://doi.org/10.3897/neobiota.92.110442> .
}
sub:provenance {
  sub:assertion prov:wasDerivedFrom <https://doi.org/10.3897/neobiota.92.110442> .
}
sub:pubinfo {
  orcid:0000-0001-9488-1870 foaf:name "Daniel Mietchen" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDnA5FgUmM9Mx3uUIhTFTGdA9fNVO+AexL03qaWYQ60KOCHjE/XaI+Z74fCyMzXkzsfl5eqTtfi72Gr4Ws6I+Q3dfkV/B4LFbw7N9xphn4qemizfEho8z1Asz/C9octC6X3o+MPpfOgM119YhZAGSMAVY2x+nSw9qVXAnSnBIAXOQIDAQAB" ;
    npx:hasSignature "quXcmD+iAKW1DO5qjcnsmCHUI6NqOAKMohuip51w31HnkAZmhShGre/CFUe8WJ9mYOMU2+ch10/I6m7TzSiMrfxmusJSX/pBC0LKEAiOaKodQoMrP9edcaxFcyMCLqWaBduLGMG32jAVAE9Yeq3GMx8QKQ8GxoCImys8YrWMQqs=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0001-9488-1870 .
  this: dct:created "2024-08-21T23:03:09.662Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0001-9488-1870 ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:annotation ;
    npx:wasCreatedAt <https://nanodash.petapico.org/> ;
    a <https://w3id.org/kpxl/biodiv/terms/BiodivNanopub> ;
    rdfs:label "Annotation of neobiota.92.110442: 'Pterois miles is invasive to the Mediterranean Sea.'" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RAcTpoh5Ra0ssqmcpOgWdaZ_YiPE6demO6cpw-2RvSNs8 ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAR40PzxS9rmUC2lH2ct7IlYhyEib-3GXY5DkuR8wgHRw , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 ;
    nt:wasCreatedFromTemplate ns1:RAvMcjsLaMI-sGheG6Fa2yAfUyKYRSJqbIOgmK2lblWGg .
}