@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/156885> a taxon-name:TaxonName, skos-xl:Label ;
   rdfs:label "Mytilopsis Conrad, 1858"^^xsd:string ;
   taxon-name:aphiaID "156885"^^xsd:integer ;
   dwc:scientificNameID "156885"^^xsd:integer, "urn:lsid:marinespecies.org:taxname:156885"^^xsd:string ;
   taxon-name:scientificName "Mytilopsis"^^xsd:string ;
   taxon-name:authorship "Conrad, 1858"^^xsd:string ;
   dwc:scientificNameAuthorship "Conrad, 1858"^^xsd:string ;
   taxon-name:fullScientificName "Mytilopsis Conrad, 1858"^^xsd:string ;
   skos-xl:literalForm "Mytilopsis Conrad, 1858"^^xsd:string ;
   dwc:scientificName "Mytilopsis Conrad, 1858"^^xsd:string ;
   dct:bibliographicCitation """MolluscaBase eds. (2026). MolluscaBase. Mytilopsis Conrad, 1858. Accessed through: World Register of Marine Species at: https://www.marinespecies.org/aphia.php?p=taxdetails&id=156885 on 2026-06-22"""^^xsd:string ;
   dct:isPartOf <https://marineinfo.org/id/dataset/632>, <https://marineinfo.org/id/dataset/3160>, <https://marineinfo.org/id/dataset/5275>, <https://marineinfo.org/id/dataset/5274>, <https://marineinfo.org/id/dataset/2565>, <https://marineinfo.org/id/dataset/3123>, <https://marineinfo.org/id/dataset/536>, <https://marineinfo.org/id/dataset/3731>, <https://marineinfo.org/id/dataset/5271>, <https://marineinfo.org/id/dataset/5273>, <https://marineinfo.org/id/dataset/5276>, <https://marineinfo.org/id/dataset/8131>, <https://marineinfo.org/id/dataset/9018>, <https://marineinfo.org/id/dataset/8732>, <https://marineinfo.org/id/dataset/9112> ;
   taxon-name:hasStatus <https://aphia.org/ns/taxonomic-status#accepted> ;
   taxon-name:isOfRank <https://aphia.org/ns/rank#genus> ;
   dwc:taxonRank <https://aphia.org/ns/rank#genus> ;
   dct:source <https://aphia.org/id/source/220785>, <https://aphia.org/id/source/195820>, <https://aphia.org/id/source/291628>, <https://aphia.org/id/source/456299>, <https://aphia.org/id/source/259820>, <https://aphia.org/id/source/291905> ;
   taxon-name:hasSynonym <https://aphia.org/id/taxname/1496724>, <https://aphia.org/id/taxname/1496625>, <https://aphia.org/id/taxname/1602662>, <https://aphia.org/id/taxname/516076> ;
   rdfs:seeAlso <https://www.ebi.ac.uk/ena/data/view/Taxon:45970>, <https://www.ebi.ac.uk/ena/data/view/Taxon:1484591>, <https://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?id=1484591&lvl=0>, <https://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?id=45970&lvl=0> ;
   taxon-name:denotes _:b0 .

_:b0 a taxon-name:Taxon, skos:Concept ;
   taxon-name:hasAcceptedName <https://aphia.org/id/taxname/156885> ;
   tat:hasHabitat <https://aphia.org/id/environment/marine> , <https://aphia.org/id/environment/fresh> , <https://aphia.org/id/environment/brackish> ;
   taxon-name:hasSynonymName <https://aphia.org/id/taxname/1496724>, <https://aphia.org/id/taxname/1496625>, <https://aphia.org/id/taxname/1602662>, <https://aphia.org/id/taxname/516076> ;
   media:isSubjectOf <https://aphia.org/id/image/5647>, <https://aphia.org/id/image/5648>, <https://aphia.org/id/image/12338>, <https://aphia.org/id/image/170838> ;
   tat:hasAdditionalDescription <https://aphia.org/id/taxon-description/17763>, <https://aphia.org/id/taxon-description/395701>, <https://aphia.org/id/taxon-description/873982>, <https://aphia.org/id/taxon-description/2687300> ;
   taxon-name:hasParent _:b1 .

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

<https://aphia.org/ns/taxonomic-status#accepted> a skos:Concept, taxon-name:Status ;
   skos:prefLabel "accepted"@en ;
   rdfs:label "accepted"@en ;
   skos:definition """Valid name (ICZN) or name considered to be taxonomically correct (ICBN)"""^^xsd:string ;
   dwc:taxonomicStatus <https://rs.gbif.org/vocabulary/gbif/taxonomicStatus/accepted> ;
   dwc:nomenclaturalStatus <https://rs.gbif.org/vocabulary/gbif/nomenclatural_status/valid> .


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

<https://aphia.org/id/source/220785> a top-level:Source, dct:BibliographicResource ;
   dct:title """Description of a new genus of the family Dreissenidae"""^^xsd:string ;
   dct:bibliographicCitation  """Conrad, T. A. (1857). Description of a new genus of the family Dreissenidae. <em>Proceedings of the Academy of Natural Sciences of Philadelphia.</em> 9: 167."""^^xsd:string ;
   schema:isAccessibleForFree "1"^^xsd:boolean ;
   schema:datePublished "1857"^^xsd:gYear .

<https://aphia.org/id/source/195820> a top-level:Source, dct:BibliographicResource ;
   dct:title """Fauna Molliuskov i Zoogeograficheskoe Raionirovanie Kontinental'nykh Vodoemov Zemnogo Shara [The Molluscan Fauna and Zoogeographical Zoning of the Continental Water Bodies of the World]"""^^xsd:string ;
   dct:bibliographicCitation  """Starobogatov, Y. I. (1970). Fauna Molliuskov i Zoogeograficheskoe Raionirovanie Kontinental'nykh Vodoemov Zemnogo Shara [The Molluscan Fauna and Zoogeographical Zoning of the Continental Water Bodies of the World]. <em>Nauka. Leningrad.</em> 372 p., 12 tables. In Russian."""^^xsd:string ;
   schema:datePublished "1970"^^xsd:gYear .

<https://aphia.org/id/source/291628> a top-level:Source, dct:BibliographicResource ;
   dct:title """<i>The genera of Recent Mollusca; arranged according to their organization</i>. London, van Voorst. Vol. 1: xl + 484 pp.; vol. 2: 661 pp.; vol. 3: 138 pls. [Published in parts: Vol. 1: i-xl (1858), 1-256 (1853), 257-484 (1854). Vol. 2: 1-92 (1854), 93-284 (1855), 285-412 (1856), 413-540 (1857), 541-661 (1858). Vol. 3: pl. 1-32 (1853), 33-72 (1954), 73-96 (1855), 97-112 (1856), 113-128 (1857), 129-138 (1858)]."""^^xsd:string ;
   dct:bibliographicCitation  """Adams, H. & Adams, A. (1853-1858). <i>The genera of Recent Mollusca; arranged according to their organization</i>. London, van Voorst. Vol. 1: xl + 484 pp.; vol. 2: 661 pp.; vol. 3: 138 pls. [Published in parts: Vol. 1: i-xl (1858), 1-256 (1853), 257-484 (1854). Vol. 2: 1-92 (1854), 93-284 (1855), 285-412 (1856), 413-540 (1857), 541-661 (1858). Vol. 3: pl. 1-32 (1853), 33-72 (1954), 73-96 (1855), 97-112 (1856), 113-128 (1857), 129-138 (1858)]."""^^xsd:string ;
   schema:isAccessibleForFree "1"^^xsd:boolean ;
   schema:datePublished "1853"^^xsd:gYear .

<https://aphia.org/id/source/456299> a top-level:Source, dct:BibliographicResource ;
   dct:title """Lista anotada de los bivalvos marinos del Perú"""^^xsd:string ;
   dct:bibliographicCitation  """Paredes, C.; Cardoso, F.; Santamaría, J.; Esplana, J.; Llaja, L. (2016). Lista anotada de los bivalvos marinos del Perú. <em>Revista peruana de biología.</em> 23(2), 127-150."""^^xsd:string ;
   dct:source  <https://www.doi.org/10.15381/rpb.v23i2.12397> ;
   schema:datePublished "2016"^^xsd:gYear .

<https://aphia.org/id/source/259820> a top-level:Source, dct:BibliographicResource ;
   dct:title """Analytical catalogue of fresh and brackish water molluscs of Russia and adjacent countries"""^^xsd:string ;
   dct:bibliographicCitation  """Vinarski, M. V.; Kantor, Yu. I. (2016). Analytical catalogue of fresh and brackish water molluscs of Russia and adjacent countries. A. N. Severtsov Institute of Ecology and Evolution of Russian Academy of Science, Moscow, 544 pp."""^^xsd:string ;
   schema:datePublished "2016"^^xsd:gYear .

<https://aphia.org/id/source/291905> a top-level:Source, dct:BibliographicResource ;
   dct:title """Authorships and publication dates in malacology: some notes on the 2011 French Checklist of Welter-Schultes & al"""^^xsd:string ;
   dct:bibliographicCitation  """Bank, R. A. (2011). Authorships and publication dates in malacology: some notes on the 2011 French Checklist of Welter-Schultes & al. <em>Mitteilungen der Deutschen Malakozoologischen Gesellschaft.</em> 86: 13-24. Frankfurt am Main [December]."""^^xsd:string ;
   schema:datePublished "2011"^^xsd:gYear .



<https://aphia.org/id/image/5647> a media:ImageObject, schema:ImageObject ;
   rdfs:label "<i>Mytilopsis leucophaeata</i>"^^xsd:string ;
   dct:title "<i>Mytilopsis leucophaeata</i>"^^xsd:string ;
   dct:subject [
   a taxon-name:Taxon , skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/156887>
   ] ;
   dct:rightsHolder <https://marineinfo.org/id/person/3401> ;
   dct:license <https://creativecommons.org/licenses/by-nc-sa/4.0/> ;
   dct:format <https://publications.europa.eu/resource/authority/file-type/JPEG> ;
   dct:created "2006-12-19 16:27:07.360"^^xsd:dateTime ;
   schema:contentUrl <https://images.vliz.be/thumbs/5647_mytilopsis-leucophaeata.jpg> .
<https://aphia.org/id/image/5648> a media:ImageObject, schema:ImageObject ;
   rdfs:label "<i>Dreissena polymorpha</i> (on top) & <i>Mytilopsis leucophaeata</i> (below)"^^xsd:string ;
   dct:title "<i>Dreissena polymorpha</i> (on top) & <i>Mytilopsis leucophaeata</i> (below)"^^xsd:string ;
   dct:subject [
   a taxon-name:Taxon , skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/156887>
   ] ;
   dct:rightsHolder <https://marineinfo.org/id/person/3401> ;
   dct:license <https://creativecommons.org/licenses/by-nc-sa/4.0/> ;
   dct:format <https://publications.europa.eu/resource/authority/file-type/JPEG> ;
   dct:created "2006-12-19 16:28:40.000"^^xsd:dateTime ;
   schema:contentUrl <https://images.vliz.be/thumbs/5648_dreissena-polymorpha-on-top-en-mytilopsis-leucophaeata-below.jpg> .
<https://aphia.org/id/image/12338> a media:ImageObject, schema:ImageObject ;
   rdfs:label "Umbo <i>Mytilopsis leucophaeata</i>"^^xsd:string ;
   dct:title "Umbo <i>Mytilopsis leucophaeata</i>"^^xsd:string ;
   dct:subject [
   a taxon-name:Taxon , skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/156887>
   ] ;
   dct:rightsHolder <https://marineinfo.org/id/person/3401> ;
   dct:license <https://creativecommons.org/licenses/by-nc-sa/4.0/> ;
   dct:format <https://publications.europa.eu/resource/authority/file-type/JPEG> ;
   dct:description """Detail of the umbo of <i>Mytilopsis leucophaeata</i>, showing the apophyse."""^^xsd:string ;
   dct:created "2007-10-31 15:19:15.233"^^xsd:dateTime ;
   schema:contentUrl <https://images.vliz.be/thumbs/12338_umbo-mytilopsis-leucophaeata.jpg> .
<https://aphia.org/id/image/170838> a media:ImageObject, schema:ImageObject ;
   rdfs:label "Mytilopsis leucophaeata"^^xsd:string ;
   dct:title "Mytilopsis leucophaeata"^^xsd:string ;
   dct:subject [
   a taxon-name:Taxon , skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/156887>
   ] ;
   dct:rightsHolder "Kapeller, Rudolf"^^xsd:string ;
   dct:format <https://publications.europa.eu/resource/authority/file-type/JPEG> ;
   dct:description """<br />
Find more information about this species at: <a href="https://www.rkapeller.eu/species.html?MS_Mytilopsis_leucophaeata">https://www.rkapeller.eu/species.html?MS_Mytilopsis_leucophaeata</a><br />
Click <a href="https://www.rkapeller.eu/index_en.html">here</a> for the database with determination key for European mollusks"""^^xsd:string ;
   dct:created "2024-05-07 21:06:16.090"^^xsd:dateTime ;
   schema:contentUrl <https://images.vliz.be/thumbs/170838_mytilopsis-leucophaeata.jpg> .

<https://aphia.org/id/taxon-description/17763> a tat:TaxonDescription ;
   rdfs:label "Taxon Description Functional group for Taxon denoted by name 105"@en ;
   tat:hasExtraSpecification <https://aphia.org/id/taxon-description-extra-specification/17764> ;
   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/105> ;
   ] ;
   top-level:hasValue <https://aphia.org/ns/traits/functional-group#benthos> .

<https://aphia.org/id/taxon-description/395701> a tat:TaxonDescription ;
   rdfs:label "Taxon Description Supporting structure & enclosure for Taxon denoted by name 105"@en ;
   tat:hasExtraSpecification <https://aphia.org/id/taxon-description-extra-specification/395702>, <https://aphia.org/id/taxon-description-extra-specification/395703> ;
   tat:hasTaxonCharacteristic <https://aphia.org/ns/traits/supporting-structure-enclosure> ;
   tat:isAdditionalDescriptionOf [
   a taxon-name:Taxon, skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/105> ;
   ] ;
   top-level:hasValue <https://aphia.org/ns/traits/supporting-structure-enclosure#exoskeleton> .

<https://aphia.org/id/taxon-description/873982> a tat:TaxonDescription ;
   rdfs:label "Taxon Description Body size (qualitative) for Taxon denoted by name 105"@en ;
   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/105> ;
   ] ;
   top-level:hasValue <https://aphia.org/ns/traits/body-size-qualitative#medium-body-size-2-to-200mm> .

<https://aphia.org/id/taxon-description/2687300> a tat:TaxonDescription ;
   rdfs:label "Taxon Description Nomenclature code for Taxon denoted by name 2"@en ;
   tat:hasTaxonCharacteristic <https://aphia.org/ns/traits/nomenclature-code> ;
   tat:isAdditionalDescriptionOf [
   a taxon-name:Taxon, skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/2> ;
   ] ;
   top-level:hasValue <https://aphia.org/ns/traits/nomenclature-code#iczn> .

<https://aphia.org/id/taxon-description-extra-specification/17764> 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/395702> a tat:SpecificationContext ;
   rdfs:label "Specification Context: Structure Solid"@en ;
   tat:definesParameter <https://aphia.org/ns/traits/structure> ;
   top-level:hasValue <https://aphia.org/ns/traits/structure#solid> .
<https://aphia.org/id/taxon-description-extra-specification/395703> a tat:SpecificationContext ;
   rdfs:label "Specification Context: Composition Calcareous"@en ;
   tat:definesParameter <https://aphia.org/ns/traits/composition> ;
   top-level:hasValue <https://aphia.org/ns/traits/composition#calcareous> .

