@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/136486> a taxon-name:TaxonName, skos-xl:Label ;
   rdfs:label "Tanaissus lilljeborgi (Stebbing, 1891)"^^xsd:string ;
   taxon-name:aphiaID "136486"^^xsd:integer ;
   dwc:scientificNameID "136486"^^xsd:integer, "urn:lsid:marinespecies.org:taxname:136486"^^xsd:string ;
   taxon-name:scientificName "Tanaissus lilljeborgi"^^xsd:string ;
   taxon-name:authorship "(Stebbing, 1891)"^^xsd:string ;
   dwc:scientificNameAuthorship "(Stebbing, 1891)"^^xsd:string ;
   taxon-name:fullScientificName "Tanaissus lilljeborgi (Stebbing, 1891)"^^xsd:string ;
   skos-xl:literalForm "Tanaissus lilljeborgi (Stebbing, 1891)"^^xsd:string ;
   dwc:scientificName "Tanaissus lilljeborgi (Stebbing, 1891)"^^xsd:string ;
   dct:bibliographicCitation """WoRMS (2026). Tanaissus lilljeborgi (Stebbing, 1891). Accessed at: https://www.marinespecies.org/aphia.php?p=taxdetails&id=136486 on 2026-05-03"""^^xsd:string ;
   dct:isPartOf <https://marineinfo.org/id/dataset/632>, <https://marineinfo.org/id/dataset/161>, <https://marineinfo.org/id/dataset/540>, <https://marineinfo.org/id/dataset/145>, <https://marineinfo.org/id/dataset/2565>, <https://marineinfo.org/id/dataset/3123>, <https://marineinfo.org/id/dataset/8131>, <https://marineinfo.org/id/dataset/5816> ;
   taxon-name:hasStatus <https://aphia.org/ns/taxonomic-status#accepted> ;
   taxon-name:isOfRank <https://aphia.org/ns/rank#species> ;
   dwc:taxonRank <https://aphia.org/ns/rank#species> ;
   foaf:depiction <https://images.vliz.be/thumbs/703_tanaissus-lilljeborgi-stebbing-1891.png> ;
   dct:source <https://aphia.org/id/source/193677>, <https://aphia.org/id/source/138961>, <https://aphia.org/id/source/341028>, <https://aphia.org/id/source/1325>, <https://aphia.org/id/source/43055>, <https://aphia.org/id/source/105596> ;
   taxon-name:hasSynonym <https://aphia.org/id/taxname/136433>, <https://aphia.org/id/taxname/820939> ;
   rdfs:seeAlso <https://www.boldsystems.org/index.php/Taxbrowser_Taxonpage?taxid=991187>, <http://www.biodiversitylibrary.org/name/Tanaissus_lilljeborgi>, <http://www.eu-nomen.eu/portal/taxon.php?GUID=urn:lsid:marinespecies.org:taxname:136486>, <http://collections.nmnh.si.edu/search/iz/?q=qn+Tanaissus+lilljeborgi>, <http://collections.nmnh.si.edu/search/iz/?q=qn+Tanaissus+lilljeborgii> ;
   taxon-name:denotes _:b0 .

_:b0 a taxon-name:Taxon, skos:Concept ;
   taxon-name:hasAcceptedName <https://aphia.org/id/taxname/136486> ;
   tat:hasHabitat <https://aphia.org/id/environment/marine> ;
   taxon-name:hasSynonymName <https://aphia.org/id/taxname/136433>, <https://aphia.org/id/taxname/820939> ;
   media:isSubjectOf <https://aphia.org/id/image/703> ;
   td:hasDistribution <https://aphia.org/id/distribution/276304>, <https://aphia.org/id/distribution/403239>, <https://aphia.org/id/distribution/408320>, <https://aphia.org/id/distribution/564921>, <https://aphia.org/id/distribution/639504>, <https://aphia.org/id/distribution/639731> ;
   tat:hasAdditionalDescription <https://aphia.org/id/taxon-description/168503>, <https://aphia.org/id/taxon-description/394293>, <https://aphia.org/id/taxon-description/394296>, <https://aphia.org/id/taxon-description/394299>, <https://aphia.org/id/taxon-description/403748>, <https://aphia.org/id/taxon-description/1408863>, <https://aphia.org/id/taxon-description/1408889>, <https://aphia.org/id/taxon-description/1408891>, <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/136239> .

<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#species> a skos:Concept, taxon-name:Rank ;
   skos:prefLabel "Species"@en ;
   rdfs:label "Species"@en .

<https://aphia.org/id/source/193677> a top-level:Source, dct:BibliographicResource ;
   dct:title """Campagnes de la Melita. Tanaidae récoltés par M. Ed. Chevreux dans l´Atlantique et dans la Méditerranée"""^^xsd:string ;
   dct:bibliographicCitation  """Dollfus, A. (1898). Campagnes de la Melita. Tanaidae récoltés par M. Ed. Chevreux dans l´Atlantique et dans la Méditerranée. <em>Mémoirs de la Société zoologique de France.</em> 11: 35-47."""^^xsd:string ;
   schema:isAccessibleForFree "1"^^xsd:boolean ;
   schema:datePublished "1898"^^xsd:gYear .

<https://aphia.org/id/source/138961> a top-level:Source, dct:BibliographicResource ;
   dct:title """Sessile-eyed Crustacea"""^^xsd:string ;
   dct:bibliographicCitation  """Stebbing, T.R.R. (1891). Sessile-eyed Crustacea. <em>The Annals and Magazine of Natural History.</em> Series 6, 8: 324-331."""^^xsd:string ;
   schema:isAccessibleForFree "1"^^xsd:boolean ;
   schema:datePublished "1891"^^xsd:gYear .

<https://aphia.org/id/source/341028> a top-level:Source, dct:BibliographicResource ;
   dct:bibliographicCitation  """Bio-environmental research group; Institute of Agricultural and Fisheries research (ILVO), Belgium; (2016): Macrobenthos monitoring at long-term monitoring stations in the Belgian part of the North Sea from 2001 on."""^^xsd:string ;
   schema:datePublished "2016"^^xsd:gYear .

<https://aphia.org/id/source/1325> a top-level:Source, dct:BibliographicResource ;
   dct:title """Tanaidacea. In: Costello, M.J., C.S. Emblow, & R. White (eds.), European Register of Marine Species. A Check-List of the Marine Species in Europe and a Bibliography of Guides to Their Identification"""^^xsd:string ;
   dct:bibliographicCitation  """Bird, G.J. (2001). Tanaidacea. In: Costello, M.J., C.S. Emblow, & R. White (eds.), European Register of Marine Species. A Check-List of the Marine Species in Europe and a Bibliography of Guides to Their Identification. <em>Patrimoines Naturels.</em> 50: 310-315."""^^xsd:string ;
   dct:source  <https://marineinfo.org/id/publication/61277> ;
   schema:isAccessibleForFree "1"^^xsd:boolean ;
   schema:datePublished "2001"^^xsd:gYear .

<https://aphia.org/id/source/43055> a top-level:Source, dct:BibliographicResource ;
   dct:title """Tanaidacea-- Thirty Years of Scholarship"""^^xsd:string ;
   dct:bibliographicCitation  """Anderson, G. (2016). Tanaidacea-- Thirty Years of Scholarship. (Vers. 2.0, Dec., 2016)."""^^xsd:string ;
   schema:datePublished "2016"^^xsd:gYear .

<https://aphia.org/id/source/105596> a top-level:Source, dct:BibliographicResource ;
   dct:title """The Crustacea of Devon and Cornwall."""^^xsd:string ;
   dct:bibliographicCitation  """Norman, A.M. & T. Scott. (1906). The Crustacea of Devon and Cornwall. <em>London: William Wesley and Son.</em> 232 pp., pls. 1-24."""^^xsd:string ;
   schema:isAccessibleForFree "1"^^xsd:boolean ;
   schema:datePublished "1906"^^xsd:gYear .



<https://aphia.org/id/image/703> a media:ImageObject, schema:ImageObject ;
   rdfs:label "Tanaissus lilljeborgi (Stebbing, 1891)"^^xsd:string ;
   dct:title "Tanaissus lilljeborgi (Stebbing, 1891)"^^xsd:string ;
   dct:subject [
   a taxon-name:Taxon , skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/136486>
   ] ;
   dct:rightsHolder <https://marineinfo.org/id/person/127> ;
   dct:license <https://creativecommons.org/licenses/by-sa/3.0/> ;
   dct:format <https://publications.europa.eu/resource/authority/file-type/PNG> ;
   dct:description """Tanaissus lilljeborgi. Photo by Hans Hillewaert. Taken with Axiocam (Zeiss) camera mounted on a Zeiss Stemi C-2000 binocular microscope. The tanaid was sampled on the Belgian Continental Shelf in 2000."""^^xsd:string ;
   dct:created "2006-02-10 16:15:59.017"^^xsd:dateTime ;
   schema:contentUrl <https://images.vliz.be/thumbs/703_tanaissus-lilljeborgi-stebbing-1891.png> .

<https://aphia.org/id/distribution/276304> a td:Distribution ;
   rdfs:label "Distribution for Tanaissus lilljeborgi (Stebbing, 1891) - European waters (ERMS scope)"@en ;
   td:isDistributionOf [
   a taxon-name:Taxon, skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/136486> ;
   ] ;
   td:hasArea <https://marineregions.org/mrgid/7130> ;
   dwc:locality <https://marineregions.org/mrgid/7130> ;
   dct:source <https://aphia.org/id/source/1325> .

<https://aphia.org/id/distribution/403239> a td:Distribution ;
   rdfs:label "Distribution for Tanaissus lilljeborgi (Stebbing, 1891) - Belgian Exclusive Economic Zone"@en ;
   td:isDistributionOf [
   a taxon-name:Taxon, skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/136486> ;
   ] ;
   td:hasArea <https://marineregions.org/mrgid/3293> ;
   dwc:locality <https://marineregions.org/mrgid/3293> ;
   dct:source <https://aphia.org/id/source/61> .

<https://aphia.org/id/distribution/408320> a td:Distribution ;
   rdfs:label "Distribution for Tanaissus lilljeborgi (Stebbing, 1891) - British Isles"@en ;
   td:isDistributionOf [
   a taxon-name:Taxon, skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/136486> ;
   ] ;
   td:hasArea <https://marineregions.org/mrgid/3140> ;
   dwc:locality <https://marineregions.org/mrgid/3140> ;
   dct:source <https://aphia.org/id/source/1> .

<https://aphia.org/id/distribution/564921> a td:Distribution ;
   rdfs:label "Distribution for Tanaissus lilljeborgi (Stebbing, 1891) - Wimereux"@en ;
   td:isDistributionOf [
   a taxon-name:Taxon, skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/136486> ;
   ] ;
   td:hasArea <https://marineregions.org/mrgid/979> ;
   dwc:locality <https://marineregions.org/mrgid/979> ;
   dct:source <https://aphia.org/id/source/9269> .

<https://aphia.org/id/distribution/639504> a td:Distribution ;
   rdfs:label "Distribution for Tanaissus lilljeborgi (Stebbing, 1891) - Belgian Exclusive Economic Zone"@en ;
   td:isDistributionOf [
   a taxon-name:Taxon, skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/136486> ;
   ] ;
   td:hasArea <https://marineregions.org/mrgid/3293> ;
   dwc:locality <https://marineregions.org/mrgid/3293> ;
   dct:source <https://aphia.org/id/source/132965> .

<https://aphia.org/id/distribution/639731> a td:Distribution ;
   rdfs:label "Distribution for Tanaissus lilljeborgi (Stebbing, 1891) - Belgian Exclusive Economic Zone"@en ;
   td:isDistributionOf [
   a taxon-name:Taxon, skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/136486> ;
   ] ;
   td:hasArea <https://marineregions.org/mrgid/3293> ;
   dwc:locality <https://marineregions.org/mrgid/3293> ;
   dct:source <https://aphia.org/id/source/132964> .

<https://aphia.org/id/taxon-description/168503> a tat:TaxonDescription ;
   rdfs:label "Taxon Description Body size for Taxon denoted by name 136486"@en ;
   tat:hasExtraSpecification <https://aphia.org/id/taxon-description-extra-specification/168504>, <https://aphia.org/id/taxon-description-extra-specification/168505>, <https://aphia.org/id/taxon-description-extra-specification/168506>, <https://aphia.org/id/taxon-description-extra-specification/168507> ;
   tat:hasTaxonCharacteristic <https://aphia.org/ns/traits/body-size> ;
   tat:isAdditionalDescriptionOf [
   a taxon-name:Taxon, skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/136486> ;
   ] ;
   top-level:hasValue "2.5"^^xsd:string .

<https://aphia.org/id/taxon-description/394293> a tat:TaxonDescription ;
   rdfs:label "Taxon Description Supporting structure & enclosure for Taxon denoted by name 1066"@en ;
   tat:hasExtraSpecification <https://aphia.org/id/taxon-description-extra-specification/394294>, <https://aphia.org/id/taxon-description-extra-specification/394295> ;
   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/1066> ;
   ] ;
   top-level:hasValue <https://aphia.org/ns/traits/supporting-structure-enclosure#exoskeleton> .

<https://aphia.org/id/taxon-description/394296> a tat:TaxonDescription ;
   rdfs:label "Taxon Description Supporting structure & enclosure for Taxon denoted by name 1066"@en ;
   tat:hasExtraSpecification <https://aphia.org/id/taxon-description-extra-specification/394297>, <https://aphia.org/id/taxon-description-extra-specification/394298> ;
   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/1066> ;
   ] ;
   top-level:hasValue <https://aphia.org/ns/traits/supporting-structure-enclosure#exoskeleton> .

<https://aphia.org/id/taxon-description/394299> a tat:TaxonDescription ;
   rdfs:label "Taxon Description Supporting structure & enclosure for Taxon denoted by name 1066"@en ;
   tat:hasExtraSpecification <https://aphia.org/id/taxon-description-extra-specification/394300>, <https://aphia.org/id/taxon-description-extra-specification/394301> ;
   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/1066> ;
   ] ;
   top-level:hasValue <https://aphia.org/ns/traits/supporting-structure-enclosure#exoskeleton> .

<https://aphia.org/id/taxon-description/403748> a tat:TaxonDescription ;
   rdfs:label "Taxon Description AMBI ecological group for Taxon denoted by name 136486"@en ;
   tat:hasTaxonCharacteristic <https://aphia.org/ns/traits/ambi-ecological-group> ;
   tat:isAdditionalDescriptionOf [
   a taxon-name:Taxon, skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/136486> ;
   ] ;
   top-level:hasValue <https://aphia.org/ns/traits/ambi-ecological-group#tolerant-to-disturbance> .

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

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

<https://aphia.org/id/taxon-description/1408891> a tat:TaxonDescription ;
   rdfs:label "Taxon Description Body size (qualitative) for Taxon denoted by name 136486"@en ;
   tat:hasExtraSpecification <https://aphia.org/id/taxon-description-extra-specification/1408892> ;
   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/136486> ;
   ] ;
   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/168504> a tat:SpecificationContext ;
   rdfs:label "Specification Context: Unit mm"@en ;
   tat:definesParameter <https://aphia.org/ns/traits/body-size-unit> ;
   top-level:hasValue <https://aphia.org/ns/traits/body-size-unit#millimeter> .
<https://aphia.org/id/taxon-description-extra-specification/168505> a tat:SpecificationContext ;
   rdfs:label "Specification Context: Type maximum"@en ;
   tat:definesParameter <https://aphia.org/ns/traits/body-size-type> ;
   top-level:hasValue <https://aphia.org/ns/traits/body-size-type#maximum> .
<https://aphia.org/id/taxon-description-extra-specification/168506> a tat:SpecificationContext ;
   rdfs:label "Specification Context: Dimension length"@en ;
   tat:definesParameter <https://aphia.org/ns/traits/body-size-dimension> ;
   top-level:hasValue <https://aphia.org/ns/traits/body-size-dimension#length> .
<https://aphia.org/id/taxon-description-extra-specification/168507> a tat:SpecificationContext ;
   rdfs:label "Specification Context: Locality (MRGID) 1920"@en ;
   tat:definesParameter <https://aphia.org/ns/traits/locality-mrgid> ;
   top-level:hasValue <https://marineregions.org/mrgid/1920> .
<https://aphia.org/id/taxon-description-extra-specification/394294> 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/394295> a tat:SpecificationContext ;
   rdfs:label "Specification Context: Composition Chitinous"@en ;
   tat:definesParameter <https://aphia.org/ns/traits/composition> ;
   top-level:hasValue <https://aphia.org/ns/traits/composition#chitinous> .
<https://aphia.org/id/taxon-description-extra-specification/394297> 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/394298> a tat:SpecificationContext ;
   rdfs:label "Specification Context: Composition Amorphous calcium carbonate"@en ;
   tat:definesParameter <https://aphia.org/ns/traits/composition> ;
   top-level:hasValue <https://aphia.org/ns/traits/composition#amorphous-calcium-carbonate> .
<https://aphia.org/id/taxon-description-extra-specification/394300> 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/394301> a tat:SpecificationContext ;
   rdfs:label "Specification Context: Composition Calcite"@en ;
   tat:definesParameter <https://aphia.org/ns/traits/composition> ;
   top-level:hasValue <https://aphia.org/ns/traits/composition#calcite> .
<https://aphia.org/id/taxon-description-extra-specification/1408864> 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/1408890> 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/1408892> 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> .

