@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix d0: <http://www.ontologydesignpatterns.org/ont/d0.owl#> .
@prefix dul: <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#> .
@prefix skos-xl: <http://www.w3.org/2008/05/skos-xl#> .
@prefix top-level: <https://aphia.org/ns/top-level/> .
@prefix taxon-name: <https://aphia.org/ns/taxon-name/> .
@prefix td: <https://aphia.org/ns/distribution/> .
@prefix media: <https://aphia.org/ns/media/> .
@prefix tat: <https://aphia.org/ns/attribute-trait/> .
@prefix xsd: <https://www.w3.org/2001/XMLSchema#> .
@prefix schema: <https://schema.org/> .

<https://aphia.org/id/taxname/490104> a taxon-name:TaxonName, skos-xl:Label ;
   rdfs:label "Echinogammarus ischnus (Stebbing, 1899)"^^xsd:string ;
   taxon-name:aphiaID "490104"^^xsd:integer ;
   dwc:scientificNameID "490104"^^xsd:integer, "urn:lsid:marinespecies.org:taxname:490104"^^xsd:string ;
   taxon-name:scientificName "Echinogammarus ischnus"^^xsd:string ;
   taxon-name:authorship "(Stebbing, 1899)"^^xsd:string ;
   dwc:scientificNameAuthorship "(Stebbing, 1899)"^^xsd:string ;
   taxon-name:fullScientificName "Echinogammarus ischnus (Stebbing, 1899)"^^xsd:string ;
   skos-xl:literalForm "Echinogammarus ischnus (Stebbing, 1899)"^^xsd:string ;
   dwc:scientificName "Echinogammarus ischnus (Stebbing, 1899)"^^xsd:string ;
   dct:bibliographicCitation """Horton, T.; Lowry, J.; De Broyer, C.; Bellan-Santini, D.; Copilas-Ciocianu, D.; Corbari, L.; Costello, M.J.; Daneliya, M.; Dauvin, J.-C.; Fišer, C.; Gasca, R.; Grabowski, M.; Guerra-García, J.M.; Hendrycks, E.; Hughes, L.; Jaume, D.; Jazdzewski, K.; Kim, Y.-H.; King, R.; Krapp-Schickel, T.; LeCroy, S.; Lörz, A.-N.; Mamos, T.; Senna, A.R.; Serejo, C.; Souza-Filho, J.F.; Tandberg, A.H.; Thomas, J.D.; Thurston, M.; Vader, W.; Väinölä, R.; Valls Domedel, G.; Vonk, R.; White, K.; Zeidler, W. (2026). World Amphipoda Database. Echinogammarus ischnus (Stebbing, 1899). Accessed through: World Register of Marine Species at: https://www.marinespecies.org/aphia.php?p=taxdetails&id=490104 on 2026-04-06"""^^xsd:string ;
   dct:isPartOf <https://marineinfo.org/id/dataset/632>, <https://marineinfo.org/id/dataset/4159>, <https://marineinfo.org/id/dataset/5274>, <https://marineinfo.org/id/dataset/3123>, <https://marineinfo.org/id/dataset/8131> ;
   taxon-name:hasStatus <https://aphia.org/ns/taxonomic-status#superseded+combination> ;
   taxon-name:isOfRank <https://aphia.org/ns/rank#species> ;
   dwc:taxonRank <https://aphia.org/ns/rank#species> ;
   dct:source <https://aphia.org/id/source/441451> ;
   taxon-name:hasSynonym <https://aphia.org/id/taxname/509205>, <https://aphia.org/id/taxname/509200>, <https://aphia.org/id/taxname/509207>, <https://aphia.org/id/taxname/863516> ;
   rdfs:seeAlso <https://www.boldsystems.org/index.php/Taxbrowser_Taxonpage?taxid=8832>, <http://www.biodiversitylibrary.org/name/Echinogammarus_ischnus>, <https://www.ebi.ac.uk/ena/data/view/Taxon:248953>, <https://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?id=248953&lvl=0>, <http://www.eu-nomen.eu/portal/taxon.php?GUID=urn:lsid:marinespecies.org:taxname:490104> ;
   taxon-name:denotes _:b0 .

_:b0 a taxon-name:Taxon, skos:Concept ;
   taxon-name:hasAcceptedName <https://aphia.org/id/taxname/232696> ;
   tat:hasHabitat <https://aphia.org/id/environment/fresh> , <https://aphia.org/id/environment/brackish> ;
   taxon-name:hasSynonymName <https://aphia.org/id/taxname/509205>, <https://aphia.org/id/taxname/509200>, <https://aphia.org/id/taxname/509207>, <https://aphia.org/id/taxname/863516> ;
   td:hasDistribution <https://aphia.org/id/distribution/1439283>, <https://aphia.org/id/distribution/1442612> ;
   taxon-name:isDenotedBy <https://aphia.org/id/vernacular-name/102070> ;
   tat:hasAdditionalDescription <https://aphia.org/id/taxon-description/1127940>, <https://aphia.org/id/taxon-description/1129719> ;
   taxon-name:hasParent _:b1 .

_:b1 a taxon-name:Taxon, skos-xl:Concept ;
   taxon-name:hasAcceptedName <https://aphia.org/id/taxname/101535> .

<https://aphia.org/ns/taxonomic-status#superseded+combination> a skos:Concept, taxon-name:Status ;
   skos:prefLabel "superseded combination"@en ;
   rdfs:label "superseded combination"@en ;
   skos:definition """When a species is transferred to another genus, and is also known as a new combination"""^^xsd:string ;
   dwc:taxonomicStatus <https://rs.gbif.org/vocabulary/gbif/taxonomicStatus/synonym> ;
   dwc:nomenclaturalStatus <https://rs.gbif.org/vocabulary/gbif/nomenclatural_status/available> .


<https://aphia.org/ns/rank#species> a skos:Concept, taxon-name:Rank ;
   skos:prefLabel "Species"@en ;
   rdfs:label "Species"@en .

<https://aphia.org/id/source/441451> a top-level:Source, dct:BibliographicResource ;
   dct:title """Taxonomic, ecological and morphological diversity of Ponto-Caspian gammaroidean amphipods: a review"""^^xsd:string ;
   dct:bibliographicCitation  """Copilaș-Ciocianu, D.; Sidorov, D. (2022). Taxonomic, ecological and morphological diversity of Ponto-Caspian gammaroidean amphipods: a review. <em>Organisms Diversity & Evolution.</em> 22(2): 285-315."""^^xsd:string ;
   dct:source  <https://www.doi.org/10.1007/s13127-021-00536-6> ;
   schema:datePublished "2022"^^xsd:gYear .


<https://aphia.org/id/vernacular-name/102070> a taxon-name:vernacularName ;
   taxon-name:vernacularName "Granataugen-Flohkrebs"^^xsd:string ;
   dct:language <https://id.loc.gov/vocabulary/iso639-2/deu> ;
   dct:source <https://aphia.org/id/source/275941> .



<https://aphia.org/id/distribution/1439283> a td:Distribution ;
   rdfs:label "Distribution for Echinogammarus ischnus (Stebbing, 1899) - German part of the Baltic Sea"@en ;
   td:isDistributionOf [
   a taxon-name:Taxon, skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/490104> ;
   ] ;
   td:hasArea <https://marineregions.org/mrgid/25679> ;
   dwc:locality <https://marineregions.org/mrgid/25679> ;
   td:hasOrigin <https://aphia.org/ns/origin#alien> ;
   td:hasInvasiveness <https://aphia.org/ns/invasiveness#not-specified> ;
   td:hasOccurrence <https://aphia.org/ns/occurrence#reported> ;
   dct:source <https://aphia.org/id/source/389725> .

<https://aphia.org/id/distribution/1442612> a td:Distribution ;
   rdfs:label "Distribution for Echinogammarus ischnus (Stebbing, 1899) - Russian part of the Baltic Sea"@en ;
   td:isDistributionOf [
   a taxon-name:Taxon, skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/490104> ;
   ] ;
   td:hasArea <https://marineregions.org/mrgid/25680> ;
   dwc:locality <https://marineregions.org/mrgid/25680> ;
   td:hasOrigin <https://aphia.org/ns/origin#alien> ;
   td:hasInvasiveness <https://aphia.org/ns/invasiveness#not-specified> ;
   td:hasOccurrence <https://aphia.org/ns/occurrence#reported> ;
   dct:source <https://aphia.org/id/source/390125> .

<https://aphia.org/ns/origin#alien> a skos:Concept, td:Origin ;
   skos:prefLabel "Alien"@en ;
   rdfs:label "Alien"@en ;
   skos:definition "Species introduced by man into places out of their natural range of distribution"@en .

<https://aphia.org/ns/invasiveness#not-specified> a skos:Concept, td:Origin ;
   skos:prefLabel "Not specified"@en ;
   rdfs:label "Not specified"@en ;
   skos:definition "A species whose 'invasiveness' has not been specified in its introduced range. The species is known to be present and has been reported but there is no comment on its invasiveness"@en .

<https://aphia.org/ns/occurrence#reported> a skos:Concept, td:Origin ;
   skos:prefLabel "Reported"@en ;
   rdfs:label "Reported"@en ;
   skos:definition "Species that are 'reported' to be present but with no further information"@en .

<https://aphia.org/id/taxon-description/1127940> a tat:TaxonDescription ;
   rdfs:label "Taxon Description Functional group for Taxon denoted by name 490104"@en ;
   tat:hasExtraSpecification <https://aphia.org/id/taxon-description-extra-specification/1127941> ;
   tat:hasTaxonCharacteristic <https://aphia.org/ns/traits/functional-group> ;
   tat:isAdditionalDescriptionOf [
   a taxon-name:Taxon, skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/490104> ;
   ] ;
   top-level:hasValue <https://aphia.org/ns/traits/functional-group#macrobenthos> .

<https://aphia.org/id/taxon-description/1129719> a tat:TaxonDescription ;
   rdfs:label "Taxon Description Body size (qualitative) for Taxon denoted by name 490104"@en ;
   tat:hasExtraSpecification <https://aphia.org/id/taxon-description-extra-specification/1129720> ;
   tat:hasTaxonCharacteristic <https://aphia.org/ns/traits/body-size-qualitative> ;
   tat:isAdditionalDescriptionOf [
   a taxon-name:Taxon, skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/490104> ;
   ] ;
   top-level:hasValue <https://aphia.org/ns/traits/body-size-qualitative#medium-body-size-2-to-200mm> .

<https://aphia.org/id/taxon-description-extra-specification/1127941> a tat:SpecificationContext ;
   rdfs:label "Specification Context: Life stage adult"@en ;
   tat:definesParameter <https://aphia.org/ns/traits/life-stage> ;
   top-level:hasValue <https://aphia.org/ns/traits/life-stage#adult> .
<https://aphia.org/id/taxon-description-extra-specification/1129720> a tat:SpecificationContext ;
   rdfs:label "Specification Context: Life stage adult"@en ;
   tat:definesParameter <https://aphia.org/ns/traits/life-stage> ;
   top-level:hasValue <https://aphia.org/ns/traits/life-stage#adult> .

