@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/2480> a taxon-name:TaxonName, skos-xl:Label ;
   rdfs:label "Eleutherolaimus Filipjev, 1922"^^xsd:string ;
   taxon-name:aphiaID "2480"^^xsd:integer ;
   dwc:scientificNameID "2480"^^xsd:integer, "urn:lsid:marinespecies.org:taxname:2480"^^xsd:string ;
   taxon-name:scientificName "Eleutherolaimus"^^xsd:string ;
   taxon-name:authorship "Filipjev, 1922"^^xsd:string ;
   dwc:scientificNameAuthorship "Filipjev, 1922"^^xsd:string ;
   taxon-name:fullScientificName "Eleutherolaimus Filipjev, 1922"^^xsd:string ;
   skos-xl:literalForm "Eleutherolaimus Filipjev, 1922"^^xsd:string ;
   dwc:scientificName "Eleutherolaimus Filipjev, 1922"^^xsd:string ;
   dct:bibliographicCitation """Nemys eds. (2026). Nemys: World Database of Nematodes. Eleutherolaimus Filipjev, 1922. Accessed through: World Register of Marine Species at: https://www.marinespecies.org/aphia.php?p=taxdetails&id=2480 on 2026-04-23"""^^xsd:string ;
   dct:isPartOf <https://marineinfo.org/id/dataset/632>, <https://marineinfo.org/id/dataset/540>, <https://marineinfo.org/id/dataset/66>, <https://marineinfo.org/id/dataset/3201>, <https://marineinfo.org/id/dataset/2565>, <https://marineinfo.org/id/dataset/3123>, <https://marineinfo.org/id/dataset/3174>, <https://marineinfo.org/id/dataset/5271>, <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#genus> ;
   dwc:taxonRank <https://aphia.org/ns/rank#genus> ;
   dct:source <https://aphia.org/id/source/3614>, <https://aphia.org/id/source/1212>, <https://aphia.org/id/source/6771>, <https://aphia.org/id/source/47>, <https://aphia.org/id/source/181453>, <https://aphia.org/id/source/196190>, <https://aphia.org/id/source/9684>, <https://aphia.org/id/source/178912>, <https://aphia.org/id/source/179555>, <https://aphia.org/id/source/179888>, <https://aphia.org/id/source/180156>, <https://aphia.org/id/source/180275>, <https://aphia.org/id/source/4181>, <https://aphia.org/id/source/4192>, <https://aphia.org/id/source/181000>, <https://aphia.org/id/source/180706>, <https://aphia.org/id/source/179862>, <https://aphia.org/id/source/181243> ;
   taxon-name:hasSynonym <https://aphia.org/id/taxname/2481> ;
   rdfs:seeAlso <https://www.ebi.ac.uk/ena/data/view/Taxon:2763299>, <https://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?id=2763299&lvl=0>, <http://collections.nmnh.si.edu/search/iz/?q=qn+Eleutherolaimus+sp.> ;
   taxon-name:denotes _:b0 .

_:b0 a taxon-name:Taxon, skos:Concept ;
   taxon-name:hasAcceptedName <https://aphia.org/id/taxname/2480> ;
   tat:hasHabitat <https://aphia.org/id/environment/marine> , <https://aphia.org/id/environment/brackish> ;
   taxon-name:hasSynonymName <https://aphia.org/id/taxname/2481> ;
   media:isSubjectOf <https://aphia.org/id/image/88149>, <https://aphia.org/id/image/88150>, <https://aphia.org/id/image/88151>, <https://aphia.org/id/image/88152>, <https://aphia.org/id/image/88153> ;
   td:hasDistribution <https://aphia.org/id/distribution/406696> ;
   tat:hasAdditionalDescription <https://aphia.org/id/taxon-description/1725010>, <https://aphia.org/id/taxon-description/1725746>, <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/2245> .

<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/3614> a top-level:Source, dct:BibliographicResource ;
   dct:title """Encore sur les Nématodes libres de la mer Noire"""^^xsd:string ;
   dct:bibliographicCitation  """Filipjev, I. N. (1922). Encore sur les Nématodes libres de la mer Noire. <em>Tr. Stravrop. Skh. Inst. Zool.</em> 1: 83-184."""^^xsd:string ;
   schema:isAccessibleForFree "1"^^xsd:boolean ;
   schema:datePublished "1922"^^xsd:gYear .

<https://aphia.org/id/source/1212> a top-level:Source, dct:BibliographicResource ;
   dct:title """Beiträge zur Kenntnis mariner Nematoden aus der Kieler Bucht"""^^xsd:string ;
   dct:bibliographicCitation  """Schulz, E. (1932). Beiträge zur Kenntnis mariner Nematoden aus der Kieler Bucht. <em>Zool. Jahrb. Jena (Syst.).</em> 62: 331-430, 51 figs."""^^xsd:string ;
   dct:source  <https://marineinfo.org/id/publication/221940> ;
   schema:datePublished "1932"^^xsd:gYear .

<https://aphia.org/id/source/6771> a top-level:Source, dct:BibliographicResource ;
   dct:title """Über freilebende Meeresnematoden. Revision der Linhomoeidae"""^^xsd:string ;
   dct:bibliographicCitation  """Gerlach, S. A. (1963). Über freilebende Meeresnematoden. Revision der Linhomoeidae. <em>Zool. Jb. Syst.</em> Bd. 90: 599-658."""^^xsd:string ;
   schema:datePublished "1963"^^xsd:gYear .

<https://aphia.org/id/source/47> a top-level:Source, dct:BibliographicResource ;
   dct:title """Nemaslan: Biodiversity of Antarctic Nematodes (2004)"""^^xsd:string ;
   dct:bibliographicCitation  """Nemaslan: Biodiversity of Antarctic Nematodes (2004)."""^^xsd:string ;
   dct:source  <https://marineinfo.org/id/dataset/65> ;
   schema:datePublished "2004"^^xsd:gYear .

<https://aphia.org/id/source/181453> a top-level:Source, dct:BibliographicResource ;
   dct:title """Biodiversity of free-living marine nematodes on the coast of Brazil: a review"""^^xsd:string ;
   dct:bibliographicCitation  """Venekey, V.; Fonseca-Genevois, V.; Santos, P. J. P. (2010). Biodiversity of free-living marine nematodes on the coast of Brazil: a review. <em>Zootaxa.</em> 2568: 39–66."""^^xsd:string ;
   dct:source  <https://www.doi.org/10.11646/zootaxa.2568.1.2> ;
   schema:datePublished "2010"^^xsd:gYear .

<https://aphia.org/id/source/196190> a top-level:Source, dct:BibliographicResource ;
   dct:title """Exploring the Use of Cytochrome Oxidase c Subunit 1 (COI) for DNA Barcoding of Free-Living Marine Nematodes"""^^xsd:string ;
   dct:bibliographicCitation  """Derycke, S.; Vanaverbeke, J.; Rigaux, A.; Backeljau, T.; Moens, T. (2010). Exploring the Use of Cytochrome Oxidase c Subunit 1 (COI) for DNA Barcoding of Free-Living Marine Nematodes. <em>PLoS ONE.</em> 5(10): e13716."""^^xsd:string ;
   dct:source  <https://www.doi.org/10.1371/journal.pone.0013716> ;
   schema:datePublished "2010"^^xsd:gYear .

<https://aphia.org/id/source/9684> a top-level:Source, dct:BibliographicResource ;
   dct:title """Daptonema williamsi sp.n. (Nematoda, Xyalidae) from the Solomon Islands"""^^xsd:string ;
   dct:bibliographicCitation  """Vincx, M.; Coomans, A. (1983). Daptonema williamsi sp.n. (Nematoda, Xyalidae) from the Solomon Islands. <em>Zoologica Scripta.</em> 12(4): 237-244."""^^xsd:string ;
   dct:source  <https://www.doi.org/10.1111/j.1463-6409.1983.tb00507.x>, <https://marineinfo.org/id/publication/7015> ;
   schema:datePublished "1983"^^xsd:gYear .

<https://aphia.org/id/source/178912> a top-level:Source, dct:BibliographicResource ;
   dct:title """Ecology of a North Sea pockmark with an active methane seep"""^^xsd:string ;
   dct:bibliographicCitation  """Dando, P. R.; Austen, M. C.; Burke, Jr. R. A.; Kendall, M. A.; Kennicutt, II M. C.; Judd, A. G.; Moore, D. C.; O'Hara, S. C. M.; Schmaljohann, R.; Southward, A. J. (1991). Ecology of a North Sea pockmark with an active methane seep. <em>Marine Ecology Progress Series.</em> 70: 49-63."""^^xsd:string ;
   dct:source  <https://www.doi.org/10.3354/meps070049> ;
   schema:datePublished "1991"^^xsd:gYear .

<https://aphia.org/id/source/179555> a top-level:Source, dct:BibliographicResource ;
   dct:title """Spatial patterns of meiofauna and diversity of nematode species assemblages in the Uvea lagoon (Loyalty Islands, South Pacific)."""^^xsd:string ;
   dct:bibliographicCitation  """Guo, Y., M.N. Helléouet & G. Boucher. (2008). Spatial patterns of meiofauna and diversity of nematode species assemblages in the Uvea lagoon (Loyalty Islands, South Pacific). <em>Journal of the Marine Biological Association of the United Kingdom.</em> 88(5): 931–940."""^^xsd:string ;
   dct:source  <https://www.doi.org/10.1017/s002531540800146x> ;
   schema:datePublished "2008"^^xsd:gYear .

<https://aphia.org/id/source/179888> a top-level:Source, dct:BibliographicResource ;
   dct:title """Free-living marine nematodes of hard bottom substrates in Trinidad and Tobago, West Indies"""^^xsd:string ;
   dct:bibliographicCitation  """Gobin, J. F. (2007). Free-living marine nematodes of hard bottom substrates in Trinidad and Tobago, West Indies. <em>Bulletin of Marine Science.</em> 81(1): 73–84."""^^xsd:string ;
   schema:isAccessibleForFree "1"^^xsd:boolean ;
   schema:datePublished "2007"^^xsd:gYear .

<https://aphia.org/id/source/180156> a top-level:Source, dct:BibliographicResource ;
   dct:title """Nematodes from sandy beaches of Guanabara Bay, Rio de Janeiro, Brazil"""^^xsd:string ;
   dct:bibliographicCitation  """Maria, T. F.; Esteves, A. M.; Smol, N.; Vanreusel, A.; Decraemer, W. (2008). Nematodes from sandy beaches of Guanabara Bay, Rio de Janeiro, Brazil. <em>Biociências, Porto Alegre.</em> 16 (2), 92-103."""^^xsd:string ;
   schema:datePublished "2008"^^xsd:gYear .

<https://aphia.org/id/source/180275> a top-level:Source, dct:BibliographicResource ;
   dct:title """The state of knowledge on deep-sea nematode taxonomy: how many valid species are known down there?"""^^xsd:string ;
   dct:bibliographicCitation  """Miljutin, D. M.; Gad, G.; Miljutina, M. M.; Mokievsky, V. O.; Fonseca-Genevois, V.; Esteves, A. M. (2010). The state of knowledge on deep-sea nematode taxonomy: how many valid species are known down there?. <em>Marine Biodiversity.</em> 40(3): 143-159."""^^xsd:string ;
   dct:source  <https://www.doi.org/10.1007/s12526-010-0041-4> ;
   schema:datePublished "2010"^^xsd:gYear .

<https://aphia.org/id/source/4181> a top-level:Source, dct:BibliographicResource ;
   dct:title """Nomenclator Zoologicus."""^^xsd:string ;
   dct:bibliographicCitation  """Neave, S.A. (1939 - 1996). Nomenclator Zoologicus. vol. 1-10 Online."""^^xsd:string ;
   schema:datePublished "1939"^^xsd:gYear .

<https://aphia.org/id/source/4192> a top-level:Source, dct:BibliographicResource ;
   dct:title """Nematode filing cabinet of the Marine Biology Section Ugent - in combination with the NemasLan Ms-Access database (published on CD-Rom, 2000)"""^^xsd:string ;
   dct:bibliographicCitation  """Various Authors (2000). Nematode filing cabinet of the Marine Biology Section Ugent - in combination with the NemasLan Ms-Access database (published on CD-Rom, 2000)"""^^xsd:string ;
   dct:source  <https://marineinfo.org/id/dataset/78755> ;
   schema:datePublished "2000"^^xsd:gYear .

<https://aphia.org/id/source/181000> a top-level:Source, dct:BibliographicResource ;
   dct:title """Comparison of the nematode fauna from the Weddell Sea Abyssal Plain with two North Atlantic abyssal sites"""^^xsd:string ;
   dct:bibliographicCitation  """Sebastian, S.; Raes, M.; De Mesel, I.; Vanreusel, A. (2007). Comparison of the nematode fauna from the Weddell Sea Abyssal Plain with two North Atlantic abyssal sites. <em>Deep Sea Research Part II: Topical Studies in Oceanography.</em> 54(16-17): 1727-1736."""^^xsd:string ;
   dct:source  <https://www.doi.org/10.1016/j.dsr2.2007.07.004>, <https://marineinfo.org/id/publication/210803> ;
   schema:datePublished "2007"^^xsd:gYear .

<https://aphia.org/id/source/180706> a top-level:Source, dct:BibliographicResource ;
   dct:title """The structuring role of microhabitat type in coral degradation zones: a case study with marine nematodes from Kenya and Zanzibar"""^^xsd:string ;
   dct:bibliographicCitation  """Raes, M.; De Troch, M.; Ndaro, S. G. M.; Muthumbi, A.; Guilini, K.; Vanreusel, A. (2007). The structuring role of microhabitat type in coral degradation zones: a case study with marine nematodes from Kenya and Zanzibar. <em>Coral Reefs.</em> 26 (1): 13-126."""^^xsd:string ;
   dct:source  <https://www.doi.org/10.1007/s00338-006-0184-8> ;
   schema:datePublished "2007"^^xsd:gYear .

<https://aphia.org/id/source/179862> a top-level:Source, dct:BibliographicResource ;
   dct:title """Nematode diversity and its relation to the quantity and quality of sedimentary organic matter in the deep Nazaré Canyon, Western Iberian Margin"""^^xsd:string ;
   dct:bibliographicCitation  """Ingels, J., K. Kiriakoulakis, G.A. Wolff & A. Vanreusel. (2009). Nematode diversity and its relation to the quantity and quality of sedimentary organic matter in the deep Nazaré Canyon, Western Iberian Margin. <em>Deep Sea Research Part I: Oceanographic Research Papers.</em> 56(9): 1521-1539."""^^xsd:string ;
   dct:source  <https://www.doi.org/10.1016/j.dsr.2009.04.010>, <https://marineinfo.org/id/publication/139596> ;
   schema:isAccessibleForFree "1"^^xsd:boolean ;
   schema:datePublished "2009"^^xsd:gYear .

<https://aphia.org/id/source/181243> a top-level:Source, dct:BibliographicResource ;
   dct:title """Three new free-living nematode species (Monhysterida) from the Arctic abyss, with revision of the genus Eleutherolaimus Filipjev, 1922 (Linhomoeidae)"""^^xsd:string ;
   dct:bibliographicCitation  """Tchesunov, A. V.; Miljutin, D. M. (2006). Three new free-living nematode species (Monhysterida) from the Arctic abyss, with revision of the genus Eleutherolaimus Filipjev, 1922 (Linhomoeidae). <em>Russian Journal of Nematology.</em> 14(1): 57-75."""^^xsd:string ;
   schema:datePublished "2006"^^xsd:gYear .



<https://aphia.org/id/image/88149> a media:ImageObject, schema:ImageObject ;
   dct:subject [
   a taxon-name:Taxon , skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/2480>
   ] ;
   dct:license <https://creativecommons.org/licenses/by-nc-sa/4.0/> ;
   dct:format <https://publications.europa.eu/resource/authority/file-type/JPEG> ;
   dct:description """Nematode file-library of the Marine Biology Section (Ghent University, Belgium)"""^^xsd:string ;
   dct:created "2004-10-18 11:59:39.000"^^xsd:dateTime ;
   schema:contentUrl <https://images.vliz.be/thumbs/88149_nematode-file-library-of-the-marine-biology-section-ghent-university-belgium.jpg> .
<https://aphia.org/id/image/88150> a media:ImageObject, schema:ImageObject ;
   dct:subject [
   a taxon-name:Taxon , skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/2480>
   ] ;
   dct:license <https://creativecommons.org/licenses/by-nc-sa/4.0/> ;
   dct:format <https://publications.europa.eu/resource/authority/file-type/JPEG> ;
   dct:description """Nematode file-library of the Marine Biology Section (Ghent University, Belgium)"""^^xsd:string ;
   dct:created "2004-10-18 11:59:39.000"^^xsd:dateTime ;
   schema:contentUrl <https://images.vliz.be/thumbs/88150_nematode-file-library-of-the-marine-biology-section-ghent-university-belgium.jpg> .
<https://aphia.org/id/image/88151> a media:ImageObject, schema:ImageObject ;
   dct:subject [
   a taxon-name:Taxon , skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/2480>
   ] ;
   dct:license <https://creativecommons.org/licenses/by-nc-sa/4.0/> ;
   dct:format <https://publications.europa.eu/resource/authority/file-type/JPEG> ;
   dct:description """Nematode file-library of the Marine Biology Section (Ghent University, Belgium)"""^^xsd:string ;
   dct:created "2004-10-18 11:59:39.000"^^xsd:dateTime ;
   schema:contentUrl <https://images.vliz.be/thumbs/88151_nematode-file-library-of-the-marine-biology-section-ghent-university-belgium.jpg> .
<https://aphia.org/id/image/88152> a media:ImageObject, schema:ImageObject ;
   dct:subject [
   a taxon-name:Taxon , skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/2480>
   ] ;
   dct:license <https://creativecommons.org/licenses/by-nc-sa/4.0/> ;
   dct:format <https://publications.europa.eu/resource/authority/file-type/JPEG> ;
   dct:description """Nematode file-library of the Marine Biology Section (Ghent University, Belgium)"""^^xsd:string ;
   dct:created "2004-10-18 11:59:40.000"^^xsd:dateTime ;
   schema:contentUrl <https://images.vliz.be/thumbs/88152_nematode-file-library-of-the-marine-biology-section-ghent-university-belgium.jpg> .
<https://aphia.org/id/image/88153> a media:ImageObject, schema:ImageObject ;
   dct:subject [
   a taxon-name:Taxon , skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/2481>
   ] ;
   dct:license <https://creativecommons.org/licenses/by-nc-sa/4.0/> ;
   dct:format <https://publications.europa.eu/resource/authority/file-type/JPEG> ;
   dct:description """Nematode file-library of the Marine Biology Section (Ghent University, Belgium)"""^^xsd:string ;
   dct:created "2004-10-18 12:00:10.000"^^xsd:dateTime ;
   schema:contentUrl <https://images.vliz.be/thumbs/88153_nematode-file-library-of-the-marine-biology-section-ghent-university-belgium.jpg> .

<https://aphia.org/id/distribution/406696> a td:Distribution ;
   rdfs:label "Distribution for Eumorpholaimus Schulz, 1932 - Westerschelde"@en ;
   td:isDistributionOf [
   a taxon-name:Taxon, skos:Concept ;
   taxon-name:isDenotedBy <https://aphia.org/id/taxname/2481> ;
   ] ;
   td:hasArea <https://marineregions.org/mrgid/4752> ;
   dwc:locality <https://marineregions.org/mrgid/4752> ;
   dct:source <https://aphia.org/id/source/1114> .

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

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

<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/1725011> 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/1725747> 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> .

