Friday, December 23, 2016

Taxonomic name timelines for BHL

Given a big corpus of literature one of the fun things to do is look at how the use of a term has changed over time. When did people first use a particular word? When did one word start to replace another, etc.? Google's Ngram Viewer is perhaps the best known tool for exploring these questions.

In the context of biodiversity doing something similar for BHL is an obvious thing to do. I've made various clunky attempts in the past (e.g., Biodiversity Heritage Library sparklines) but these all died.

Ryan Schenk (who did a lot of the user interface for my BioNames project) wrote a very stylish tool to display changes in names over time. Called "Synynyms" his tool is now defunct, but you can read about it here and the source code is on github. Ryan would take a name, find synonyms, then graph the changes in use of all those names over time.

Bison bison Linnaeus 1758 synynyms 1024x675

The death of Synynyms has not gone unnoticed:

I've had a tool for my own use that searches BHL for a name and displays the results after first trying to aggregate the hits in a sensible way. For example, if there is more than one hit in a scanned volume, and those hits al fall on pages in the same article in BioStor, then I display the BioStor article, instead of a list of each hit separately. Inspired by @PhyloJCAM's question I've built a simple tool to explore the use of one or more name over time.

Located in the "labs" section of BioStor, the BHL timeline takes one or more names and searches for those names in BHL, displaying the results as a chart and a list of hits. I often use it simply to search BHL for a particular name, but you can also use it to compare names, e.g. Aspidoscelis costata and Cnemidophorus costatus:

Screenshot 2016 12 23 06 38 32

The timeline tool is pretty crude, and it's slow if there are lots of hits in BHL. So, it's not as slick as Synynyms (Ryan Schenk is a clever programmer than I am). Still, it is a useful way to explore BHL and discover articles that you might not have known existed.

Thursday, December 22, 2016

DNA barcoding taxonomy now in GBIF

220px The Face of a Lupine BlueFollowing on from adding DNA barcodes to GBIF I've now uploaded a taxonomic classification of DNA barcode BINs (Barcode Index Numbers). Each BIN is a cluster of similar DNA barcodes that is essentially equivalent to a species. For more details see:

Ratnasingham, S., & Hebert, P. D. N. (2013, July 8). A DNA-Based Registry for All Animal Species: The Barcode Index Number (BIN) System. (D. Fontaneto, Ed.), PLoS ONE. Public Library of Science (PLoS). https://doi.org/10.1371/journal.pone.0066213
The data I've uploaded was obtained by screen scraping the BOLD web site for each BIN in the DNA barcode dataset (BOLD's API doesn't let me get all the information I want). In addition to the taxonomic hierarchy associated with each BIN I've also extracted any publications mentioned on the BIN page, and subsequently tried to link those to the corresponding DOI, if the publication has one. The code for all this is available on GitHub https://github.com/rdmpage/bold-bins, which also serves as the host for the Darwin Core Archive for this dataset. There's a neat trick where you can use a .gitattributes file to tell GitHub not store certain files in the zip file it creates for the repository (see Excluding files from git archive exports using gitattributes by @fmarier).

Having done this, I've a few thoughts.

Please, please use DOIs for articles

BOLD pages for BINs often include one or more papers that published the barcodes included in that BIN. This is great, but often links to these papers are pretty strange:

If you are going to store literature in a database treat links to articles with great care. they are often full of extraneous stuff that depends on how the user reached that article online. DOIs greatly simplify this process. Instead of a URL like http://onlinelibrary.wiley.com/store/10.1111/j.1755-0998.2009.02650.x/asset/j.1755-0998.2009.02650.x.pdf?v=1&t=hellc54c&s=e14bbc4146b66a051ad5cd1f5361ac2e16dc5831&systemMessage=Pay+Per+View+will+be+unavailable+for+upto+3+hours+from+06%3A00+EST+March+23rd+ (I kid you not) you should use the DOI 10.1111/j.1755-0998.2009.02650.x.

Adding DOIs to these articles means GBIF will display them on the corresponding species page, for example Centromerus sylvaticus (Blackwall, 1841) has links to these two papers:

Telfer, A., deWaard, J., Young, M., Quinn, J., Perez, K., Sobel, C., … Hebert, P. (2015, August 30). Biodiversity inventories in high gear: DNA barcoding facilitates a rapid biotic survey of a temperate nature reserve. Biodiversity Data Journal. Pensoft Publishers. https://doi.org/10.3897/bdj.3.e6313
Blagoev, G. A., deWaard, J. R., Ratnasingham, S., deWaard, S. L., Lu, L., Robertson, J., … Hebert, P. D. N. (2015, July 26). Untangling taxonomy: a DNA barcode reference library for Canadian spiders. Molecular Ecology Resources. Wiley-Blackwell. https://doi.org/10.1111/1755-0998.12444
Now GBIF users can easily explore what we know about barcodes from this species by going directly to the primary literature.

Dark taxa

In an earlier post I discussed dark taxa, which are taxa that lack formal scientific names. BOLD is full of these, so many of the taxa I've added to GBIF don't have Linnean names. Instead I've used a combination of higher taxon name and the BIN itself.

Composite taxa

Having said that BINs are essentially the same as species, this need not imply that there's a one-to-one match between BINs and currently recognised species (indeed, this is of the things that makes barcoding so interesting, it's ability to discover hidden variation without taxa currently considered to be a single species). This means that some BINs will have the same name (significant variation within a species), and some BINs will have multiple names (more than one species name assigned to the same BIN). For example, BOLD:AAA2525 is a cluster of DNA barcodes with the following names attached:
  • Icaricia lupini
  • Icaricia acmon
  • Icaricia neurona
  • Plebejus lupini
  • Aricia sp. RV-2009
  • Aricia acmon
  • Plebejus acmon
  • Plebejus elvira
  • Icaricia lupini texanus
  • Icaricia lupini monticola
  • Icaricia lupini chlorina
  • Icaricia lupini lupini
  • Icaricia lupini alpicola
This cluster of names includes subspecies, synonyms (e.g. ). Looking at the phylogeny for this BIN (PDF-only) some of these names are intermingled suggesting that some specimens might be misidentified, apparently Icaricia lupini and I. acmon are very similar:
Coutsis, J. G. (2011). The male genitalia of N American Icaricia lupini and I. acmon; how they differ from each other and how they compare to those of the other two members of the group, I. neurona and I. shasta (Lepidoptera: Lycaenidae, Polyommatiti). Phegea, 39(4), 144-151. Retrieved from http://biostor.org/reference/160269

Summary

This is a first attempt to integrate DNA barcode taxonomy into GBIF, so there are going to be some issues to explore. GBIF currently assumes taxa can be easily mapped to a Linnean hierarchy. While this is ultimately likely to be true for animal COI barcodes, getting there is going to be messy while we have numerous dark taxa and/or BINs which don't match the current identifications of the voucher specimens.

Perhaps it's worth asking whether attempt to fit the results of DNA barcoding into a classical taxonomy is the best way forward. In doing so we loose much of what makes barcodoing so powerful, namely a specimen-level phylogenetic tree. Maybe what we should be really thinking about is ways to explore barcoding data natively. See Notes on next steps for the million DNA barcodes map for some thoughts on how to do that.

Image from Wikimedia Commons The Face of a Lupine Blue by Ingrid Taylar.

Thursday, December 08, 2016

iBOL DNA barcodes in GBIF

I've uploaded all the COI barcodes in the iBOL public data dumps into GBIF. This is an update of an earlier project that uploaded a small subset. Now that dataset doi:10.15468/inygc6 has been expanded to include some 2.7 million barcodes. In the new GBIF portal (work in progress) the map for these barcodes looks like this:

Screenshot 2016 12 07 22 58 43

Many of these records have images of the specimens that were sequenced, and the new GBIF "gallery" feature displays these nicely, e.g.:

Screenshot 2016 12 08 10 04 00

Having done this, I've a few thoughts.

Why did I do this?

Why did I do this, or, put another why didn't iBOL do this already? In an ideal world, iBOL would be an active contributor to GBIF and would be routinely uploading barcodes. Since this isn't happening, I've gone ahead and uploaded the barcodes myself. From my perspective, I want as much data to be as discoverable and as accessible as possible, hence if need be I'll grab data from wherever it lives and add it to GBIF (for an earlier example see The Zika virus, GBIF, and the missing mosquitoes). A downside of this is that, long term, the relationship between data provider and GBIF may be as valuable to GBIF as the data, and simply grabbing and reformatting data doesn't, by itself, form that relationship. But in the absence of a working relationship I still need the data.

Where are the taxonomic names

Lots of barcodes lack formal scientific names, even though in many cases BOLD has them. The data in the public dumps often lacks this information. A next logical step would be to harvest data from the BOLD API and add taxonomic names as "identifications".

Where are the sequences?

The sequences themselves aren't in GBIF, which on the one hand is not surprising as GBIF isn't a sequence databases. However, I think it should be, in the sense that for a lot of biodiversity sequences are going to be the only way forward. This includes the eukaryote barcodes, bacterial sequences, and metabarcodes. Fundamentally sequences are just strings of letters, and GBIF already handles those (e.g., taxonomic names, geographic places, etc.). Furthermore, the following paper by Bittner et al. makes a strong case that rather than knowing "what is there?" it's more important to know "what are they doing?"

Bittner, L., Halary, S., Payri, C., Cruaud, C., de Reviers, B., Lopez, P., & Bapteste, E. (2010). Some considerations for analyzing biodiversity using integrative metagenomics and gene networks. Biology Direct. Springer Nature. https://doi.org/10.1186/1745-6150-5-47

In other words, a functional approach may matter more than a purely taxonomic approach to diversity. For a big chunk of biology this is going to depend on analysing sequences. Even if we restrict ourselves to just taxonomic diversity, there is scope for expanding our notion of what we display once we have sequences and evolutionary trees, e.g. Notes on next steps for the million DNA barcodes map.

Thursday, November 24, 2016

The Semantic Web made fun: d3sparql

Screenshot 2016 11 24 10 08 22

Continuing my on-again off-again relationship with the Semantic Web, I stumbled across a cool approach to visualising the results of SPARQL queries. Toshiaki Katayama (@tktym) has put together d3sparql, a set of Javascript scripts that takes SPARQL queries and formats the results graphically using D3.

For example, give the SPARQL endpoint http://togostanza.org/sparql, the following query retrieves the NCBI classification for the tardigrade family Hypsibiidae:

PREFIX rdfs: PREFIX up: SELECT ?root_name ?parent_name ?child_name FROM <http://togogenome.org/graph/uniprot> WHERE { VALUES ?root_name { "Hypsibiidae" } ?root up:scientificName ?root_name . ?child rdfs:subClassOf+ ?root . ?child rdfs:subClassOf ?parent . ?child up:scientificName ?child_name . ?parent up:scientificName ?parent_name . }

By outputting the results as a list of parent-child pairs, it is straightforward to convert the output of this query into a form that D3 accepts, so we can get a tree like this:

HypsibiidaeHebesuncusHebesuncus conjugensHebesuncus ryaniHebesuncus sp. Hebe_06_218Hebesuncus sp. Hebe_06_221DiphasconDiphascon sp. CJS-2007aDiphascon sp. CJS-2007bDiphascon cf. scoticum MC-2011Diphascon (Adropion) sp. MC-2011Diphascon maucciDiphascon puniceumDiphascon sp. Diph_06_114Diphascon sp. Diph_06_147Diphascon sp. Diph_07_008Diphascon sp. Diph_07_168Diphascon sp. Diph_07_169Diphascon sp. Diph_07_176Diphascon alpinumDiphascon sp. F6456Diphascon sp. F6457Diphascon sp. F6458Diphascon sp. F6459Diphascon sp. F6460Diphascon pingueDiphascon belgicaeDiphascon scoticumDiphascon higginsiDiphascon nodulosumDiphascon pataneiDiphascon ramazzottiiDiphascon sp. F7485Diphascon sp. Diph06_146Diphascon sp. Diph07_25Diphascon sp. Diph07_28Diphascon sp. Diph07_29Diphascon sp. Diph07_61Diphascon sp. Diph07_64AcutuncusAcutuncus antarcticusAcutuncus sp. PC-2013HypsibiusHypsibius cf. convergens 1 EK-2007Hypsibius klebelsbergiHypsibius scabropygusHypsibius cf. convergens 2 EK-2007Hypsibius dujardiniHypsibius sp. CJS-2008Hypsibius sp. 'Moon 1997'Hypsibius sp. F7889Hypsibius convergensHypsibius pallidusHypsibius cf. convergens MD-2013BorealibiusBorealibius zetlandicusThuliniusThulinius stephaniaeThulinius sp. JCR-2003Thulinius sp. DVL-2010Thulinius augustiIsohypsibiusIsohypsibius granuliferIsohypsibius cambrensisIsohypsibius asperIsohypsibius prosostomusIsohypsibius papilliferIsohypsibius sp. Tardi_OakIsohypsibius elegansIsohypsibius sp. Tar179Isohypsibius sp. Tar194Isohypsibius sp. Tar195Isohypsibius dastychiHalobiotusHalobiotus crispaeHalobiotus stenostomusRamazzottiusRamazzottius oberhaeuseriRamazzottius cf. oberhaeuseriRamazzottius sp. Rama_07_123Ramazzottius sp. F10349Ramazzottius sp. F10350Ramazzottius sp. F10470Ramazzottius sp. F10471Ramazzottius sp. F10472Ramazzottius sp. F10473Ramazzottius sp. F3679Ramazzottius sp. F3680Ramazzottius sp. F3681Ramazzottius sp. F3682Ramazzottius sp. F3683Ramazzottius sp. F6917Ramazzottius sp. F6918Ramazzottius sp. F6919Ramazzottius sp. F6920Ramazzottius sp. F6921Ramazzottius sp. F6922Ramazzottius varieornatusPseudobiotusPseudobiotus sp. SHR-2005Pseudobiotus kathmanaePseudobiotus megalonyxAstatumenAstatumen trinacriaeEremobiotusEremobiotus alicataiDoryphoribiusDoryphoribius flavusDoryphoribius macrodonItaquasconItaquascon placophorumMixibiusMixibius cf. saracenus MC-2011Mixibius saracenusPlaticristaPlaticrista angustata

The ability to quickly generate trees, charts, and maps from SPARQL queries makes things a lot easier. We can play around a little and explore things. The strength (and challenge) of SPARQL is that it is very open-ended, you can more or less develop queries to do anything. Being able to visualise the results will help guide that exploration.

The code for d3sparql is on GitHub. One "gotcha" is that the cached examples and external Javascript libraries aren't included. I've forked the repository here and added the missing files, so that if you grab that version it works straight out of the box.

Monday, November 14, 2016

Copyright and the Use of Images as Biodiversity Data

170px Copyright svgWilli Egloff, Donat Agosti, Puneet Kishor, David Patterson, and Jeremy A. Miller have published an interesting preprint entitled “Copyright and the Use of Images as Biodiversity Data”
DOI:10.1101/087015 in which they argue that taxonomic images aren't copyrightable. I'm not convinced, and have commented on the bioRxiv site. Frustratingly bioRxiv puts comments into a moderation queue (in my opinion the stupidest thing to do if you want to enable conversation) so I've posted my comment here.

It seems to me that there are two deeply problematic aspects to this claim. The first is that taxonomic illustration is not creative. This seems, at best, arguable. I've illustrated new species, and it sure felt like I was doing creative work. Arguably every creative work adheres to conventions of a discipline, how does this by itself make copyright irrelevant?

Secondly, I'm unconvinced that a legal opinion that hasn't been tested in a court is worth much. We can assert whatever interpretation of copyright we want, I doubt that would stop legal action by a person or organisation that felt it could benefit from such action. The real question will be whether treating taxonomic images as outside of copyright would be considered a sufficient threat to someone's business model for them to take action.

I completely support the idea that the images (and all taxonomic-relevant data) should be completely free and open, but simply asserting that it should be doesn't make it so.

Saturday, November 12, 2016

EOL Traitbank JSON-LD is broken

Follow eol on twitterOne of the most interesting aspects of EOL is "TraitBank", which has been described in a recent paper:

Cynthia S. Parr, Katja S. Schulz, Jennifer Hammock, Nathan Wilson, Patrick Leary, Jeremy Rice, & Robert J. Corrigan. (2016). TraitBank: Practical semantics for organism attribute data. Semantic Web, 7(6), 577–588. https://doi.org/10.3233/SW-150190

TraitBank is available in JSON-LD, and so is potentially part of the Semantic Web. Unfortunately, the JSON-LD provided by TraitBank is broken, to the point that it's hard to believe that anyone's actually consuming the JSON-LD. I know that Google is using EOL data for their knowledge panels, but anyone using TraitBank JSON-LD in a semantic web client is going to run into problems.

First off, let's look at the example provided in the above paper, http://eol.org/api/traits/328067 which returns data for Potos flavus.

{ "@context": { "@vocab": "http://schema.org/", "dwc:taxonID": { "@type": "@id" }, "dwc:resourceID": { "@type": "@id" }, "dwc:relatedResourceID": { "@type": "@id" }, "dwc:relationshipOfResource": { "@type": "@id" }, "dwc:vernacularName": { "@container": "@language" }, "eol:associationType": { "@type": "@id" }, "rdfs:label": { "@container": "@language" }, "dc": "http://purl.org/dc/terms/", "dwc": "http://rs.tdwg.org/dwc/terms/", "eolterms": "http://eol.org/schema/terms/", "eol": "http://eol.org/schema/", "rdfs": "http://www.w3.org/2000/01/rdf-schema#", "gbif": "http://rs.gbif.org/terms/1.0/", "foaf": "http://xmlns.com/foaf/0.1/" }, "@type": "DataFeedItem", "dateModified": "2016-09-30", "item": { "@id": 328067, "@type": "dwc:Taxon", "scientificName": "Potos flavus (Schreber, 1774)", "dwc:taxonRank": "species", "dwc:parentNameUsageID": "http://eol.org/pages/14191", "potentialAction": { "@type": "EntryPoint", "target": { "@type": "Related", "url": "http://eol.org/pages/328067", "actionPlatform": [ "http://schema.org/DesktopWebPlatform", "http://schema.org/IOSPlatform", "http://schema.org/AndroidPlatform" ] } }, "sameAs": [ "http://www.iucnredlist.org/details/41679", "http://genomics.senescence.info/species/entry.php?species=Potos_flavus", "http://commons.wikimedia.org/wiki/Potos_flavus", "http://www.biolib.cz/en/taxon/id1790/", "http://www.iucnredlist.org/apps/redlist/details/41679", "http://www.discoverlife.org/mp/20q?search=Potos+flavus", "http://www.eco-index.org/search/keyword_complete.cfm?keyword=Potos flavus", "http://calphotos.berkeley.edu/cgi/img_query?seq_num=31541&one=T", "http://www.conabio.gob.mx/conocimiento/ise/fichasnom/Potosflavus00.pdf", "http://darnis.inbio.ac.cr/ubis/FMPro?-DB=UBIPUB.fp3&-lay=WebAll&-error=norec.html&-Format=detail.html&-Op=eq&-Find=&id=1689", "http://lod.taxonconcept.org/ses/2mOvV.html", "http://neotropnathistory.lifedesks.org/pages/45271", "http://www.boldsystems.org/index.php/Taxbrowser_Taxonpage?taxid=73392", "http://www.catalogueoflife.org/annual-checklist/details/species/id/6902599", "http://www.catalogueoflife.org/annual-checklist/details/species/id/6902599", "http://genomics.senescence.info/species/entry.php?species=Potos_flavus", "http://www.itis.gov/servlet/SingleRpt/SingleRpt?search_topic=TSN&search_value=621964", "http://en.wikipedia.org/w/index.php?title=Kinkajou", "http://www.iucnredlist.org/apps/redlist/details/41679", "http://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?mode=Info&id=29067", "http://eol.org/pages/328067", "http://animaldiversity.ummz.umich.edu/accounts/Potos_flavus/" ], "vernacularNames": [ { "@language": "af", "@value": "rolbeer", "gbif:isPreferredName": true }, { "@language": "af", "@value": "rolstaartbeer" }, { "@language": "de", "@value": "wickelbär", "gbif:isPreferredName": true }, { "@language": "en", "@value": "Kinkajou", "gbif:isPreferredName": true }, { "@language": "en", "@value": "honey bear" }, { "@language": "es", "@value": "Ak' a' mash", "gbif:isPreferredName": true }, { "@language": "es", "@value": "Chosna" }, { "@language": "es", "@value": "Cusu" }, { "@language": "es", "@value": "Martilla" }, { "@language": "es", "@value": "Martucha" }, { "@language": "es", "@value": "Mico de noche" }, { "@language": "es", "@value": "Mico león" }, { "@language": "es", "@value": "Mono michi" }, { "@language": "es", "@value": "Perro de monte" }, { "@language": "fi", "@value": "Kinkaju", "gbif:isPreferredName": true }, { "@language": "fr", "@value": "Kinkajou, Singe de nuit", "gbif:isPreferredName": true }, { "@language": "nl", "@value": "rolstaartbeer", "gbif:isPreferredName": true }, { "@language": "nl", "@value": "nachtaap" }, { "@language": "pt-BR", "@value": "Jupará", "gbif:isPreferredName": true } ], "traits": [ { "@id": "http://eol.org/pages/328067/data#data_point_949469", "eol:traitUri": "http://eol.org/resources/704/measurements/basalmetrate113", "@type": "dwc:MeasurementOrFact", "predicate": "metabolic rate", "dwc:measurementType": "http://www.owl-ontologies.com/unnamed.owl#Metabolic_rate", "value": "731.33", "units": "mL/hr O2", "eol:dataPointId": 949469, "http://purl.obolibrary.org/obo/VT_0001259": "http://eol.org/resources/704/measurements/metratemass113", "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Basal metabolic rate was measured when individual(s) were experiencing neither heat nor cold stress (i.e. are in their thermoneutral zone); are resting and calm; and are post–absorptive (are not digesting or absorbing a meal) and data were only accepted where there was also a measure of body mass for the same individual(s). Based on information from primary and secondary literature sources. This value represents a single measure of central tendency for this species. See source for details.", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "731.33", "dwc:measurementUnit": "http://eol.org/schema/terms/mlO2perhour", "dwc:scientificName": "Potos flavus" }, { "@id": "http://eol.org/pages/328067/data#data_point_46140963", "eol:traitUri": "http://eol.org/resources/737/measurements/e5775a49cc4bbe3f3ae5c391776a467a", "@type": "dwc:MeasurementOrFact", "predicate": "population trend", "dwc:measurementType": "http://iucn.org/population_trend", "value": "Decreasing", "eol:dataPointId": 46140963, "dc:source": "http://eol.org/resources/737", "dwc:measurementValue": "Decreasing", "dwc:scientificName": "Potos flavus (Schreber, 1774)", "eolterms:resource": "http://eol.org/resources/737" }, { "@id": "http://eol.org/pages/328067/data#data_point_46140962", "eol:traitUri": "http://eol.org/resources/737/measurements/25c8b74374d04260b047bd57570e094b", "@type": "dwc:MeasurementOrFact", "predicate": "habitat", "dwc:measurementType": "http://rs.tdwg.org/dwc/terms/habitat", "value": "terrestrial habitat", "eol:dataPointId": 46140962, "dc:source": "http://eol.org/resources/737", "dwc:measurementValue": "http://purl.obolibrary.org/obo/ENVO_00002009", "dwc:scientificName": "Potos flavus (Schreber, 1774)", "eolterms:resource": "http://eol.org/resources/737" }, { "@id": "http://eol.org/pages/328067/data#data_point_949459", "eol:traitUri": "http://eol.org/resources/704/measurements/maxlongevity138", "@type": "dwc:MeasurementOrFact", "predicate": "total life span", "dwc:measurementType": "http://purl.obolibrary.org/obo/VT_0001661", "value": "348", "units": "months", "eol:dataPointId": 949459, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Maximum adult age measured either through direct observation, capture-recapture estimates, projected from physical wear or unspecified, using captive, wild, provisioned, or unspecified populations; male, female, or sex unspecified individuals; primary, secondary, or extrapolated sources; in all localities. See source for details.", "eolterms:statisticalMethod": "http://semanticscience.org/resource/SIO_001114", "dwc:measurementValue": "348", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000035", "dwc:scientificName": "Potos flavus" }, { "@id": "http://eol.org/pages/328067/data#data_point_949460", "eol:traitUri": "http://eol.org/resources/704/measurements/littersperyear728", "@type": "dwc:MeasurementOrFact", "predicate": "litters per year", "dwc:measurementType": "http://eol.org/schema/terms/LittersPerYear", "value": "1", "eol:dataPointId": 949460, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Number of litters per female per year using non-captive, wild, provisioned, or unspecified populations; male, female, or sex unspecified individuals; primary, secondary, or extrapolated sources; all measures of central tendency; in all localities. See source for details.", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "1", "dwc:scientificName": "Potos flavus", "dwc:sex": "http://purl.obolibrary.org/obo/PATO_0000383" }, { "@id": "http://eol.org/pages/328067/data#data_point_949461", "eol:traitUri": "http://eol.org/resources/704/measurements/littersize1554", "@type": "dwc:MeasurementOrFact", "predicate": "clutch/brood/litter size", "dwc:measurementType": "http://purl.obolibrary.org/obo/VT_0001933", "value": "1.11", "eol:dataPointId": 949461, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Number of offspring born per litter per female, either counted before birth, at birth or after birth, using captive, wild, provisioned, or unspecified populations; male, female, or sex unspecified individuals; primary, secondary, or extrapolated sources; all measures of central tendency; in all localities. See source for details.", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "1.11", "dwc:scientificName": "Potos flavus" }, { "@id": "http://eol.org/pages/328067/data#data_point_949462", "eol:traitUri": "http://eol.org/resources/704/measurements/interbirthinterval291", "@type": "dwc:MeasurementOrFact", "predicate": "inter-birth interval", "dwc:measurementType": "http://eol.org/schema/terms/InterBirthInterval", "value": "365", "units": "days", "eol:dataPointId": 949462, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "The length of time between successive births of the same female(s) after a successful or unspecified litter using non-captive, wild, provisioned, or unspecified populations; primary, secondary, or extrapolated sources; all measures of central tendency; in all localities. See source for details.", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "365", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000033", "dwc:scientificName": "Potos flavus", "dwc:sex": "http://purl.obolibrary.org/obo/PATO_0000383" }, { "@id": "http://eol.org/pages/328067/data#data_point_949463", "eol:traitUri": "http://eol.org/resources/704/measurements/grmaxlat1392", "@type": "dwc:MeasurementOrFact", "predicate": "latitude", "dwc:measurementType": "http://semanticscience.org/resource/SIO_000319", "value": "23.72", "units": "decimal degrees", "eol:dataPointId": 949463, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Digital geographic range maps of all extant, non-marine mammals from Sechrest (2003) were converted to the Wilson and Reeder (2005) taxonomy. These ranges were used to generate measures of geographic range extent and occupancy. Spatial analyses were performed using ArcGIS (version 9.0) (ESRI 2005) for areas and R (R Development Core Team 2005) for geographic coordinates. Value calculated using a global geographic projection.", "eolterms:statisticalMethod": "http://semanticscience.org/resource/SIO_001114", "dwc:measurementValue": "23.72", "dwc:measurementUnit": "http://eol.org/schema/terms/decimaldegrees", "dwc:scientificName": "Potos flavus" }, { "@id": "http://eol.org/pages/328067/data#data_point_949464", "eol:traitUri": "http://eol.org/resources/704/measurements/midrangelong3692", "@type": "dwc:MeasurementOrFact", "predicate": "longitude", "dwc:measurementType": "http://semanticscience.org/resource/SIO_000318", "value": "-68.67", "units": "decimal degrees", "eol:dataPointId": 949464, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Digital geographic range maps of all extant, non-marine mammals from Sechrest (2003) were converted to the Wilson and Reeder (2005) taxonomy. These ranges were used to generate measures of geographic range extent and occupancy. Spatial analyses were performed using ArcGIS (version 9.0) (ESRI 2005) for areas and R (R Development Core Team 2005) for geographic coordinates. Value calculated using a global geographic projection.", "eolterms:statisticalMethod": "http://semanticscience.org/resource/SIO_001110", "dwc:measurementValue": "-68.67", "dwc:measurementUnit": "http://eol.org/schema/terms/decimaldegrees", "dwc:scientificName": "Potos flavus" }, { "@id": "http://eol.org/pages/328067/data#data_point_949465", "eol:traitUri": "http://eol.org/resources/704/measurements/grminlong4209", "@type": "dwc:MeasurementOrFact", "predicate": "longitude", "dwc:measurementType": "http://semanticscience.org/resource/SIO_000318", "value": "-102.55", "units": "decimal degrees", "eol:dataPointId": 949465, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Digital geographic range maps of all extant, non-marine mammals from Sechrest (2003) were converted to the Wilson and Reeder (2005) taxonomy. These ranges were used to generate measures of geographic range extent and occupancy. Spatial analyses were performed using ArcGIS (version 9.0) (ESRI 2005) for areas and R (R Development Core Team 2005) for geographic coordinates. Value calculated using a global geographic projection.", "eolterms:statisticalMethod": "http://semanticscience.org/resource/SIO_001113", "dwc:measurementValue": "-102.55", "dwc:measurementUnit": "http://eol.org/schema/terms/decimaldegrees", "dwc:scientificName": "Potos flavus" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346815", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269876", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Southern Mesoamerican Pacific mangroves", "eol:dataPointId": 45346815, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Southern_Mesoamerican_Pacific_mangroves", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Mangroves

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346814", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269875", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Southern Atlantic mangroves", "eol:dataPointId": 45346814, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Southern_Atlantic_mangroves", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Mangroves

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346813", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269874", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "South American Pacific mangroves", "eol:dataPointId": 45346813, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/South_American_Pacific_mangroves", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Mangroves

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346812", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269873", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Northern Mesoamerican Pacific mangroves", "eol:dataPointId": 45346812, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Northern_Mesoamerican_Pacific_mangroves", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Mangroves

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346811", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269872", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Mesoamerican Gulf-Caribbean mangroves", "eol:dataPointId": 45346811, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Mesoamerican_Gulf-Caribbean_mangroves", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Mangroves

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346810", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269871", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Amazon-Orinoco-Southern Caribbean mangroves", "eol:dataPointId": 45346810, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Amazon-Orinoco-Southern_Caribbean_mangroves", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Mangroves

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346809", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269870", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Tehuacán Valley matorral", "eol:dataPointId": 45346809, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Tehuacan_Valley_matorral", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Deserts and Xeric Shrublands

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346808", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269869", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Paraguana xeric scrub", "eol:dataPointId": 45346808, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Paraguana_xeric_scrub", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Deserts and Xeric Shrublands

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346807", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269868", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Motagua Valley thornscrub", "eol:dataPointId": 45346807, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Motagua_Valley_thornscrub", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Deserts and Xeric Shrublands

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346806", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269867", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "La Costa xeric shrublands", "eol:dataPointId": 45346806, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/La_Costa_xeric_shrublands", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Deserts and Xeric Shrublands

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346805", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269866", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Guajira-Barranquilla xeric scrub", "eol:dataPointId": 45346805, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Guajira-Barranquilla_xeric_scrub", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Deserts and Xeric Shrublands

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346804", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269865", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Caatinga", "eol:dataPointId": 45346804, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Caatinga", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Deserts and Xeric Shrublands

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346803", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269864", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Araya and Paria xeric scrub", "eol:dataPointId": 45346803, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Araya_and_Paria_xeric_scrub", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Deserts and Xeric Shrublands

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346802", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269863", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Pantanal", "eol:dataPointId": 45346802, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Pantanal", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Flooded Grasslands and Savannas

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346801", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269862", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Orinoco wetlands", "eol:dataPointId": 45346801, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Orinoco_wetlands", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Flooded Grasslands and Savannas

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346800", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269861", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Guayaquil flooded grasslands", "eol:dataPointId": 45346800, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Guayaquil_flooded_grasslands", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Flooded Grasslands and Savannas

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346799", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269860", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Llanos", "eol:dataPointId": 45346799, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Llanos", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and subtropical grasslands, savannas, and shrublands

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346798", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269859", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Guianan savanna", "eol:dataPointId": 45346798, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Guianan_savanna", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and subtropical grasslands, savannas, and shrublands

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346797", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269858", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Cerrado", "eol:dataPointId": 45346797, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Cerrado", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and subtropical grasslands, savannas, and shrublands

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346796", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269857", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Campos Rupestres montane savanna", "eol:dataPointId": 45346796, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Campos_Rupestres_montane_savanna", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and subtropical grasslands, savannas, and shrublands

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346795", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269856", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Beni savanna", "eol:dataPointId": 45346795, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Beni_savanna", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and subtropical grasslands, savannas, and shrublands

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346794", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269855", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Trans-Mexican Volcanic Belt pine-oak forests", "eol:dataPointId": 45346794, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Trans-Mexican_Volcanic_Belt_pine-oak_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Coniferous Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346793", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269854", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Sierra Madre del Sur pine-oak forests", "eol:dataPointId": 45346793, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Sierra_Madre_del_Sur_pine-oak_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Coniferous Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346792", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269853", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Sierra Madre de Oaxaca pine-oak forests", "eol:dataPointId": 45346792, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Sierra_Madre_de_Oaxaca_pine-oak_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Coniferous Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346791", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269852", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Miskito pine forests", "eol:dataPointId": 45346791, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Miskito_pine_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Coniferous Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346790", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269851", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Central American pine-oak forests", "eol:dataPointId": 45346790, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Central_American_pine-oak_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Coniferous Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346789", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269850", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Belizean pine forests", "eol:dataPointId": 45346789, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Belizean_pine_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Coniferous Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346788", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269849", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Yucatán dry forests", "eol:dataPointId": 45346788, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Yucatan_dry_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Dry Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346787", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269848", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Veracruz dry forests", "eol:dataPointId": 45346787, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Veracruz_dry_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Dry Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346786", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269847", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Southern Pacific dry forests", "eol:dataPointId": 45346786, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Southern_Pacific_dry_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Dry Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346785", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269846", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Sinú Valley dry forests", "eol:dataPointId": 45346785, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Sinu_Valley_dry_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Dry Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346784", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269845", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Patía Valley dry forests", "eol:dataPointId": 45346784, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Patia_Valley_dry_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Dry Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346783", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269844", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Panamanian dry forests", "eol:dataPointId": 45346783, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Panamanian_dry_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Dry Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346782", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269843", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Maracaibo dry forests", "eol:dataPointId": 45346782, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Maracaibo_dry_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Dry Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346781", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269842", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Magdalena Valley dry forests", "eol:dataPointId": 45346781, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Magdalena_Valley_dry_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Dry Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346780", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269841", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Lara-Falcón dry forests", "eol:dataPointId": 45346780, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Lara-Falcon_dry_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Dry Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346779", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269840", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Ecuadorian dry forests", "eol:dataPointId": 45346779, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Ecuadorian_dry_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Dry Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346778", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269839", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Chiquitano dry forests", "eol:dataPointId": 45346778, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Chiquitano_dry_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Dry Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346777", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269838", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Chiapas Depression dry forests", "eol:dataPointId": 45346777, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Chiapas_Depression_dry_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Dry Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346776", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269837", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Central American dry forests", "eol:dataPointId": 45346776, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Central_American_dry_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Dry Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346775", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269836", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Cauca Valley dry forests", "eol:dataPointId": 45346775, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Cauca_Valley_dry_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Dry Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346774", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269835", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Balsas dry forests", "eol:dataPointId": 45346774, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Balsas_dry_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Dry Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346773", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269834", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Atlantic dry forests", "eol:dataPointId": 45346773, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Atlantic_dry_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Dry Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346772", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269833", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Apure-Villavicencio dry forests", "eol:dataPointId": 45346772, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Apure-Villavicencio_dry_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Dry Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346771", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269832", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Guianan piedmont and lowland moist forests", "eol:dataPointId": 45346771, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Guianan_piedmont_and_lowland_moist_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346770", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269831", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Yucatán moist forests", "eol:dataPointId": 45346770, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Yucatan_moist_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346769", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269830", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Xingu-Tocantins-Araguaia moist forests", "eol:dataPointId": 45346769, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Xingu-Tocantins-Araguaia_moist_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346768", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269829", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Western Ecuador moist forests", "eol:dataPointId": 45346768, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Western_Ecuador_moist_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346767", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269828", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Veracruz montane forests", "eol:dataPointId": 45346767, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Veracruz_montane_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346766", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269827", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Veracruz moist forests", "eol:dataPointId": 45346766, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Veracruz_moist_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346765", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269826", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Venezuelan Andes montane forests", "eol:dataPointId": 45346765, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Venezuelan_Andes_montane_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346764", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269825", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Ucayali moist forests", "eol:dataPointId": 45346764, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Ucayali_moist_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346763", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269824", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Uatuma-Trombetas moist forests", "eol:dataPointId": 45346763, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Uatuma-Trombetas_moist_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346762", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269823", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Pindare moist forests", "eol:dataPointId": 45346762, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Tocantins/Pindare_moist_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346761", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269822", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Pantepuis", "eol:dataPointId": 45346761, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Pantepuis", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346760", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269821", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Tapajós-Xingu moist forests", "eol:dataPointId": 45346760, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Tapajos-Xingu_moist_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346759", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269820", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Talamancan montane forests", "eol:dataPointId": 45346759, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Talamancan_montane_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346758", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269819", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Southwest Amazon moist forests", "eol:dataPointId": 45346758, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Southwest_Amazon_moist_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346757", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269818", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Solimoes-Japurá moist forest", "eol:dataPointId": 45346757, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Solimoes-Japura_moist_forest", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346756", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269817", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Sierra Madre de Chiapas moist forest", "eol:dataPointId": 45346756, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Sierra_Madre_de_Chiapas_moist_forest", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346755", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269816", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Sierra de los Tuxtlas", "eol:dataPointId": 45346755, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Sierra_de_los_Tuxtlas", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346754", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269815", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Serra do Mar coastal forests", "eol:dataPointId": 45346754, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Serra_do_Mar_coastal_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346753", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269814", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Santa Marta montane forests", "eol:dataPointId": 45346753, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Santa_Marta_montane_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346752", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269813", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Rio Negro campinarana", "eol:dataPointId": 45346752, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Rio_Negro_campinarana", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346751", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269812", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Purus-Madeira moist forests", "eol:dataPointId": 45346751, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Purus-Madeira_moist_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346750", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269811", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Purus varzea", "eol:dataPointId": 45346750, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Purus_varzea", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346749", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269810", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Petén-Veracruz moist forests", "eol:dataPointId": 45346749, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Peten-Veracruz_moist_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346748", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269809", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Peruvian Yungas", "eol:dataPointId": 45346748, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Peruvian_Yungas", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346747", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269808", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Pernambuco interior forests", "eol:dataPointId": 45346747, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Pernambuco_interior_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346746", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269807", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Pernambuco coastal forests", "eol:dataPointId": 45346746, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Pernambuco_coastal_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346745", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269806", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Alto Paraná Atlantic forests", "eol:dataPointId": 45346745, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Alto_Parana_Atlantic_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346744", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269805", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Guianan Freshwater swamp forests", "eol:dataPointId": 45346744, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Guianan_Freshwater_swamp_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346743", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269804", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Pantanos de Centla", "eol:dataPointId": 45346743, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Pantanos_de_Centla", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346742", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269803", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Orinoco Delta swamp forests", "eol:dataPointId": 45346742, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Orinoco_Delta_swamp_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346741", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269802", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Oaxacan montane forests", "eol:dataPointId": 45346741, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Oaxacan_montane_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346740", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269801", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Northwestern Andean montane forests", "eol:dataPointId": 45346740, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Northwestern_Andean_montane_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346739", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269800", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Northeastern Brazil restingas", "eol:dataPointId": 45346739, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Northeastern_Brazil_restingas", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346738", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269799", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Negro-Branco moist forests", "eol:dataPointId": 45346738, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Negro-Branco_moist_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346737", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269798", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Napo moist forests", "eol:dataPointId": 45346737, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Napo_moist_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346736", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269797", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Monte Alegre varzea", "eol:dataPointId": 45346736, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Monte_Alegre_varzea", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346735", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269796", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Mato Grosso seasonal forests", "eol:dataPointId": 45346735, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Mato_Grosso_seasonal_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346734", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269795", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Maranhao Babaτu forests", "eol:dataPointId": 45346734, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Maranhao_Babaτu_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346733", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269794", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Marajó varzea", "eol:dataPointId": 45346733, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Marajo_varzea", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346732", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269793", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Magdalena-Urabá moist forests", "eol:dataPointId": 45346732, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Magdalena-Uraba_moist_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346731", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269792", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Magdalena Valley montane forests", "eol:dataPointId": 45346731, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Magdalena_Valley_montane_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346730", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269791", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Madeira-Tapajós moist forests", "eol:dataPointId": 45346730, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Madeira-Tapajos_moist_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346729", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269790", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Juruá-Purus moist forests", "eol:dataPointId": 45346729, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Jurua-Purus_moist_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346728", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269789", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Japurá-Solimoes-Negro moist forests", "eol:dataPointId": 45346728, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Japura-Solimoes-Negro_moist_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346727", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269788", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Isthmian-Pacific moist forests", "eol:dataPointId": 45346727, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Isthmian-Pacific_moist_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346726", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269787", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Isthmian-Atlantic moist forests", "eol:dataPointId": 45346726, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Isthmian-Atlantic_moist_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346725", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269786", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Iquitos varzea", "eol:dataPointId": 45346725, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Iquitos_varzea", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346724", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269785", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Gurupa varzea", "eol:dataPointId": 45346724, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Gurupa_varzea", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346723", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269784", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Guianan moist forests", "eol:dataPointId": 45346723, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Guianan_moist_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346722", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269783", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Guianan Highlands moist forests", "eol:dataPointId": 45346722, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Guianan_Highlands_moist_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346721", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269782", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Eastern Panamanian montane forests", "eol:dataPointId": 45346721, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Eastern_Panamanian_montane_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346720", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269781", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Eastern Cordillera real montane forests", "eol:dataPointId": 45346720, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Eastern_Cordillera_real_montane_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346719", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269780", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Costa Rican seasonal moist forests", "eol:dataPointId": 45346719, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Costa_Rican_seasonal_moist_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346718", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269779", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Cordillera Oriental montane forests", "eol:dataPointId": 45346718, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Cordillera_Oriental_montane_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346717", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269778", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Cordillera La Costa montane forests", "eol:dataPointId": 45346717, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Cordillera_La_Costa_montane_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346716", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269777", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Chocó-Darién moist forests", "eol:dataPointId": 45346716, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Choco-Darien_moist_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346715", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269776", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Chimalapas montane forests", "eol:dataPointId": 45346715, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Chimalapas_montane_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346714", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269775", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Chiapas montane forests", "eol:dataPointId": 45346714, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Chiapas_montane_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346713", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269774", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Central American montane forests", "eol:dataPointId": 45346713, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Central_American_montane_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346712", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269773", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Central American Atlantic moist forests", "eol:dataPointId": 45346712, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Central_American_Atlantic_moist_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346711", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269772", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Cauca Valley montane forests", "eol:dataPointId": 45346711, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Cauca_Valley_montane_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346710", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269771", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Catatumbo moist forests", "eol:dataPointId": 45346710, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Catatumbo_moist_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346709", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269770", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Caqueta moist forests", "eol:dataPointId": 45346709, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Caqueta_moist_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346708", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269769", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Caatinga Enclaves moist forests", "eol:dataPointId": 45346708, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Caatinga_Enclaves_moist_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346707", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269768", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Bolivian Yungas", "eol:dataPointId": 45346707, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Bolivian_Yungas", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346706", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269767", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Bahia interior forests", "eol:dataPointId": 45346706, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Bahia_interior_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346705", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269766", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Bahia coastal forests", "eol:dataPointId": 45346705, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Bahia_coastal_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346704", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269765", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Atlantic Coast restingas", "eol:dataPointId": 45346704, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Atlantic_Coast_restingas", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Moist Broadleaf Forests

Realm: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45346703", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00269764", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Sierra Madre Oriental pine-oak forests", "eol:dataPointId": 45346703, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Sierra_Madre_Oriental_pine-oak_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biome: Tropical and Subtropical Coniferous Forests

Realm: Nearctic", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_949466", "eol:traitUri": "http://eol.org/resources/704/measurements/adultheadbodylen500", "@type": "dwc:MeasurementOrFact", "predicate": "body length (VT)", "dwc:measurementType": "http://purl.obolibrary.org/obo/VT_0001256", "value": "509.54", "units": "mm", "eol:dataPointId": 949466, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Total length from tip of nose to anus or base of tail of adult (or age unspecified) live, freshly-killed, or museum specimens using captive, wild, provisioned, or unspecified populations; male, female, or sex unspecified individuals; primary, secondary, or extrapolated sources; all measures of central tendency; in all localities. Based on information from primary and secondary literature sources. See source for details.", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "509.54", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000016", "dwc:scientificName": "Potos flavus", "dwc:lifeStage": "http://www.ebi.ac.uk/efo/EFO_0001272" }, { "@id": "http://eol.org/pages/328067/data#data_point_949467", "eol:traitUri": "http://eol.org/resources/704/measurements/dispersalage94", "@type": "dwc:MeasurementOrFact", "predicate": "dispersal age", "dwc:measurementType": "http://eol.org/schema/terms/DispersalAge", "value": "160", "units": "days", "eol:dataPointId": 949467, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Dispersal Age: Age at which young permanently leave the parent, parental group, social group or any associated territories, using non-captive, wild, non-provisioned or unspecified populations; male, female, or sex unspecified individuals; primary, secondary, or extrapolated sources; all measures of central tendency; in all localities. Based on information from primary and secondary literature sources. See source for details.", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "160", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000033", "dwc:scientificName": "Potos flavus" }, { "@id": "http://eol.org/pages/328067/data#data_point_949468", "eol:traitUri": "http://eol.org/resources/704/measurements/dietbreadth467", "@type": "dwc:MeasurementOrFact", "predicate": "diet breadth", "dwc:measurementType": "http://eol.org/schema/terms/DietBreadth", "value": "4", "eol:dataPointId": 949468, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Number of dietary categories eaten by each species measured using any qualitative or quantitative dietary measure, over any period of time, using any assessment method, for non-captive or non-provisioned populations; adult or age unspecified individuals, male, female, or sex unspecified individuals; primary, secondary, or extrapolated sources; all measures of central tendency; in all localities. Categories were defined as vertebrate, invertebrate, fruit, flowers/nectar/pollen, leaves/branches/bark, seeds, grass and roots/tubers. Based on information from primary and secondary literature sources. See source for details.", "dwc:measurementValue": "4", "dwc:scientificName": "Potos flavus" }, { "@id": "http://eol.org/pages/328067/data#data_point_949470", "eol:traitUri": "http://eol.org/resources/704/measurements/ageateyeopening149", "@type": "dwc:MeasurementOrFact", "predicate": "age at eye opening", "dwc:measurementType": "http://eol.org/schema/terms/AgeAtEyeOpening", "value": "16.95", "units": "days", "eol:dataPointId": 949470, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Age at which both eyes are fully open after birth using captive, wild, provisioned, or unspecified populations; male, female, or sex unspecified individuals; primary, secondary, or extrapolated sources; all measures of central tendency; in all localities. Based on information from primary and secondary literature sources. See source for details.", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "16.95", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000033", "dwc:scientificName": "Potos flavus" }, { "@id": "http://eol.org/pages/328067/data#data_point_949471", "eol:traitUri": "http://eol.org/resources/704/measurements/homerangeindiv237", "@type": "dwc:MeasurementOrFact", "predicate": "home range", "dwc:measurementType": "http://www.owl-ontologies.com/unnamed.owl#Home_range", "value": "0.21", "units": "km^2", "eol:dataPointId": 949471, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Size of the area within which everyday activities of individuals are typically restricted, estimated by either direct observation, radio telemetry, trapping or unspecified methods over any duration of time, using non-captive populations; male, female, or sex unspecified individuals; primary, secondary, or extrapolated sources; all measures of central tendency; in all localities. See source for details.", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "0.21", "dwc:measurementUnit": "http://eol.org/schema/terms/squarekilometer", "dwc:scientificName": "Potos flavus" }, { "@id": "http://eol.org/pages/328067/data#data_point_949472", "eol:traitUri": "http://eol.org/resources/704/measurements/homerange266", "@type": "dwc:MeasurementOrFact", "predicate": "home range", "dwc:measurementType": "http://www.owl-ontologies.com/unnamed.owl#Home_range", "value": "0.22", "units": "km^2", "eol:dataPointId": 949472, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Size of the area within which everyday activities of individuals or groups (of any type) are typically restricted, estimated by either direct observation, radio telemetry, trapping or unspecified methods over any duration of time, using non-captive populations; male, female, or sex unspecified individuals; primary, secondary, or extrapolated sources; all measures of central tendency; in all localities. See source for details.", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "0.22", "dwc:measurementUnit": "http://eol.org/schema/terms/squarekilometer", "dwc:scientificName": "Potos flavus" }, { "@id": "http://eol.org/pages/328067/data#data_point_949473", "eol:traitUri": "http://eol.org/resources/704/measurements/habitatbreadth530", "@type": "dwc:MeasurementOrFact", "predicate": "habitat breadth", "dwc:measurementType": "http://eol.org/schema/terms/HabitatBreadth", "value": "2", "eol:dataPointId": 949473, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Number of habitat layers used by each species measured using any qualitative or quantitative time measure, for non-captive populations; adult or age unspecified individuals, male, female, or sex unspecified individuals; primary, secondary, or extrapolated sources; all measures of central tendency; in all localities. Categories were defined as above ground dwelling, aquatic, fossorial and ground dwelling. Based on information from primary and secondary literature sources. See source for details.", "dwc:measurementValue": "2", "dwc:scientificName": "Potos flavus" }, { "@id": "http://eol.org/pages/328067/data#data_point_949474", "eol:traitUri": "http://eol.org/resources/704/measurements/gestationlen520", "@type": "dwc:MeasurementOrFact", "predicate": "gestation period duration", "dwc:measurementType": "http://purl.obolibrary.org/obo/VT_0002292", "value": "116.8", "units": "days", "eol:dataPointId": 949474, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Gestation Length: Length of time of non-inactive fetal growth, using captive, wild, provisioned, or unspecified populations; male, female, or sex unspecified individuals; primary, secondary, or extrapolated sources; all measures of central tendency; in all localities. Gestation was measured between specified start and end points as follows: Start points – conception, fertilization, first observed copulation, fertilization, implantation, laying, palpably pregnant, removal of pouch young, capture (except marsupials) or unspecified. End points – birth, hatching or unspecified. See source for details.", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "116.8", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000033", "dwc:scientificName": "Potos flavus" }, { "@id": "http://eol.org/pages/328067/data#data_point_949475", "eol:traitUri": "http://eol.org/resources/704/measurements/grarea125", "@type": "dwc:MeasurementOrFact", "predicate": "geographic range (size of area)", "dwc:measurementType": "http://eol.org/schema/terms/GeographicRangeArea", "value": "12770952.51", "units": "km^2", "eol:dataPointId": 949475, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Geographic Range (Area): Digital geographic range maps of all extant, non-marine mammals from Sechrest (2003) were converted to the Wilson and Reeder (2005) taxonomy. These ranges were used to generate measures of geographic range extent and occupancy. Spatial analyses were performed using ArcGIS (version 9.0) (ESRI 2005) for areas and R (R Development Core Team 2005) for geographic coordinates. Area was calculated using the total extent of a species range with a global equal-area projection (Mollweide).", "dwc:measurementValue": "12770952.51", "dwc:measurementUnit": "http://eol.org/schema/terms/squarekilometer", "dwc:scientificName": "Potos flavus" }, { "@id": "http://eol.org/pages/328067/data#data_point_949476", "eol:traitUri": "http://eol.org/resources/704/measurements/weaningage363", "@type": "dwc:MeasurementOrFact", "predicate": "weaning age", "dwc:measurementType": "http://eol.org/schema/terms/WeaningAge", "value": "109.13", "units": "days", "eol:dataPointId": 949476, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Weaning Age: Age when primary nutritional dependency on the mother ends and independent foraging begins to make a major contribution to the offspring’s energy requirements, measured as either weaning/lactation length, nutritionally independent, first solid food, last observed nursing, age at first flight (bats only), age at pouch exit or length of teat Attachment (marsupials only) or unspecified definition, using captive, wild, provisioned, or unspecified populations; male, female, or sex unspecified individuals; primary, secondary, or extrapolated sources; all measures of central tendency; in all localities. See source for details.", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "109.13", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000033", "dwc:scientificName": "Potos flavus" }, { "@id": "http://eol.org/pages/328067/data#data_point_949477", "eol:traitUri": "http://eol.org/resources/704/measurements/grmidrangelat2607", "@type": "dwc:MeasurementOrFact", "predicate": "latitude", "dwc:measurementType": "http://semanticscience.org/resource/SIO_000319", "value": "0.3", "units": "decimal degrees", "eol:dataPointId": 949477, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Digital geographic range maps of all extant, non-marine mammals from Sechrest (2003) were converted to the Wilson and Reeder (2005) taxonomy. These ranges were used to generate measures of geographic range extent and occupancy. Spatial analyses were performed using ArcGIS (version 9.0) (ESRI 2005) for areas and R (R Development Core Team 2005) for geographic coordinates. Value calculated using a global geographic projection.", "eolterms:statisticalMethod": "http://semanticscience.org/resource/SIO_001110", "dwc:measurementValue": "0.3", "dwc:measurementUnit": "http://eol.org/schema/terms/decimaldegrees", "dwc:scientificName": "Potos flavus" }, { "@id": "http://eol.org/pages/328067/data#data_point_949478", "eol:traitUri": "http://eol.org/resources/704/measurements/grminlat3805", "@type": "dwc:MeasurementOrFact", "predicate": "latitude", "dwc:measurementType": "http://semanticscience.org/resource/SIO_000319", "value": "-23.1", "units": "decimal degrees", "eol:dataPointId": 949478, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Digital geographic range maps of all extant, non-marine mammals from Sechrest (2003) were converted to the Wilson and Reeder (2005) taxonomy. These ranges were used to generate measures of geographic range extent and occupancy. Spatial analyses were performed using ArcGIS (version 9.0) (ESRI 2005) for areas and R (R Development Core Team 2005) for geographic coordinates. Value calculated using a global geographic projection.", "eolterms:statisticalMethod": "http://semanticscience.org/resource/SIO_001113", "dwc:measurementValue": "-23.1", "dwc:measurementUnit": "http://eol.org/schema/terms/decimaldegrees", "dwc:scientificName": "Potos flavus" }, { "@id": "http://eol.org/pages/328067/data#data_point_949479", "eol:traitUri": "http://eol.org/resources/704/measurements/grmaxlong3243", "@type": "dwc:MeasurementOrFact", "predicate": "longitude", "dwc:measurementType": "http://semanticscience.org/resource/SIO_000318", "value": "-34.79", "units": "decimal degrees", "eol:dataPointId": 949479, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Digital geographic range maps of all extant, non-marine mammals from Sechrest (2003) were converted to the Wilson and Reeder (2005) taxonomy. These ranges were used to generate measures of geographic range extent and occupancy. Spatial analyses were performed using ArcGIS (version 9.0) (ESRI 2005) for areas and R (R Development Core Team 2005) for geographic coordinates. Value calculated using a global geographic projection.", "eolterms:statisticalMethod": "http://semanticscience.org/resource/SIO_001114", "dwc:measurementValue": "-34.79", "dwc:measurementUnit": "http://eol.org/schema/terms/decimaldegrees", "dwc:scientificName": "Potos flavus" }, { "@id": "http://eol.org/pages/328067/data#data_point_949480", "eol:traitUri": "http://eol.org/resources/704/measurements/hupopdenmean2854", "@type": "dwc:MeasurementOrFact", "predicate": "human population density", "dwc:measurementType": "http://eol.org/schema/terms/HumanPopulationDensity", "value": "25.77", "units": "individuals per square kilometer", "eol:dataPointId": 949480, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Variables describing the anthropogenic and environmental conditions within the geographic range of a species were generated based on the extent of digital species range maps from Sechrest (2003) converted to the Wilson and Reeder (2005) taxonomy. The species ranges were first gridded at 0.5 degrees using a global geographic projection and species were scored as present in each cell if any of the range intersected that cell. Summary statistics for a species were then calculated by summarizing the value for each anthropogenic and environmental variable (gridded to the same extent) for all the cells the species was present. The summary statistics for each variable was adjusted for the fact that area varies with latitude by multiplying each cell by the area and then dividing by the total area of cells for that variable for a species. Mean Human Population Density calculated using the Gridded Population of the World (GPW) (CIESIN and CIAT 2005) for 1995.", "eolterms:statisticalMethod": "http://semanticscience.org/resource/SIO_001109", "dwc:measurementValue": "25.77", "dwc:measurementUnit": "http://eol.org/schema/terms/individualspersquarekilometer", "dwc:scientificName": "Potos flavus" }, { "@id": "http://eol.org/pages/328067/data#data_point_949481", "eol:traitUri": "http://eol.org/resources/704/measurements/aetmean1232", "@type": "dwc:MeasurementOrFact", "predicate": "actual evapotranspiration rate in geographic range", "dwc:measurementType": "http://eol.org/schema/terms/AETinRange", "value": "1306.64", "units": "millimeters per month", "eol:dataPointId": 949481, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Variables describing the environmental conditions within the geographic range of a species were generated based on the extent of digital species range maps from Sechrest (2003) converted to the Wilson and Reeder (2005) taxonomy. The species ranges were first gridded at 0.5 degrees using a global geographic projection and species were scored as present in each cell if any of the range intersected that cell. Summary statistics for a species were then calculated by summarizing the value for each environmental variable (gridded to the same extent) for all the cells the species was present. The summary statistics for each variable was adjusted for the fact that area varies with latitude by multiplying each cell by the area and then dividing by the total area of cells for that variable for a species. Mean Monthly AET from 1920 to 1980 (mm) was calculated using the Global Resource Information Database of UNEP and is available from http://www.grid.unep.ch/data/grid/gnv183.php.", "eolterms:statisticalMethod": "http://semanticscience.org/resource/SIO_001109", "dwc:measurementValue": "1306.64", "dwc:measurementUnit": "http://eol.org/schema/terms/millimeterspermonth", "dwc:scientificName": "Potos flavus" }, { "@id": "http://eol.org/pages/328067/data#data_point_949482", "eol:traitUri": "http://eol.org/resources/704/measurements/adultbodymass768", "@type": "dwc:MeasurementOrFact", "predicate": "body mass", "dwc:measurementType": "http://purl.obolibrary.org/obo/VT_0001259", "value": "2441.81", "units": "g", "eol:dataPointId": 949482, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Mass of adult (or age unspecified) live or freshly-killed specimens (excluding pregnant females) using captive, wild, provisioned, or unspecified populations; male, female, or sex unspecified individuals; primary, secondary, or extrapolated sources; all measures of central tendency; in all localities. Based on information from primary and secondary literature sources. See source for details.", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "2441.81", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000021", "dwc:scientificName": "Potos flavus", "dwc:lifeStage": "http://www.ebi.ac.uk/efo/EFO_0001272" }, { "@id": "http://eol.org/pages/328067/data#data_point_949491", "eol:traitUri": "http://eol.org/resources/704/measurements/activitycycle556", "@type": "dwc:MeasurementOrFact", "predicate": "behavioral circadian rhythm", "dwc:measurementType": "http://purl.obolibrary.org/obo/VT_0001502", "value": "nocturnal", "eol:dataPointId": 949491, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Activity cycle of each species measured for non-captive populations; adult or age unspecified individuals, male, female, or sex unspecified individuals; primary, secondary, or extrapolated sources; all measures of central tendency; in all localities. Species were defined as (1) nocturnal only, (2) nocturnal/crepuscular, cathemeral, crepuscular or diurnal/crepuscular and (3) diurnal only. Based on information from primary and secondary literature sources. See source for details.", "dwc:measurementValue": "http://www.owl-ontologies.com/unnamed.owl#Nocturnal", "dwc:scientificName": "Potos flavus" }, { "@id": "http://eol.org/pages/328067/data#data_point_949483", "eol:traitUri": "http://eol.org/resources/704/measurements/socialgrpsize618", "@type": "dwc:MeasurementOrFact", "predicate": "social group size", "dwc:measurementType": "http://eol.org/schema/terms/SocialGroupSize", "value": "1", "eol:dataPointId": 949483, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Social Group Size: Number of individuals, adults or definition unspecified in a group that spends the majority of their time in a 24 hour cycle together where there is some indication that these individuals form a social cohesive unit, measured over any duration of time, using non-captive populations; male, female, or sex unspecified individuals; primary, secondary, or extrapolated sources; all measures of central tendency; in all localities. See source for details.", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "1", "dwc:scientificName": "Potos flavus" }, { "@id": "http://eol.org/pages/328067/data#data_point_949484", "eol:traitUri": "http://eol.org/resources/704/measurements/sexualmaturityage215", "@type": "dwc:MeasurementOrFact", "predicate": "onset of fertility", "dwc:measurementType": "http://purl.obolibrary.org/obo/VT_0002683", "value": "858.41", "units": "days", "eol:dataPointId": 949484, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Sexual Maturity Age: Age when individuals are first physically capable of reproducing, defined as either physically sexually mature, age at first mating or unspecified (males and females), age at first estrus or age at first pregnancy (females only), age at spermatogenesis or age at testes descent (males only), using captive, wild, provisioned, or unspecified populations; male, female, or sex unspecified individuals, primary, secondary, or extrapolated sources; all measures of central tendency; in all localities. See source for details.", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "858.41", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000033", "dwc:scientificName": "Potos flavus" }, { "@id": "http://eol.org/pages/328067/data#data_point_949485", "eol:traitUri": "http://eol.org/resources/704/measurements/populationdensity532", "@type": "dwc:MeasurementOrFact", "predicate": "animal population density", "dwc:measurementType": "http://purl.bioontology.org/ontology/CSP/2383-1863", "value": "34.21", "units": "individuals per square kilometer", "eol:dataPointId": 949485, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Population Density: Number of individuals per square kilometer, estimated with either direct, indirect or unspecified counts, measured in any area size within a human, ecological or unspecified boundary, over any duration of time, using non-captive, non-provisioned populations; male, female, or sex unspecified individuals; primary, secondary, or extrapolated sources; all measures of central tendency; in all localities. See source for details.", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "34.21", "dwc:measurementUnit": "http://eol.org/schema/terms/individualspersquarekilometer", "dwc:scientificName": "Potos flavus" }, { "@id": "http://eol.org/pages/328067/data#data_point_949486", "eol:traitUri": "http://eol.org/resources/704/measurements/neonateheadbodylen38", "@type": "dwc:MeasurementOrFact", "predicate": "body length (VT)", "dwc:measurementType": "http://purl.obolibrary.org/obo/VT_0001256", "value": "183.03", "units": "mm", "eol:dataPointId": 949486, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Neonate Head Body Length: Total length from tip of nose to anus or base of tail of live, freshly-killed, or museum specimens of infants at either a near term embryonic stage, birth, immediately after birth or up to an age of seven days after birth, using captive, wild, provisioned, or unspecified populations; male, female, or sex unspecified individuals; primary, secondary, or extrapolated sources; all measures of central tendency; in all localities. See source for details.", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "183.03", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000016", "dwc:scientificName": "Potos flavus", "dwc:lifeStage": "http://purl.bioontology.org/ontology/CSP/0070-1441" }, { "@id": "http://eol.org/pages/328067/data#data_point_949487", "eol:traitUri": "http://eol.org/resources/704/measurements/neonatalbodymass321", "@type": "dwc:MeasurementOrFact", "predicate": "body mass", "dwc:measurementType": "http://purl.obolibrary.org/obo/VT_0001259", "value": "171.84", "units": "g", "eol:dataPointId": 949487, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Neonatal Body Mass: Mass of live or freshly-killed specimens of infants at either a near term embryonic stage, birth, immediately after birth or up to an age of seven days after birth, using captive, wild, provisioned, or unspecified populations; male, female, or sex unspecified individuals; primary, secondary, or extrapolated sources; all measures of central tendency; in all localities. See source for details.", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "171.84", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000021", "dwc:scientificName": "Potos flavus", "dwc:lifeStage": "http://purl.bioontology.org/ontology/CSP/0070-1441" }, { "@id": "http://eol.org/pages/328067/data#data_point_949492", "eol:traitUri": "http://eol.org/resources/704/measurements/trophiclevel1154", "@type": "dwc:MeasurementOrFact", "predicate": "trophic level", "dwc:measurementType": "http://eol.org/schema/terms/TrophicLevel", "value": "omnivore", "eol:dataPointId": 949492, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Trophic level of each species measured using any qualitative or quantitative dietary measure, over any period of time, using any assessment method, for non-captive or non-provisioned populations; adult or age unspecified individuals, male, female, or sex unspecified individuals; primary, secondary, or extrapolated sources; all measures of central tendency; in all localities. See source for details. Species were defined as (1) http://www.owl-ontologies.com/unnamed.owl#Primary__Herbivore, (2) http://www.owl-ontologies.com/unnamed.owl#Omnivore and (3) http://www.owl-ontologies.com/unnamed.owl#Primary__Carnivore", "dwc:measurementValue": "http://www.owl-ontologies.com/unnamed.owl#Omnivore", "dwc:scientificName": "Potos flavus" }, { "@id": "http://eol.org/pages/328067/data#data_point_949493", "eol:traitUri": "http://eol.org/resources/704/measurements/terrestriality1036", "@type": "dwc:MeasurementOrFact", "predicate": "terrestriality", "dwc:measurementType": "http://eol.org/schema/terms/Terrestriality", "value": "above ground dwelling", "eol:dataPointId": 949493, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Degree of terrestriality of each species measured using any qualitative or quantitative time measure, for non-captive populations; adult or age unspecified individuals, male, female, or sex unspecified individuals; primary, secondary, or extrapolated sources; all measures of central tendency; in all localities. Species were defined as (1) fossorial and/or ground dwelling only and (2) above ground dwelling. See source for details.", "dwc:measurementValue": "http://eol.org/schema/terms/aboveGroundDwelling", "dwc:scientificName": "Potos flavus" }, { "@id": "http://eol.org/pages/328067/data#data_point_949494", "eol:traitUri": "http://eol.org/resources/704/measurements/teatnumber630", "@type": "dwc:MeasurementOrFact", "predicate": "teat number", "dwc:measurementType": "http://purl.obolibrary.org/obo/CMO_0000445", "value": "2", "eol:dataPointId": 949494, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Total number of teats present, using captive, wild, provisioned, or unspecified populations; male, female, or sex unspecified individuals; primary, secondary, or extrapolated sources; all measures of central tendency; in all localities. See source for details.", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "2", "dwc:scientificName": "Potos flavus" }, { "@id": "http://eol.org/pages/328067/data#data_point_949495", "eol:traitUri": "http://eol.org/resources/704/measurements/hupopdenchange1541", "@type": "dwc:MeasurementOrFact", "predicate": "human population density change", "dwc:measurementType": "http://eol.org/schema/terms/HumanPopulationDensityChange", "value": "0.12", "eol:dataPointId": 949495, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Variables describing the anthropogenic and environmental conditions within the geographic range of a species were generated based on the extent of digital species range maps from Sechrest (2003) converted to the Wilson and Reeder (2005) taxonomy. The species ranges were first gridded at 0.5 degrees using a global geographic projection and species were scored as present in each cell if any of the range intersected that cell. Summary statistics for a species were then calculated by summarizing the value for each anthropogenic and environmental variable (gridded to the same extent) for all the cells the species was present. The summary statistics for each variable was adjusted for the fact that area varies with latitude by multiplying each cell by the area and then dividing by the total area of cells for that variable for a species. Human Population Density Change calculated using the Gridded Population of the World (GPW) (CIESIN and CIAT 2005) for 1990 and 1995 as: (1995–1990)/1990.", "eolterms:statisticalMethod": "http://semanticscience.org/resource/SIO_001109", "dwc:measurementValue": "0.12", "dwc:scientificName": "Potos flavus" }, { "@id": "http://eol.org/pages/328067/data#data_point_949488", "eol:traitUri": "http://eol.org/resources/704/measurements/precipmean1381", "@type": "dwc:MeasurementOrFact", "predicate": "precipitation in geographic range", "dwc:measurementType": "http://eol.org/schema/terms/PrecipitationInRange", "value": "153.67", "units": "millimeters per month", "eol:dataPointId": 949488, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Variables describing the environmental conditions within the geographic range of a species were generated based on the extent of digital species range maps from Sechrest (2003) converted to the Wilson and Reeder (2005) taxonomy. The species ranges were first gridded at 0.5 degrees using a global geographic projection and species were scored as present in each cell if any of the range intersected that cell. Summary statistics for a species were then calculated by summarizing the value for each environmental variable (gridded to the same extent) for all the cells the species was present. The summary statistics for each variable was adjusted for the fact that area varies with latitude by multiplying each cell by the area and then dividing by the total area of cells for that variable for a species. Mean Monthly Precipitation was calculated using data from ftp://ftp.ngdc.noaa.gov/Solid_Earth/Ecosystems/GEDII_a/datasets/a03/lc.htm", "eolterms:statisticalMethod": "http://semanticscience.org/resource/SIO_001109", "dwc:measurementValue": "153.67", "dwc:measurementUnit": "http://eol.org/schema/terms/millimeterspermonth", "dwc:scientificName": "Potos flavus" }, { "@id": "http://eol.org/pages/328067/data#data_point_949489", "eol:traitUri": "http://eol.org/resources/704/measurements/tempmean1181", "@type": "dwc:MeasurementOrFact", "predicate": "temperature in geographic range", "dwc:measurementType": "http://eol.org/schema/terms/TemperatureInRange", "value": "241.49", "units": "0.1°C", "eol:dataPointId": 949489, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Variables describing the environmental conditions within the geographic range of a species were generated based on the extent of digital species range maps from Sechrest (2003) converted to the Wilson and Reeder (2005) taxonomy. The species ranges were first gridded at 0.5 degrees using a global geographic projection and species were scored as present in each cell if any of the range intersected that cell. Summary statistics for a species were then calculated by summarizing the value for each environmental variable (gridded to the same extent) for all the cells the species was present. The summary statistics for each variable was adjusted for the fact that area varies with latitude by multiplying each cell by the area and then dividing by the total area of cells for that variable for a species. Mean Monthly Temperature was calculated using data from ftp://ftp.ngdc.noaa.gov/Solid_Earth/Ecosystems/GEDII_a/datasets/a03/lc.htm", "eolterms:statisticalMethod": "http://semanticscience.org/resource/SIO_001109", "dwc:measurementValue": "241.49", "dwc:measurementUnit": "http://eol.org/schema/terms/onetenthdegreescelsius", "dwc:scientificName": "Potos flavus" }, { "@id": "http://eol.org/pages/328067/data#data_point_949490", "eol:traitUri": "http://eol.org/resources/704/measurements/petmean1637", "@type": "dwc:MeasurementOrFact", "predicate": "potential evapotranspiration rate in geographic range", "dwc:measurementType": "http://eol.org/schema/terms/PETinRange", "value": "1552.99", "units": "millimeters per month", "eol:dataPointId": 949490, "dc:source": "Data set supplied by Kate E. Jones. The data can also be accessed at Ecological Archives E090-184-D1, http://esapubs.org/archive/ecol/E090/184/, http://esapubs.org/archive/ecol/E090/184/PanTHERIA_1-0_WR05_Aug2008.txt", "dc:bibliographicCitation": "Kate E. Jones, Jon Bielby, Marcel Cardillo, Susanne A. Fritz, Justin O'Dell, C. David L. Orme, Kamran Safi, Wes Sechrest, Elizabeth H. Boakes, Chris Carbone, Christina Connolly, Michael J. Cutts, Janine K. Foster, Richard Grenyer, Michael Habib, Christopher A. Plaster, Samantha A. Price, Elizabeth A. Rigby, Janna Rist, Amber Teacher, Olaf R. P. Bininda-Emonds, John L. Gittleman, Georgina M. Mace, and Andy Purvis. 2009. PanTHERIA: a species-level database of life history, ecology, and geography of extant and recently extinct mammals. Ecology 90:2648.", "dwc:measurementMethod": "Variables describing the environmental conditions within the geographic range of a species were generated based on the extent of digital species range maps from Sechrest (2003) converted to the Wilson and Reeder (2005) taxonomy. The species ranges were first gridded at 0.5 degrees using a global geographic projection and species were scored as present in each cell if any of the range intersected that cell. Summary statistics for a species were then calculated by summarizing the value for each environmental variable (gridded to the same extent) for all the cells the species was present. The summary statistics for each variable was adjusted for the fact that area varies with latitude by multiplying each cell by the area and then dividing by the total area of cells for that variable for a species. Mean Monthly PET from 1920 to 1980 (mm) was calculated using the Global Resource Information Database of UNEP and is available from http://www.grid.unep.ch/data/grid/gnv183.php.", "eolterms:statisticalMethod": "http://semanticscience.org/resource/SIO_001109", "dwc:measurementValue": "1552.99", "dwc:measurementUnit": "http://eol.org/schema/terms/millimeterspermonth", "dwc:scientificName": "Potos flavus" }, { "@id": "http://eol.org/pages/328067/data#data_point_3088883", "eol:traitUri": "http://eol.org/resources/691/measurements/69d7a1a9ffaff268e9c33532e53b703d", "@type": "dwc:MeasurementOrFact", "predicate": "total life span", "dwc:measurementType": "http://purl.obolibrary.org/obo/VT_0001661", "value": "38.4", "units": "years", "eol:dataPointId": 3088883, "dc:source": "http://eol.org/resources/691", "eolterms:statisticalMethod": "http://semanticscience.org/resource/SIO_001114", "dwc:measurementValue": "38.4", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000036", "dwc:establishmentMeans": "captivity", "dwc:scientificName": "Potos flavus", "dwc:measurementRemarks": "Confidence in the longevity data (data quality) is classified as: 'low' (only used for species without an established maximum longevity in AnAge), 'questionable', 'acceptable' and 'high'. This qualifier is based on the reliability of the original reference from which maximum longevity was obtained, sample size, whether a given species has been studied and reproduces in captivity, and whether there are any conflicting reports.", "http://purl.bioontology.org/ontology/CSP/5004-0024": "acceptable", "eolterms:SampleSize": "medium (100-1000)" }, { "@id": "http://eol.org/pages/328067/data#data_point_3088886", "eol:traitUri": "http://eol.org/resources/691/measurements/5db8448e3c63697d1fc9c7fe858fcb6e", "@type": "dwc:MeasurementOrFact", "predicate": "inter-birth interval", "dwc:measurementType": "http://eol.org/schema/terms/InterBirthInterval", "value": "365", "units": "days", "eol:dataPointId": 3088886, "dc:source": "http://eol.org/resources/691", "dwc:measurementValue": "365", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000033", "dwc:scientificName": "Potos flavus", "dwc:measurementRemarks": "Life history data based on reviews and large-scale datasets, see source for details." }, { "@id": "http://eol.org/pages/328067/data#data_point_3088887", "eol:traitUri": "http://eol.org/resources/691/measurements/0f71656d0cadba03f37cfd2a6b7244a0", "@type": "dwc:MeasurementOrFact", "predicate": "prenatal development duration", "dwc:measurementType": "http://eol.org/schema/terms/PrenatalDevelopmentDuration", "value": "115", "units": "days", "eol:dataPointId": 3088887, "dc:source": "http://eol.org/resources/691", "dwc:measurementValue": "115", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000033", "dwc:scientificName": "Potos flavus", "dwc:measurementRemarks": "Life history data based on reviews and large-scale datasets, see source for details." }, { "@id": "http://eol.org/pages/328067/data#data_point_3088888", "eol:traitUri": "http://eol.org/resources/691/measurements/f8277fc9a1f3d10916edfd5cffeffdc0", "@type": "dwc:MeasurementOrFact", "predicate": "growth rate", "dwc:measurementType": "http://purl.bioontology.org/ontology/SNOMEDCT/260865002", "value": "0.0102", "units": "per day", "eol:dataPointId": 3088888, "dc:source": "http://eol.org/resources/691", "dwc:measurementMethod": "Growth rate values represent postnatal growth rate and are expressed in days^-1. They were calculated by fitting empirical data taken from published growth curves to sigmoidal growth functions and are considered appropriate for comparative analyses within the same taxonomic class. Please be aware, however, that growth rates for mammals were derived from the Gompertz function while growth rates for birds were derived from the logistic function, so comparisons between the two classes need to take this into account.", "dwc:measurementValue": "0.0102", "dwc:measurementUnit": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C66968", "dwc:scientificName": "Potos flavus", "dwc:measurementRemarks": "Life history data based on reviews and large-scale datasets, see source for details." }, { "@id": "http://eol.org/pages/328067/data#data_point_3088890", "eol:traitUri": "http://eol.org/resources/691/measurements/574019b2a04efde1bc240b5ee4734607", "@type": "dwc:MeasurementOrFact", "predicate": "litters per year", "dwc:measurementType": "http://eol.org/schema/terms/LittersPerYear", "value": "1", "units": "per year", "eol:dataPointId": 3088890, "dc:source": "http://eol.org/resources/691", "dwc:measurementValue": "1", "dwc:measurementUnit": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C74924", "dwc:scientificName": "Potos flavus", "dwc:measurementRemarks": "Life history data based on reviews and large-scale datasets, see source for details." }, { "@id": "http://eol.org/pages/328067/data#data_point_3088898", "eol:traitUri": "http://eol.org/resources/691/measurements/1f5690594d4585ff240eb80832fa545f", "@type": "dwc:MeasurementOrFact", "predicate": "clutch/brood/litter size", "dwc:measurementType": "http://purl.obolibrary.org/obo/VT_0001933", "value": "1", "eol:dataPointId": 3088898, "dc:source": "http://eol.org/resources/691", "dwc:measurementValue": "1", "dwc:scientificName": "Potos flavus", "dwc:measurementRemarks": "Life history data based on reviews and large-scale datasets, see source for details." }, { "@id": "http://eol.org/pages/328067/data#data_point_3088892", "eol:traitUri": "http://eol.org/resources/691/measurements/3f0f0a942ddd9132ceab8114e84932ee", "@type": "dwc:MeasurementOrFact", "predicate": "body temperature", "dwc:measurementType": "http://purl.bioontology.org/ontology/CSP/2871-4249", "value": "309.25", "units": "kelvin", "eol:dataPointId": 3088892, "dc:source": "http://eol.org/resources/691", "dwc:measurementValue": "309.25", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000012", "dwc:scientificName": "Potos flavus", "dwc:measurementRemarks": "Life history data based on reviews and large-scale datasets, see source for details." }, { "@id": "http://eol.org/pages/328067/data#data_point_3088893", "eol:traitUri": "http://eol.org/resources/691/measurements/49b449f24f00ed5b02e92bcfc40cb048", "@type": "dwc:MeasurementOrFact", "predicate": "body mass", "dwc:measurementType": "http://purl.obolibrary.org/obo/VT_0001259", "value": "2318", "units": "g", "eol:dataPointId": 3088893, "dc:source": "http://eol.org/resources/691", "dwc:measurementValue": "2318", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000021", "dwc:scientificName": "Potos flavus", "dwc:measurementRemarks": "Life history data based on reviews and large-scale datasets, see source for details." }, { "@id": "http://eol.org/pages/328067/data#data_point_3088895", "eol:traitUri": "http://eol.org/resources/691/measurements/c571f299213b2adf9d00ba8c471f34e5", "@type": "dwc:MeasurementOrFact", "predicate": "basal metabolic rate", "dwc:measurementType": "http://purl.bioontology.org/ontology/SNOMEDCT/165109007", "value": "4.294", "units": "Watts", "eol:dataPointId": 3088895, "dc:source": "http://eol.org/resources/691", "dwc:measurementValue": "4.294", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000114", "dwc:scientificName": "Potos flavus", "dwc:measurementRemarks": "Life history data based on reviews and large-scale datasets, see source for details." }, { "@id": "http://eol.org/pages/328067/data#data_point_3088877", "eol:traitUri": "http://eol.org/resources/691/measurements/f87d325d2c58bf3d7c2f67e7c93157d9", "@type": "dwc:MeasurementOrFact", "predicate": "weight", "dwc:measurementType": "http://purl.obolibrary.org/obo/PATO_0000128", "value": "175", "units": "g", "eol:dataPointId": 3088877, "dc:source": "http://eol.org/resources/691", "dwc:measurementValue": "175", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000021", "dwc:scientificName": "Potos flavus", "dwc:measurementRemarks": "Life history data based on reviews and large-scale datasets, see source for details.", "dwc:lifeStage": "http://purl.obolibrary.org/obo/UBERON_0007221" }, { "@id": "http://eol.org/pages/328067/data#data_point_3088897", "eol:traitUri": "http://eol.org/resources/691/measurements/fcc14c8eaddcf18e4cdb45ea090fc422", "@type": "dwc:MeasurementOrFact", "predicate": "weaning age", "dwc:measurementType": "http://eol.org/schema/terms/WeaningAge", "value": "119", "units": "days", "eol:dataPointId": 3088897, "dc:source": "http://eol.org/resources/691", "dwc:measurementValue": "119", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000033", "dwc:scientificName": "Potos flavus", "dwc:measurementRemarks": "Life history data based on reviews and large-scale datasets, see source for details." }, { "@id": "http://eol.org/pages/328067/data#data_point_3088874", "eol:traitUri": "http://eol.org/resources/691/measurements/8a6e95b1e2a88d0d84f6f00cb5d56e00", "@type": "dwc:MeasurementOrFact", "predicate": "onset of fertility", "dwc:measurementType": "http://purl.obolibrary.org/obo/VT_0002683", "value": "550", "units": "days", "eol:dataPointId": 3088874, "dc:source": "http://eol.org/resources/691", "dwc:measurementValue": "550", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000033", "dwc:scientificName": "Potos flavus", "dwc:sex": "http://purl.obolibrary.org/obo/PATO_0000384", "dwc:measurementRemarks": "Life history data based on reviews and large-scale datasets, see source for details." }, { "@id": "http://eol.org/pages/328067/data#data_point_3088876", "eol:traitUri": "http://eol.org/resources/691/measurements/17acf3ae09f206eaf581ae826311efd5", "@type": "dwc:MeasurementOrFact", "predicate": "onset of fertility", "dwc:measurementType": "http://purl.obolibrary.org/obo/VT_0002683", "value": "820", "units": "days", "eol:dataPointId": 3088876, "dc:source": "http://eol.org/resources/691", "dwc:measurementValue": "820", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000033", "dwc:scientificName": "Potos flavus", "dwc:sex": "http://purl.obolibrary.org/obo/PATO_0000383", "dwc:measurementRemarks": "Life history data based on reviews and large-scale datasets, see source for details." }, { "@id": "http://eol.org/pages/328067/data#data_point_3088879", "eol:traitUri": "http://eol.org/resources/691/measurements/5b43dc69c1b59a20644b6970c8a0e319", "@type": "dwc:MeasurementOrFact", "predicate": "weight", "dwc:measurementType": "http://purl.obolibrary.org/obo/PATO_0000128", "value": "3000", "units": "g", "eol:dataPointId": 3088879, "dc:source": "http://eol.org/resources/691", "dwc:measurementValue": "3000", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000021", "dwc:scientificName": "Potos flavus", "dwc:measurementRemarks": "Life history data based on reviews and large-scale datasets, see source for details.", "dwc:lifeStage": "http://www.ebi.ac.uk/efo/EFO_0001272" }, { "@id": "http://eol.org/pages/328067/data#data_point_46140957", "eol:traitUri": "http://eol.org/resources/737/measurements/966ec81d2a39e775ad34a3b8e523f9b6", "@type": "dwc:MeasurementOrFact", "predicate": "conservation status", "dwc:measurementType": "http://rs.tdwg.org/ontology/voc/SPMInfoItems#ConservationStatus", "value": "least concern", "eol:dataPointId": 46140957, "dc:source": "http://eol.org/resources/737", "dwc:measurementValue": "http://eol.org/schema/terms/leastConcern", "dwc:scientificName": "Potos flavus (Schreber, 1774)", "eolterms:Reviewer": "Duckworth, J.W. & Belant, J. (Small Carnivore Red List Authority)", "eolterms:Assessor": "Kays, R., Reid, F., Schipper, J. & Helgen, K.", "eolterms:Version": "3.1", "dwc:measurementRemarks": "Older designation \"Lower Risk/least concern (LR/lc)\" indicates this species has not been reevaluated since 2000", "dwc:measurementDeterminedDate": "2008", "eolterms:resource": "http://eol.org/resources/737" }, { "@id": "http://eol.org/pages/328067/data#data_point_40249312", "eol:traitUri": "http://eol.org/resources/368/measurements/b35f3fd12fbbecc41eedb6b4ea7652d1", "@type": "dwc:MeasurementOrFact", "predicate": "last appearance (younger bound)", "dwc:measurementType": "http://eol.org/schema/terms/paleo_lastapp_la", "value": "0.00000", "units": "million years ago", "eol:dataPointId": 40249312, "dc:source": "http://paleobiodb.org/cgi-bin/bridge.pl?a=checkTaxonInfo&is_real_user=1&taxon_no=232927", "dwc:measurementValue": "0.00000", "dwc:measurementUnit": "http://eol.org/schema/terms/paleo_megaannum", "dwc:scientificName": "Potos flavus", "source": "http://eol.org/resources/368" }, { "@id": "http://eol.org/pages/328067/data#data_point_40249317", "eol:traitUri": "http://eol.org/resources/368/measurements/f249c21fd5bb9770e597a1e64293a884", "@type": "dwc:MeasurementOrFact", "predicate": "last appearance (older bound)", "dwc:measurementType": "http://eol.org/schema/terms/paleo_lastapp_ea", "value": "0.01170", "units": "million years ago", "eol:dataPointId": 40249317, "dc:source": "http://paleobiodb.org/cgi-bin/bridge.pl?a=checkTaxonInfo&is_real_user=1&taxon_no=232927", "dwc:measurementValue": "0.01170", "dwc:measurementUnit": "http://eol.org/schema/terms/paleo_megaannum", "dwc:scientificName": "Potos flavus", "source": "http://eol.org/resources/368" }, { "@id": "http://eol.org/pages/328067/data#data_point_40249322", "eol:traitUri": "http://eol.org/resources/368/measurements/5aef940a41d48a35372e15947121ce45", "@type": "dwc:MeasurementOrFact", "predicate": "first appearance (younger bound)", "dwc:measurementType": "http://eol.org/schema/terms/paleo_firstapp_la", "value": "0.00000", "units": "million years ago", "eol:dataPointId": 40249322, "dc:source": "http://paleobiodb.org/cgi-bin/bridge.pl?a=checkTaxonInfo&is_real_user=1&taxon_no=232927", "dwc:measurementValue": "0.00000", "dwc:measurementUnit": "http://eol.org/schema/terms/paleo_megaannum", "dwc:scientificName": "Potos flavus", "source": "http://eol.org/resources/368" }, { "@id": "http://eol.org/pages/328067/data#data_point_40249328", "eol:traitUri": "http://eol.org/resources/368/measurements/7b4c920f5e3e016ead1da9ea23ffcd70", "@type": "dwc:MeasurementOrFact", "predicate": "first appearance (older bound)", "dwc:measurementType": "http://eol.org/schema/terms/paleo_firstapp_ea", "value": "0.01170", "units": "million years ago", "eol:dataPointId": 40249328, "dc:source": "http://paleobiodb.org/cgi-bin/bridge.pl?a=checkTaxonInfo&is_real_user=1&taxon_no=232927", "dwc:measurementValue": "0.01170", "dwc:measurementUnit": "http://eol.org/schema/terms/paleo_megaannum", "dwc:scientificName": "Potos flavus", "source": "http://eol.org/resources/368" }, { "@id": "http://eol.org/pages/328067/data#data_point_40249333", "eol:traitUri": "http://eol.org/resources/368/measurements/98147ab94f92c0ef38533f438080e674", "@type": "dwc:MeasurementOrFact", "predicate": "extinction status", "dwc:measurementType": "http://eol.org/schema/terms/ExtinctionStatus", "value": "extant", "eol:dataPointId": 40249333, "dc:source": "http://paleobiodb.org/cgi-bin/bridge.pl?a=checkTaxonInfo&is_real_user=1&taxon_no=232927", "dwc:measurementValue": "http://eol.org/schema/terms/extant", "dwc:scientificName": "Potos flavus", "source": "http://eol.org/resources/368" }, { "@id": "http://eol.org/pages/328067/data#data_point_11702613", "eol:traitUri": "http://eol.org/resources/708/measurements/fef39468699915157bfc2225cd8834c8", "@type": "dwc:MeasurementOrFact", "predicate": "habitat", "dwc:measurementType": "http://rs.tdwg.org/dwc/terms/habitat", "value": "undersea feature", "eol:dataPointId": 11702613, "dc:source": "http://eol.org/pages/328067/details#wikipedia", "dwc:measurementMethod": "text mining", "dwc:measurementValue": "http://purl.obolibrary.org/obo/ENVO_00000104", "dwc:scientificName": "Potos flavus (Schreber, 1774)", "dc:contributor": "Environments-EOL", "dwc:measurementRemarks": "source text: \"saddles\"" }, { "@id": "http://eol.org/pages/328067/data#data_point_11702614", "eol:traitUri": "http://eol.org/resources/708/measurements/26aa29f6eabd7113f12e702abeba57b4", "@type": "dwc:MeasurementOrFact", "predicate": "habitat", "dwc:measurementType": "http://rs.tdwg.org/dwc/terms/habitat", "value": "woodland", "eol:dataPointId": 11702614, "dc:source": "http://eol.org/pages/328067/details#habitat", "dwc:measurementMethod": "text mining", "dwc:measurementValue": "http://purl.obolibrary.org/obo/ENVO_00000109", "dwc:scientificName": "Potos flavus (Schreber, 1774)", "dc:contributor": "Environments-EOL", "dwc:measurementRemarks": "source text: \"rain forest\"" }, { "@id": "http://eol.org/pages/328067/data#data_point_11702615", "eol:traitUri": "http://eol.org/resources/708/measurements/9f5fa9930452dc42f8d0d7e285519b6d", "@type": "dwc:MeasurementOrFact", "predicate": "habitat", "dwc:measurementType": "http://rs.tdwg.org/dwc/terms/habitat", "value": "savanna", "eol:dataPointId": 11702615, "dc:source": "http://eol.org/pages/328067/details#habitat", "dwc:measurementMethod": "text mining", "dwc:measurementValue": "http://purl.obolibrary.org/obo/ENVO_00000261", "dwc:scientificName": "Potos flavus (Schreber, 1774)", "dc:contributor": "Environments-EOL", "dwc:measurementRemarks": "source text: \"savanna\"" }, { "@id": "http://eol.org/pages/328067/data#data_point_11702616", "eol:traitUri": "http://eol.org/resources/708/measurements/21432eda6da88616a0c63b49c99fffb3", "@type": "dwc:MeasurementOrFact", "predicate": "habitat", "dwc:measurementType": "http://rs.tdwg.org/dwc/terms/habitat", "value": "woodland", "eol:dataPointId": 11702616, "dc:source": "http://eol.org/pages/328067/details#habitat", "dwc:measurementMethod": "text mining", "dwc:measurementValue": "http://purl.obolibrary.org/obo/ENVO_00000109", "dwc:scientificName": "Potos flavus (Schreber, 1774)", "dc:contributor": "Environments-EOL", "dwc:measurementRemarks": "source text: \"rain forests\"" }, { "@id": "http://eol.org/pages/328067/data#data_point_11702617", "eol:traitUri": "http://eol.org/resources/708/measurements/b054da7b6efd361e9f250be79c1b104c", "@type": "dwc:MeasurementOrFact", "predicate": "habitat", "dwc:measurementType": "http://rs.tdwg.org/dwc/terms/habitat", "value": "drainage basin", "eol:dataPointId": 11702617, "dc:source": "http://eol.org/pages/328067/details#habitat", "dwc:measurementMethod": "text mining", "dwc:measurementValue": "http://purl.obolibrary.org/obo/ENVO_00000291", "dwc:scientificName": "Potos flavus (Schreber, 1774)", "dc:contributor": "Environments-EOL", "dwc:measurementRemarks": "source text: \"basin\"" }, { "@id": "http://eol.org/pages/328067/data#data_point_11702618", "eol:traitUri": "http://eol.org/resources/708/measurements/08aaa75aa90722a043b606163d22978a", "@type": "dwc:MeasurementOrFact", "predicate": "habitat", "dwc:measurementType": "http://rs.tdwg.org/dwc/terms/habitat", "value": "canopy", "eol:dataPointId": 11702618, "dc:source": "http://eol.org/pages/328067/details#habitat", "dwc:measurementMethod": "text mining", "dwc:measurementValue": "http://purl.obolibrary.org/obo/ENVO_00000047", "dwc:scientificName": "Potos flavus (Schreber, 1774)", "dc:contributor": "Environments-EOL", "dwc:measurementRemarks": "source text: \"canopy\"" }, { "@id": "http://eol.org/pages/328067/data#data_point_11702619", "eol:traitUri": "http://eol.org/resources/708/measurements/02a70eb6511147d4eef3d74440749716", "@type": "dwc:MeasurementOrFact", "predicate": "habitat", "dwc:measurementType": "http://rs.tdwg.org/dwc/terms/habitat", "value": "arboreal habitat", "eol:dataPointId": 11702619, "dc:source": "http://eol.org/pages/328067/details#habitat", "dwc:measurementMethod": "text mining", "dwc:measurementValue": "http://purl.obolibrary.org/obo/ENVO_00000571", "dwc:scientificName": "Potos flavus (Schreber, 1774)", "dc:contributor": "Environments-EOL", "dwc:measurementRemarks": "source text: \"arboreal\"" }, { "@id": "http://eol.org/pages/328067/data#data_point_11702620", "eol:traitUri": "http://eol.org/resources/708/measurements/43c64b341914ad1a8c301e08ed3c8c19", "@type": "dwc:MeasurementOrFact", "predicate": "habitat", "dwc:measurementType": "http://rs.tdwg.org/dwc/terms/habitat", "value": "coast", "eol:dataPointId": 11702620, "dc:source": "http://eol.org/pages/328067/details#distribution", "dwc:measurementMethod": "text mining", "dwc:measurementValue": "http://purl.obolibrary.org/obo/ENVO_00000303", "dwc:scientificName": "Potos flavus (Schreber, 1774)", "dc:contributor": "Environments-EOL", "dwc:measurementRemarks": "source text: \"coasts\"" }, { "@id": "http://eol.org/pages/328067/data#data_point_11702621", "eol:traitUri": "http://eol.org/resources/708/measurements/8560db388dda66a2f86e7c437db895fc", "@type": "dwc:MeasurementOrFact", "predicate": "habitat", "dwc:measurementType": "http://rs.tdwg.org/dwc/terms/habitat", "value": "terrestrial biome", "eol:dataPointId": 11702621, "dc:source": "http://eol.org/pages/328067/details#habitat", "dwc:measurementMethod": "text mining", "dwc:measurementValue": "http://purl.obolibrary.org/obo/ENVO_00000446", "dwc:scientificName": "Potos flavus (Schreber, 1774)", "dc:contributor": "Environments-EOL", "dwc:measurementRemarks": "source text: \"terrestrial\"" }, { "@id": "http://eol.org/pages/328067/data#data_point_11702622", "eol:traitUri": "http://eol.org/resources/708/measurements/c678a1c8e67fde4865f0c5789f2c2d78", "@type": "dwc:MeasurementOrFact", "predicate": "habitat", "dwc:measurementType": "http://rs.tdwg.org/dwc/terms/habitat", "value": "woodland", "eol:dataPointId": 11702622, "dc:source": "http://eol.org/pages/328067/details#habitat", "dwc:measurementMethod": "text mining", "dwc:measurementValue": "http://purl.obolibrary.org/obo/ENVO_00000109", "dwc:scientificName": "Potos flavus (Schreber, 1774)", "dc:contributor": "Environments-EOL", "dwc:measurementRemarks": "source text: \"thorn forests\"" }, { "@id": "http://eol.org/pages/328067/data#data_point_11702623", "eol:traitUri": "http://eol.org/resources/708/measurements/8e7b4c1eb7c37422478d749e369316cf", "@type": "dwc:MeasurementOrFact", "predicate": "habitat", "dwc:measurementType": "http://rs.tdwg.org/dwc/terms/habitat", "value": "woodland", "eol:dataPointId": 11702623, "dc:source": "http://eol.org/pages/328067/details#habitat", "dwc:measurementMethod": "text mining", "dwc:measurementValue": "http://purl.obolibrary.org/obo/ENVO_00000109", "dwc:scientificName": "Potos flavus (Schreber, 1774)", "dc:contributor": "Environments-EOL", "dwc:measurementRemarks": "source text: \"jungle\"" }, { "@id": "http://eol.org/pages/328067/data#data_point_11702624", "eol:traitUri": "http://eol.org/resources/708/measurements/94d657ad61528090ad78271517d3dad5", "@type": "dwc:MeasurementOrFact", "predicate": "habitat", "dwc:measurementType": "http://rs.tdwg.org/dwc/terms/habitat", "value": "savanna", "eol:dataPointId": 11702624, "dc:source": "http://eol.org/pages/328067/details#habitat", "dwc:measurementMethod": "text mining", "dwc:measurementValue": "http://purl.obolibrary.org/obo/ENVO_00000261", "dwc:scientificName": "Potos flavus (Schreber, 1774)", "dc:contributor": "Environments-EOL", "dwc:measurementRemarks": "source text: \"savannah\"" }, { "@id": "http://eol.org/pages/328067/data#data_point_11702625", "eol:traitUri": "http://eol.org/resources/708/measurements/e3f58d8d5d673fad2543c0a994e92a74", "@type": "dwc:MeasurementOrFact", "predicate": "habitat", "dwc:measurementType": "http://rs.tdwg.org/dwc/terms/habitat", "value": "forest", "eol:dataPointId": 11702625, "dc:source": "http://eol.org/pages/328067/details#habitat", "dwc:measurementMethod": "text mining", "dwc:measurementValue": "http://purl.obolibrary.org/obo/ENVO_00000111", "dwc:scientificName": "Potos flavus (Schreber, 1774)", "dc:contributor": "Environments-EOL", "dwc:measurementRemarks": "source text: \"forests\"" }, { "@id": "http://eol.org/pages/328067/data#data_point_11702626", "eol:traitUri": "http://eol.org/resources/708/measurements/2280c01dc7eaeb8b6c983778d963bc3a", "@type": "dwc:MeasurementOrFact", "predicate": "habitat", "dwc:measurementType": "http://rs.tdwg.org/dwc/terms/habitat", "value": "coast", "eol:dataPointId": 11702626, "dc:source": "http://eol.org/pages/328067/details#habitat", "dwc:measurementMethod": "text mining", "dwc:measurementValue": "http://purl.obolibrary.org/obo/ENVO_00000303", "dwc:scientificName": "Potos flavus (Schreber, 1774)", "dc:contributor": "Environments-EOL", "dwc:measurementRemarks": "source text: \"coastal\"" }, { "@id": "http://eol.org/pages/328067/data#data_point_11702627", "eol:traitUri": "http://eol.org/resources/708/measurements/210e5982b31741586f12a75c2041e209", "@type": "dwc:MeasurementOrFact", "predicate": "habitat", "dwc:measurementType": "http://rs.tdwg.org/dwc/terms/habitat", "value": "woodland", "eol:dataPointId": 11702627, "dc:source": "http://eol.org/pages/328067/details#habitat", "dwc:measurementMethod": "text mining", "dwc:measurementValue": "http://purl.obolibrary.org/obo/ENVO_00000109", "dwc:scientificName": "Potos flavus (Schreber, 1774)", "dc:contributor": "Environments-EOL", "dwc:measurementRemarks": "source text: \"rainforest\"" }, { "@id": "http://eol.org/pages/328067/data#data_point_11702628", "eol:traitUri": "http://eol.org/resources/708/measurements/abcbb025d97b1753fd77a88a6619389a", "@type": "dwc:MeasurementOrFact", "predicate": "habitat", "dwc:measurementType": "http://rs.tdwg.org/dwc/terms/habitat", "value": "tropical", "eol:dataPointId": 11702628, "dc:source": "http://eol.org/pages/328067/details#habitat", "dwc:measurementMethod": "text mining", "dwc:measurementValue": "http://purl.obolibrary.org/obo/ENVO_01000204", "dwc:scientificName": "Potos flavus (Schreber, 1774)", "dc:contributor": "Environments-EOL", "dwc:measurementRemarks": "source text: \"tropical\"" }, { "@id": "http://eol.org/pages/328067/data#data_point_34988576", "eol:traitUri": "http://eol.org/resources/713/associations/globi:assoc:1829283-eol:328067-interacts_with-eol:104288", "@type": "eol:Association", "predicate": "interacts with", "value": "Harpia", "eol:dataPointId": 34988576, "dc:source": "A. Thessen. 2014. Species associations extracted from EOL text data objects via text mining. Accessed at https://raw.githubusercontent.com/EOL/pseudonitzchia/master/associations_all_revised.txt on 08 Apr 2015.", "eol:reference/full_reference": "A. Thessen. 2014. Species associations extracted from EOL text data objects via text mining. Accessed at https://raw.githubusercontent.com/EOL/pseudonitzchia/master/associations_all_revised.txt on 08 Apr 2015.", "eol:associationType": "http://eol.org/schema/terms/interactsWith", "dwc:scientificName": "Potos flavus", "eol:inverseAssociationType": "http://eol.org/schema/terms/interactsWithreverse", "eol:subjectPage": "http://eol.org/pages/328067", "eol:objectPage": "http://eol.org/pages/104288", "eolterms:resource": "http://eol.org/resources/713", "eol:targetTaxonID": "Harpia" }, { "@id": "http://eol.org/pages/328067/data#data_point_34526332", "eol:traitUri": "http://eol.org/resources/713/associations/globi:assoc:1829283-eol:328067-interacts_with-eol:104284", "@type": "eol:Association", "predicate": "interacts with", "value": "Spizaetus", "eol:dataPointId": 34526332, "dc:source": "A. Thessen. 2014. Species associations extracted from EOL text data objects via text mining. Accessed at https://raw.githubusercontent.com/EOL/pseudonitzchia/master/associations_all_revised.txt on 08 Apr 2015.", "eol:reference/full_reference": "A. Thessen. 2014. Species associations extracted from EOL text data objects via text mining. Accessed at https://raw.githubusercontent.com/EOL/pseudonitzchia/master/associations_all_revised.txt on 08 Apr 2015.", "eol:associationType": "http://eol.org/schema/terms/interactsWith", "dwc:scientificName": "Potos flavus", "eol:inverseAssociationType": "http://eol.org/schema/terms/interactsWithreverse", "eol:subjectPage": "http://eol.org/pages/328067", "eol:objectPage": "http://eol.org/pages/104284", "eolterms:resource": "http://eol.org/resources/713", "eol:targetTaxonID": "Spizaetus" }, { "@id": "http://eol.org/pages/328067/data#data_point_34395895", "eol:traitUri": "http://eol.org/resources/713/associations/globi:assoc:1829283-eol:328067-interacts_with-eol:14134", "@type": "eol:Association", "predicate": "interacts with", "value": "Panthera", "eol:dataPointId": 34395895, "dc:source": "A. Thessen. 2014. Species associations extracted from EOL text data objects via text mining. Accessed at https://raw.githubusercontent.com/EOL/pseudonitzchia/master/associations_all_revised.txt on 08 Apr 2015.", "eol:reference/full_reference": "A. Thessen. 2014. Species associations extracted from EOL text data objects via text mining. Accessed at https://raw.githubusercontent.com/EOL/pseudonitzchia/master/associations_all_revised.txt on 08 Apr 2015.", "eol:associationType": "http://eol.org/schema/terms/interactsWith", "dwc:scientificName": "Potos flavus", "eol:inverseAssociationType": "http://eol.org/schema/terms/interactsWithreverse", "eol:subjectPage": "http://eol.org/pages/328067", "eol:objectPage": "http://eol.org/pages/14134", "eolterms:resource": "http://eol.org/resources/713", "eol:targetTaxonID": "Panthera" }, { "@id": "http://eol.org/pages/328067/data#data_point_34022689", "eol:traitUri": "http://eol.org/resources/713/associations/globi:assoc:1829283-eol:328067-interacts_with-eol:14320", "@type": "eol:Association", "predicate": "interacts with", "value": "Leopardus", "eol:dataPointId": 34022689, "dc:source": "A. Thessen. 2014. Species associations extracted from EOL text data objects via text mining. Accessed at https://raw.githubusercontent.com/EOL/pseudonitzchia/master/associations_all_revised.txt on 08 Apr 2015.", "eol:reference/full_reference": "A. Thessen. 2014. Species associations extracted from EOL text data objects via text mining. Accessed at https://raw.githubusercontent.com/EOL/pseudonitzchia/master/associations_all_revised.txt on 08 Apr 2015.", "eol:associationType": "http://eol.org/schema/terms/interactsWith", "dwc:scientificName": "Potos flavus", "eol:inverseAssociationType": "http://eol.org/schema/terms/interactsWithreverse", "eol:subjectPage": "http://eol.org/pages/328067", "eol:objectPage": "http://eol.org/pages/14320", "eolterms:resource": "http://eol.org/resources/713", "eol:targetTaxonID": "Leopardus" }, { "@id": "http://eol.org/pages/328067/data#data_point_45451652", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00374704", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Neotropical", "eol:dataPointId": 45451652, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Neotropical", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biomes: Deserts and Xeric Shrublands; Flooded Grasslands and Savannas; Mangroves; Tropical and Subtropical Coniferous Forests; Tropical and Subtropical Dry Broadleaf Forests; Tropical and subtropical grasslands, savannas, and shrublands; Tropical and Subtropical Moist Broadleaf Forests

Ecoregions: Alto Parana Atlantic forests; Amazon-Orinoco-Southern Caribbean mangroves; Apure-Villavicencio dry forests; Araya and Paria xeric scrub; Atlantic Coast restingas; Atlantic dry forests; Bahia coastal forests; Bahia interior forests; Balsas dry forests; Belizean pine forests; Beni savanna; Bolivian Yungas; Caatinga; Caatinga Enclaves moist forests; Campos Rupestres montane savanna; Caqueta moist forests; Catatumbo moist forests; Cauca Valley dry forests; Cauca Valley montane forests; Central American Atlantic moist forests; Central American dry forests; Central American montane forests; Central American pine-oak forests; Cerrado; Chiapas Depression dry forests; Chiapas montane forests; Chimalapas montane forests; Chiquitano dry forests; Choco-Darien moist forests; Cordillera La Costa montane forests; Cordillera Oriental montane forests; Costa Rican seasonal moist forests; Eastern Cordillera real montane forests; Eastern Panamanian montane forests; Ecuadorian dry forests; Guajira-Barranquilla xeric scrub; Guayaquil flooded grasslands; Guianan Freshwater swamp forests; Guianan Highlands moist forests; Guianan moist forests; Guianan piedmont and lowland moist forests; Guianan savanna; Gurupa varzea; Iquitos varzea; Isthmian-Atlantic moist forests; Isthmian-Pacific moist forests; Japura-Solimoes-Negro moist forests; Jurua-Purus moist forests; La Costa xeric shrublands; Lara-Falcon dry forests; Llanos; Madeira-Tapajos moist forests; Magdalena Valley dry forests; Magdalena Valley montane forests; Magdalena-Uraba moist forests; Maracaibo dry forests; Marajo varzea; Maranhao Babaτu forests; Mato Grosso seasonal forests; Mesoamerican Gulf-Caribbean mangroves; Miskito pine forests; Monte Alegre varzea; Motagua Valley thornscrub; Napo moist forests; Negro-Branco moist forests; Northeastern Brazil restingas; Northern Mesoamerican Pacific mangroves; Northwestern Andean montane forests; Oaxacan montane forests; Orinoco Delta swamp forests; Orinoco wetlands; Panamanian dry forests; Pantanal; Pantanos de Centla; Pantepuis; Paraguana xeric scrub; Patia Valley dry forests; Pernambuco coastal forests; Pernambuco interior forests; Peruvian Yungas; Peten-Veracruz moist forests; Purus varzea; Purus-Madeira moist forests; Rio Negro campinarana; Santa Marta montane forests; Serra do Mar coastal forests; Sierra de los Tuxtlas; Sierra Madre de Chiapas moist forest; Sierra Madre de Oaxaca pine-oak forests; Sierra Madre del Sur pine-oak forests; Sinu Valley dry forests; Solimoes-Japura moist forest; South American Pacific mangroves; Southern Atlantic mangroves; Southern Mesoamerican Pacific mangroves; Southern Pacific dry forests; Southwest Amazon moist forests; Talamancan montane forests; Tapajos-Xingu moist forests; Tehuacan Valley matorral; Tocantins/Pindare moist forests; Trans-Mexican Volcanic Belt pine-oak forests; Uatuma-Trombetas moist forests; Ucayali moist forests; Venezuelan Andes montane forests; Veracruz dry forests; Veracruz moist forests; Veracruz montane forests; Western Ecuador moist forests; Xingu-Tocantins-Araguaia moist forests; Yucatan dry forests; Yucatan moist forests", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45451651", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00374703", "@type": "dwc:MeasurementOrFact", "predicate": "geographic distribution includes", "dwc:measurementType": "http://eol.org/schema/terms/Present", "value": "Nearctic", "eol:dataPointId": 45451651, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/Nearctic", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Biomes: Tropical and Subtropical Coniferous Forests

Ecoregions: Sierra Madre Oriental pine-oak forests", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45514749", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00437797", "@type": "dwc:MeasurementOrFact", "predicate": "habitat includes", "dwc:measurementType": "http://eol.org/schema/terms/Habitat", "value": "Flooded Grasslands and Savannas", "eol:dataPointId": 45514749, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/flooded_grasslands_and_savannas", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Ecoregions: Guayaquil flooded grasslands; Orinoco wetlands; Pantanal

Realms: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45514748", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00437796", "@type": "dwc:MeasurementOrFact", "predicate": "habitat includes", "dwc:measurementType": "http://eol.org/schema/terms/Habitat", "value": "Tropical and subtropical grasslands, savannas, and shrublands", "eol:dataPointId": 45514748, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/tropical_and_subtropical_grasslands_savannas_and_shrublands", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Ecoregions: Beni savanna; Campos Rupestres montane savanna; Cerrado; Guianan savanna; Llanos

Realms: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45514747", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00437795", "@type": "dwc:MeasurementOrFact", "predicate": "habitat includes", "dwc:measurementType": "http://eol.org/schema/terms/Habitat", "value": "Tropical and Subtropical Coniferous Forests", "eol:dataPointId": 45514747, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/tropical_and_subtropical_coniferous_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Ecoregions: Belizean pine forests; Central American pine-oak forests; Miskito pine forests; Sierra Madre de Oaxaca pine-oak forests; Sierra Madre del Sur pine-oak forests; Sierra Madre Oriental pine-oak forests; Trans-Mexican Volcanic Belt pine-oak forests

Realms: Nearctic; Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45514746", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00437794", "@type": "dwc:MeasurementOrFact", "predicate": "habitat includes", "dwc:measurementType": "http://eol.org/schema/terms/Habitat", "value": "Deserts and Xeric Shrublands", "eol:dataPointId": 45514746, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/deserts_and_xeric_shrublands", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Ecoregions: Araya and Paria xeric scrub; Caatinga; Guajira-Barranquilla xeric scrub; La Costa xeric shrublands; Motagua Valley thornscrub; Paraguana xeric scrub; Tehuacan Valley matorral

Realms: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45514745", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00437793", "@type": "dwc:MeasurementOrFact", "predicate": "habitat includes", "dwc:measurementType": "http://eol.org/schema/terms/Habitat", "value": "Tropical and Subtropical Dry Broadleaf Forests", "eol:dataPointId": 45514745, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/tropical_and_subtropical_dry_broadleaf_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Ecoregions: Apure-Villavicencio dry forests; Atlantic dry forests; Balsas dry forests; Cauca Valley dry forests; Central American dry forests; Chiapas Depression dry forests; Chiquitano dry forests; Ecuadorian dry forests; Lara-Falcon dry forests; Magdalena Valley dry forests; Maracaibo dry forests; Panamanian dry forests; Pat_a Valley dry forests; Sinu Valley dry forests; Southern Pacific dry forests; Veracruz dry forests; Yucatan dry forests

Realms: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45514744", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00437792", "@type": "dwc:MeasurementOrFact", "predicate": "habitat includes", "dwc:measurementType": "http://eol.org/schema/terms/Habitat", "value": "Mangroves", "eol:dataPointId": 45514744, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/mangroves", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Ecoregions: Amazon-Orinoco-Southern Caribbean mangroves; Mesoamerican Gulf-Caribbean mangroves; Northern Mesoamerican Pacific mangroves; South American Pacific mangroves; Southern Atlantic mangroves; Southern Mesoamerican Pacific mangroves

Realms: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_45514743", "eol:traitUri": "http://eol.org/resources/976/measurements/m_00437791", "@type": "dwc:MeasurementOrFact", "predicate": "habitat includes", "dwc:measurementType": "http://eol.org/schema/terms/Habitat", "value": "Tropical and Subtropical Moist Broadleaf Forests", "eol:dataPointId": 45514743, "dc:source": "http://www.worldwildlife.org/publications/wildfinder-database", "dc:bibliographicCitation": "World Wildlife Fund. 2006. WildFinder: Online database of species distributions, ver. Jan-06. www.worldwildlife.org/WildFinder", "dwc:measurementValue": "http://eol.org/schema/terms/tropical_and_subtropical_moist_broadleaf_forests", "dwc:scientificName": "Potos flavus", "dc:contributor": "Compiler: Sarah Miller", "dwc:measurementRemarks": "Ecoregions: Alto Parana Atlantic forests; Atlantic Coast restingas; Bahia coastal forests; Bahia interior forests; Bolivian Yungas; Caatinga Enclaves moist forests; Caqueta moist forests; Catatumbo moist forests; Cauca Valley montane forests; Central American Atlantic moist forests; Central American montane forests; Chiapas montane forests; Chimalapas montane forests; Choco-Dari_n moist forests; Cordillera La Costa montane forests; Cordillera Oriental montane forests; Costa Rican seasonal moist forests; Eastern Cordillera real montane forests; Eastern Panamanian montane forests; Guianan Freshwater swamp forests; Guianan Highlands moist forests; Guianan moist forests; Guianan piedmont and lowland moist forests; Gurupa varzea; Iquitos varzea; Isthmian-Atlantic moist forests; Isthmian-Pacific moist forests; Japura-Solimoes-Negro moist forests; Jurua-Purus moist forests; Madeira-Tapajos moist forests; Magdalena Valley montane forests; Magdalena-Uraba moist forests; Marajo varzea; Maranhao Baba_u forests; Mato Grosso seasonal forests; Monte Alegre varzea; Napo moist forests; Negro-Branco moist forests; Northeastern Brazil restingas; Northwestern Andean montane forests; Oaxacan montane forests; Orinoco Delta swamp forests; Pantanos de Centla; Pantepuis; Pernambuco coastal forests; Pernambuco interior forests; Peruvian Yungas; Pet_n-Veracruz moist forests; Purus varzea; Purus-Madeira moist forests; Rio Negro campinarana; Santa Marta montane forests; Serra do Mar coastal forests; Sierra de los Tuxtlas; Sierra Madre de Chiapas moist forest; Solimoes-Japura moist forest; Southwest Amazon moist forests; Talamancan montane forests; Tapajos-Xingu moist forests; Tocantins/Pindare moist forests; Uatuma-Trombetas moist forests; Ucayali moist forests; Venezuelan Andes montane forests; Veracruz moist forests; Veracruz montane forests; Western Ecuador moist forests; Xingu-Tocantins-Araguaia moist forests; Yucatan moist forests

Realms: Neotropical", "eolterms:resource": "http://eol.org/resources/976" }, { "@id": "http://eol.org/pages/328067/data#data_point_33452097", "eol:traitUri": "http://eol.org/resources/713/associations/globi:assoc:1829283-eol:328067-interacts_with-eol:7674", "@type": "eol:Association", "predicate": "interacts with", "value": "Felidae", "eol:dataPointId": 33452097, "dc:source": "A. Thessen. 2014. Species associations extracted from EOL text data objects via text mining. Accessed at https://raw.githubusercontent.com/EOL/pseudonitzchia/master/associations_all_revised.txt on 08 Apr 2015.", "eol:reference/full_reference": "A. Thessen. 2014. Species associations extracted from EOL text data objects via text mining. Accessed at https://raw.githubusercontent.com/EOL/pseudonitzchia/master/associations_all_revised.txt on 08 Apr 2015.", "eol:associationType": "http://eol.org/schema/terms/interactsWith", "dwc:scientificName": "Potos flavus", "eol:inverseAssociationType": "http://eol.org/schema/terms/interactsWithreverse", "eol:subjectPage": "http://eol.org/pages/328067", "eol:objectPage": "http://eol.org/pages/7674", "eolterms:resource": "http://eol.org/resources/713", "eol:targetTaxonID": "Felidae" }, { "@id": "http://eol.org/pages/328067/data#data_point_33452073", "eol:traitUri": "http://eol.org/resources/713/associations/globi:assoc:1829283-eol:328067-interacts_with-eol:8016", "@type": "eol:Association", "predicate": "interacts with", "value": "Accipitridae", "eol:dataPointId": 33452073, "dc:source": "A. Thessen. 2014. Species associations extracted from EOL text data objects via text mining. Accessed at https://raw.githubusercontent.com/EOL/pseudonitzchia/master/associations_all_revised.txt on 08 Apr 2015.", "eol:reference/full_reference": "A. Thessen. 2014. Species associations extracted from EOL text data objects via text mining. Accessed at https://raw.githubusercontent.com/EOL/pseudonitzchia/master/associations_all_revised.txt on 08 Apr 2015.", "eol:associationType": "http://eol.org/schema/terms/interactsWith", "dwc:scientificName": "Potos flavus", "eol:inverseAssociationType": "http://eol.org/schema/terms/interactsWithreverse", "eol:subjectPage": "http://eol.org/pages/328067", "eol:objectPage": "http://eol.org/pages/8016", "eolterms:resource": "http://eol.org/resources/713", "eol:targetTaxonID": "Accipitridae" }, { "@id": "http://eol.org/pages/328067/data#data_point_34253837", "eol:traitUri": "http://eol.org/resources/713/associations/globi:assoc:1829283-eol:328067-interacts_with-eol:313991", "@type": "eol:Association", "predicate": "interacts with", "value": "Leopardus pardalis", "eol:dataPointId": 34253837, "dc:source": "A. Thessen. 2014. Species associations extracted from EOL text data objects via text mining. Accessed at https://raw.githubusercontent.com/EOL/pseudonitzchia/master/associations_all_revised.txt on 08 Apr 2015.", "eol:reference/full_reference": "A. Thessen. 2014. Species associations extracted from EOL text data objects via text mining. Accessed at https://raw.githubusercontent.com/EOL/pseudonitzchia/master/associations_all_revised.txt on 08 Apr 2015.", "eol:associationType": "http://eol.org/schema/terms/interactsWith", "dwc:scientificName": "Potos flavus", "eol:inverseAssociationType": "http://eol.org/schema/terms/interactsWithreverse", "eol:subjectPage": "http://eol.org/pages/328067", "eol:objectPage": "http://eol.org/pages/313991", "eolterms:resource": "http://eol.org/resources/713", "eol:targetTaxonID": "Leopardus pardalis" }, { "@id": "http://eol.org/pages/328067/data#data_point_33458794", "eol:traitUri": "http://eol.org/resources/713/associations/globi:assoc:1829283-eol:328067-interacts_with-eol:328606", "@type": "eol:Association", "predicate": "interacts with", "value": "Panthera onca", "eol:dataPointId": 33458794, "dc:source": "A. Thessen. 2014. Species associations extracted from EOL text data objects via text mining. Accessed at https://raw.githubusercontent.com/EOL/pseudonitzchia/master/associations_all_revised.txt on 08 Apr 2015.", "eol:reference/full_reference": "A. Thessen. 2014. Species associations extracted from EOL text data objects via text mining. Accessed at https://raw.githubusercontent.com/EOL/pseudonitzchia/master/associations_all_revised.txt on 08 Apr 2015.", "eol:associationType": "http://eol.org/schema/terms/interactsWith", "dwc:scientificName": "Potos flavus", "eol:inverseAssociationType": "http://eol.org/schema/terms/interactsWithreverse", "eol:subjectPage": "http://eol.org/pages/328067", "eol:objectPage": "http://eol.org/pages/328606", "eolterms:resource": "http://eol.org/resources/713", "eol:targetTaxonID": "Panthera onca" }, { "@id": "http://eol.org/pages/328067/data#data_point_33713172", "eol:traitUri": "http://eol.org/resources/713/associations/globi:assoc:1829283-eol:328067-interacts_with-eol:1048938", "@type": "eol:Association", "predicate": "interacts with", "value": "Spizaetus isidori", "eol:dataPointId": 33713172, "dc:source": "A. Thessen. 2014. Species associations extracted from EOL text data objects via text mining. Accessed at https://raw.githubusercontent.com/EOL/pseudonitzchia/master/associations_all_revised.txt on 08 Apr 2015.", "eol:reference/full_reference": "A. Thessen. 2014. Species associations extracted from EOL text data objects via text mining. Accessed at https://raw.githubusercontent.com/EOL/pseudonitzchia/master/associations_all_revised.txt on 08 Apr 2015.", "eol:associationType": "http://eol.org/schema/terms/interactsWith", "dwc:scientificName": "Potos flavus", "eol:inverseAssociationType": "http://eol.org/schema/terms/interactsWithreverse", "eol:subjectPage": "http://eol.org/pages/328067", "eol:objectPage": "http://eol.org/pages/1048938", "eolterms:resource": "http://eol.org/resources/713", "eol:targetTaxonID": "Spizaetus isidori" }, { "@id": "http://eol.org/pages/328067/data#data_point_33713171", "eol:traitUri": "http://eol.org/resources/713/associations/globi:assoc:1829283-eol:328067-interacts_with-eol:1048941", "@type": "eol:Association", "predicate": "interacts with", "value": "Harpia harpyja", "eol:dataPointId": 33713171, "dc:source": "A. Thessen. 2014. Species associations extracted from EOL text data objects via text mining. Accessed at https://raw.githubusercontent.com/EOL/pseudonitzchia/master/associations_all_revised.txt on 08 Apr 2015.", "eol:reference/full_reference": "A. Thessen. 2014. Species associations extracted from EOL text data objects via text mining. Accessed at https://raw.githubusercontent.com/EOL/pseudonitzchia/master/associations_all_revised.txt on 08 Apr 2015.", "eol:associationType": "http://eol.org/schema/terms/interactsWith", "dwc:scientificName": "Potos flavus", "eol:inverseAssociationType": "http://eol.org/schema/terms/interactsWithreverse", "eol:subjectPage": "http://eol.org/pages/328067", "eol:objectPage": "http://eol.org/pages/1048941", "eolterms:resource": "http://eol.org/resources/713", "eol:targetTaxonID": "Harpia harpyja" }, { "@id": "http://eol.org/pages/328067/data#data_point_46328513", "eol:traitUri": "http://eol.org/resources/1020/measurements/m_06356", "@type": "dwc:MeasurementOrFact", "predicate": "litters per year", "dwc:measurementType": "http://eol.org/schema/terms/LittersPerYear", "value": "1", "eol:dataPointId": 46328513, "eol:reference/full_reference": "Eisenberg, J. F. 1989. Mammals of the Neotropics. Vol. 1. University of Chicago Press, Chicago, Illinois, USA.", "dc:bibliographicCitation": "S. K. Morgan Ernest. 2003. Life history characteristics of placental non-volant mammals. Ecology 84:3402.", "dwc:measurementMethod": "Average number of litters per year that a female produces", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "1", "dwc:scientificName": "Potos flavus", "eolterms:resource": "http://eol.org/resources/1020" }, { "@id": "http://eol.org/pages/328067/data#data_point_46330066", "eol:traitUri": "http://eol.org/resources/1020/measurements/m_09948", "@type": "dwc:MeasurementOrFact", "predicate": "body mass", "dwc:measurementType": "http://purl.obolibrary.org/obo/VT_0001259", "value": "165.66", "units": "g", "eol:dataPointId": 46330066, "eol:reference/full_reference": "Eisenberg, J. F. 1989. Mammals of the Neotropics. Vol. 1. University of Chicago Press, Chicago, Illinois, USA.", "dc:bibliographicCitation": "S. K. Morgan Ernest. 2003. Life history characteristics of placental non-volant mammals. Ecology 84:3402.", "dwc:measurementMethod": "Average mass of a newborn immediately after birth", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "165.66", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000021", "dwc:scientificName": "Potos flavus", "eolterms:resource": "http://eol.org/resources/1020" }, { "@id": "http://eol.org/pages/328067/data#data_point_46342056", "eol:traitUri": "http://eol.org/resources/1021/measurements/m_08928", "@type": "dwc:MeasurementOrFact", "predicate": "body mass", "dwc:measurementType": "http://purl.obolibrary.org/obo/VT_0001259", "value": "3.48", "units": "log10 grams", "eol:dataPointId": 46342056, "eol:reference/full_reference": "Wootten, J. T. 1987. The effects of body-mass, phylogeny, habitat, and trophic level on mammalian age at 1st reproduction. Evolution 41:732ñ749.", "dc:bibliographicCitation": "NCEAS 2182: Smith: Body size in ecology and paleoecology: Linking pattern and process across spatial, temporal and taxonomic scales , National Center for Ecological Analysis and Synthesis , and Smith F. Macroecological database of mammalian body mass (doi:10.5063/AA/nceas.196.3)", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "3.48", "dwc:measurementUnit": "http://eol.org/schema/terms/log10gram", "dwc:scientificName": "Potos flavus", "dc:contributor": "compiler: Sarah Miller", "dwc:locality": "South America", "eolterms:resource": "http://eol.org/resources/1021" }, { "@id": "http://eol.org/pages/328067/data#data_point_46342055", "eol:traitUri": "http://eol.org/resources/1021/measurements/m_04213", "@type": "dwc:MeasurementOrFact", "predicate": "extinction status", "dwc:measurementType": "http://eol.org/schema/terms/ExtinctionStatus", "value": "extant", "eol:dataPointId": 46342055, "eol:reference/full_reference": "Wootten, J. T. 1987. The effects of body-mass, phylogeny, habitat, and trophic level on mammalian age at 1st reproduction. Evolution 41:732ñ749.", "dc:bibliographicCitation": "NCEAS 2182: Smith: Body size in ecology and paleoecology: Linking pattern and process across spatial, temporal and taxonomic scales , National Center for Ecological Analysis and Synthesis , and Smith F. Macroecological database of mammalian body mass (doi:10.5063/AA/nceas.196.3)", "dwc:measurementValue": "http://eol.org/schema/terms/extant", "dwc:scientificName": "Potos flavus", "dc:contributor": "compiler: Sarah Miller", "dwc:locality": "South America", "eolterms:resource": "http://eol.org/resources/1021" }, { "@id": "http://eol.org/pages/328067/data#data_point_46342054", "eol:traitUri": "http://eol.org/resources/1021/measurements/m_13287", "@type": "dwc:MeasurementOrFact", "predicate": "body mass", "dwc:measurementType": "http://purl.obolibrary.org/obo/VT_0001259", "value": "3000", "units": "g", "eol:dataPointId": 46342054, "eol:reference/full_reference": "Wootten, J. T. 1987. The effects of body-mass, phylogeny, habitat, and trophic level on mammalian age at 1st reproduction. Evolution 41:732ñ749.", "dc:bibliographicCitation": "NCEAS 2182: Smith: Body size in ecology and paleoecology: Linking pattern and process across spatial, temporal and taxonomic scales , National Center for Ecological Analysis and Synthesis , and Smith F. Macroecological database of mammalian body mass (doi:10.5063/AA/nceas.196.3)", "dwc:measurementMethod": "Adult body mass averaged across males and females and geographic locations.", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "3000", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000021", "dwc:scientificName": "Potos flavus", "dc:contributor": "compiler: Sarah Miller", "dwc:locality": "South America", "eolterms:resource": "http://eol.org/resources/1021" }, { "@id": "http://eol.org/pages/328067/data#data_point_46342053", "eol:traitUri": "http://eol.org/resources/1021/measurements/m_08927", "@type": "dwc:MeasurementOrFact", "predicate": "body mass", "dwc:measurementType": "http://purl.obolibrary.org/obo/VT_0001259", "value": "3.48", "units": "log10 grams", "eol:dataPointId": 46342053, "eol:reference/full_reference": "Wootten, J. T. 1987. The effects of body-mass, phylogeny, habitat, and trophic level on mammalian age at 1st reproduction. Evolution 41:732ñ749.", "dc:bibliographicCitation": "NCEAS 2182: Smith: Body size in ecology and paleoecology: Linking pattern and process across spatial, temporal and taxonomic scales , National Center for Ecological Analysis and Synthesis , and Smith F. Macroecological database of mammalian body mass (doi:10.5063/AA/nceas.196.3)", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "3.48", "dwc:measurementUnit": "http://eol.org/schema/terms/log10gram", "dwc:scientificName": "Potos flavus", "dc:contributor": "compiler: Sarah Miller", "dwc:locality": "North America", "eolterms:resource": "http://eol.org/resources/1021" }, { "@id": "http://eol.org/pages/328067/data#data_point_46342052", "eol:traitUri": "http://eol.org/resources/1021/measurements/m_04212", "@type": "dwc:MeasurementOrFact", "predicate": "extinction status", "dwc:measurementType": "http://eol.org/schema/terms/ExtinctionStatus", "value": "extant", "eol:dataPointId": 46342052, "eol:reference/full_reference": "Wootten, J. T. 1987. The effects of body-mass, phylogeny, habitat, and trophic level on mammalian age at 1st reproduction. Evolution 41:732ñ749.", "dc:bibliographicCitation": "NCEAS 2182: Smith: Body size in ecology and paleoecology: Linking pattern and process across spatial, temporal and taxonomic scales , National Center for Ecological Analysis and Synthesis , and Smith F. Macroecological database of mammalian body mass (doi:10.5063/AA/nceas.196.3)", "dwc:measurementValue": "http://eol.org/schema/terms/extant", "dwc:scientificName": "Potos flavus", "dc:contributor": "compiler: Sarah Miller", "dwc:locality": "North America", "eolterms:resource": "http://eol.org/resources/1021" }, { "@id": "http://eol.org/pages/328067/data#data_point_46342051", "eol:traitUri": "http://eol.org/resources/1021/measurements/m_13286", "@type": "dwc:MeasurementOrFact", "predicate": "body mass", "dwc:measurementType": "http://purl.obolibrary.org/obo/VT_0001259", "value": "3000", "units": "g", "eol:dataPointId": 46342051, "eol:reference/full_reference": "Wootten, J. T. 1987. The effects of body-mass, phylogeny, habitat, and trophic level on mammalian age at 1st reproduction. Evolution 41:732ñ749.", "dc:bibliographicCitation": "NCEAS 2182: Smith: Body size in ecology and paleoecology: Linking pattern and process across spatial, temporal and taxonomic scales , National Center for Ecological Analysis and Synthesis , and Smith F. Macroecological database of mammalian body mass (doi:10.5063/AA/nceas.196.3)", "dwc:measurementMethod": "Adult body mass averaged across males and females and geographic locations.", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "3000", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000021", "dwc:scientificName": "Potos flavus", "dc:contributor": "compiler: Sarah Miller", "dwc:locality": "North America", "eolterms:resource": "http://eol.org/resources/1021" }, { "@id": "http://eol.org/pages/328067/data#data_point_45596085", "eol:traitUri": "http://eol.org/resources/930/measurements/m_08928", "@type": "dwc:MeasurementOrFact", "predicate": "body mass", "dwc:measurementType": "http://purl.obolibrary.org/obo/VT_0001259", "value": "3.48", "units": "log10 grams", "eol:dataPointId": 45596085, "eol:reference/full_reference": "Wootten, J. T. 1987. The effects of body-mass, phylogeny, habitat, and trophic level on mammalian age at 1st reproduction. Evolution 41:732ñ749.", "dc:bibliographicCitation": "NCEAS 2182: Smith: Body size in ecology and paleoecology: Linking pattern and process across spatial, temporal and taxonomic scales , National Center for Ecological Analysis and Synthesis , and Smith F. Macroecological database of mammalian body mass (doi:10.5063/AA/nceas.196.3)", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "3.48", "dwc:measurementUnit": "http://eol.org/schema/terms/log10gram", "dwc:scientificName": "Potos flavus", "dc:contributor": "compiler: Sarah Miller", "dwc:locality": "South America", "eolterms:resource": "http://eol.org/resources/930" }, { "@id": "http://eol.org/pages/328067/data#data_point_45596084", "eol:traitUri": "http://eol.org/resources/930/measurements/m_04213", "@type": "dwc:MeasurementOrFact", "predicate": "extinction status", "dwc:measurementType": "http://eol.org/schema/terms/ExtinctionStatus", "value": "extant", "eol:dataPointId": 45596084, "eol:reference/full_reference": "Wootten, J. T. 1987. The effects of body-mass, phylogeny, habitat, and trophic level on mammalian age at 1st reproduction. Evolution 41:732ñ749.", "dc:bibliographicCitation": "NCEAS 2182: Smith: Body size in ecology and paleoecology: Linking pattern and process across spatial, temporal and taxonomic scales , National Center for Ecological Analysis and Synthesis , and Smith F. Macroecological database of mammalian body mass (doi:10.5063/AA/nceas.196.3)", "dwc:measurementValue": "http://eol.org/schema/terms/extant", "dwc:scientificName": "Potos flavus", "dc:contributor": "compiler: Sarah Miller", "dwc:locality": "South America", "eolterms:resource": "http://eol.org/resources/930" }, { "@id": "http://eol.org/pages/328067/data#data_point_45596083", "eol:traitUri": "http://eol.org/resources/930/measurements/m_13287", "@type": "dwc:MeasurementOrFact", "predicate": "body mass", "dwc:measurementType": "http://purl.obolibrary.org/obo/VT_0001259", "value": "3000", "units": "g", "eol:dataPointId": 45596083, "eol:reference/full_reference": "Wootten, J. T. 1987. The effects of body-mass, phylogeny, habitat, and trophic level on mammalian age at 1st reproduction. Evolution 41:732ñ749.", "dc:bibliographicCitation": "NCEAS 2182: Smith: Body size in ecology and paleoecology: Linking pattern and process across spatial, temporal and taxonomic scales , National Center for Ecological Analysis and Synthesis , and Smith F. Macroecological database of mammalian body mass (doi:10.5063/AA/nceas.196.3)", "dwc:measurementMethod": "Adult body mass averaged across males and females and geographic locations.", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "3000", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000021", "dwc:scientificName": "Potos flavus", "dc:contributor": "compiler: Sarah Miller", "dwc:locality": "South America", "eolterms:resource": "http://eol.org/resources/930" }, { "@id": "http://eol.org/pages/328067/data#data_point_45596082", "eol:traitUri": "http://eol.org/resources/930/measurements/m_08927", "@type": "dwc:MeasurementOrFact", "predicate": "body mass", "dwc:measurementType": "http://purl.obolibrary.org/obo/VT_0001259", "value": "3.48", "units": "log10 grams", "eol:dataPointId": 45596082, "eol:reference/full_reference": "Wootten, J. T. 1987. The effects of body-mass, phylogeny, habitat, and trophic level on mammalian age at 1st reproduction. Evolution 41:732ñ749.", "dc:bibliographicCitation": "NCEAS 2182: Smith: Body size in ecology and paleoecology: Linking pattern and process across spatial, temporal and taxonomic scales , National Center for Ecological Analysis and Synthesis , and Smith F. Macroecological database of mammalian body mass (doi:10.5063/AA/nceas.196.3)", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "3.48", "dwc:measurementUnit": "http://eol.org/schema/terms/log10gram", "dwc:scientificName": "Potos flavus", "dc:contributor": "compiler: Sarah Miller", "dwc:locality": "North America", "eolterms:resource": "http://eol.org/resources/930" }, { "@id": "http://eol.org/pages/328067/data#data_point_45596081", "eol:traitUri": "http://eol.org/resources/930/measurements/m_04212", "@type": "dwc:MeasurementOrFact", "predicate": "extinction status", "dwc:measurementType": "http://eol.org/schema/terms/ExtinctionStatus", "value": "extant", "eol:dataPointId": 45596081, "eol:reference/full_reference": "Wootten, J. T. 1987. The effects of body-mass, phylogeny, habitat, and trophic level on mammalian age at 1st reproduction. Evolution 41:732ñ749.", "dc:bibliographicCitation": "NCEAS 2182: Smith: Body size in ecology and paleoecology: Linking pattern and process across spatial, temporal and taxonomic scales , National Center for Ecological Analysis and Synthesis , and Smith F. Macroecological database of mammalian body mass (doi:10.5063/AA/nceas.196.3)", "dwc:measurementValue": "http://eol.org/schema/terms/extant", "dwc:scientificName": "Potos flavus", "dc:contributor": "compiler: Sarah Miller", "dwc:locality": "North America", "eolterms:resource": "http://eol.org/resources/930" }, { "@id": "http://eol.org/pages/328067/data#data_point_45596080", "eol:traitUri": "http://eol.org/resources/930/measurements/m_13286", "@type": "dwc:MeasurementOrFact", "predicate": "body mass", "dwc:measurementType": "http://purl.obolibrary.org/obo/VT_0001259", "value": "3000", "units": "g", "eol:dataPointId": 45596080, "eol:reference/full_reference": "Wootten, J. T. 1987. The effects of body-mass, phylogeny, habitat, and trophic level on mammalian age at 1st reproduction. Evolution 41:732ñ749.", "dc:bibliographicCitation": "NCEAS 2182: Smith: Body size in ecology and paleoecology: Linking pattern and process across spatial, temporal and taxonomic scales , National Center for Ecological Analysis and Synthesis , and Smith F. Macroecological database of mammalian body mass (doi:10.5063/AA/nceas.196.3)", "dwc:measurementMethod": "Adult body mass averaged across males and females and geographic locations.", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "3000", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000021", "dwc:scientificName": "Potos flavus", "dc:contributor": "compiler: Sarah Miller", "dwc:locality": "North America", "eolterms:resource": "http://eol.org/resources/930" }, { "@id": "http://eol.org/pages/328067/data#data_point_44924843", "eol:traitUri": "http://eol.org/resources/1004/measurements/m8731", "@type": "dwc:MeasurementOrFact", "predicate": "diet includes", "dwc:measurementType": "http://eol.org/schema/terms/Diet", "value": "animals", "eol:dataPointId": 44924843, "dc:source": "Kissling WD, Dalby L, Fløjgaard C, Lenoir J, Sandel B, Sandom C, Trøjelsgaard K, Svenning J-C (2014) Data from: Establishing macroecological trait datasets: digitalization, extrapolation, and validation of diet preferences in terrestrial mammals worldwide. Dryad Digital Repository. http://dx.doi.org/10.5061/dryad.6cd0v", "eol:reference/full_reference": "Nowak, R. M. 1999. Walker’s mammals of the world. Volume 1 & 2. Johns Hopkins University Press, Baltimore.", "dc:bibliographicCitation": "Kissling, W.D., Dalby, L., Fløjgaard, C., Lenoir, J., Sandel., B., Sandom, C., Trøjelsgaard, K. & Svenning, J.-C.: Establishing macroecological trait datasets: digitalization, extrapolation, and validation of diet preferences in terrestrial mammals worldwide. Ecology and Evolution DOI: 10.1002/ece3.1136", "dwc:measurementMethod": "#REF!#REF!#REF!#REF!", "dwc:measurementValue": "http://eol.org/schema/terms/animal", "dwc:scientificName": "Potos flavus", "eolterms:resource": "http://eol.org/resources/1004" }, { "@id": "http://eol.org/pages/328067/data#data_point_44931343", "eol:traitUri": "http://eol.org/resources/1004/measurements/m15231", "@type": "dwc:MeasurementOrFact", "predicate": "diet includes", "dwc:measurementType": "http://eol.org/schema/terms/Diet", "value": "invertebrates", "eol:dataPointId": 44931343, "dc:source": "Kissling WD, Dalby L, Fløjgaard C, Lenoir J, Sandel B, Sandom C, Trøjelsgaard K, Svenning J-C (2014) Data from: Establishing macroecological trait datasets: digitalization, extrapolation, and validation of diet preferences in terrestrial mammals worldwide. Dryad Digital Repository. http://dx.doi.org/10.5061/dryad.6cd0v", "eol:reference/full_reference": "Nowak, R. M. 1999. Walker’s mammals of the world. Volume 1 & 2. Johns Hopkins University Press, Baltimore.", "dc:bibliographicCitation": "Kissling, W.D., Dalby, L., Fløjgaard, C., Lenoir, J., Sandel., B., Sandom, C., Trøjelsgaard, K. & Svenning, J.-C.: Establishing macroecological trait datasets: digitalization, extrapolation, and validation of diet preferences in terrestrial mammals worldwide. Ecology and Evolution DOI: 10.1002/ece3.1136", "dwc:measurementMethod": "#REF!#REF!#REF!#REF!", "dwc:measurementValue": "http://eol.org/schema/terms/invertebrate", "dwc:scientificName": "Potos flavus", "eolterms:resource": "http://eol.org/resources/1004" }, { "@id": "http://eol.org/pages/328067/data#data_point_44938332", "eol:traitUri": "http://eol.org/resources/1004/measurements/m22220", "@type": "dwc:MeasurementOrFact", "predicate": "primary diet", "dwc:measurementType": "http://eol.org/schema/terms/PrimaryDiet", "value": "fruit", "eol:dataPointId": 44938332, "dc:source": "Kissling WD, Dalby L, Fløjgaard C, Lenoir J, Sandel B, Sandom C, Trøjelsgaard K, Svenning J-C (2014) Data from: Establishing macroecological trait datasets: digitalization, extrapolation, and validation of diet preferences in terrestrial mammals worldwide. Dryad Digital Repository. http://dx.doi.org/10.5061/dryad.6cd0v", "eol:reference/full_reference": "Nowak, R. M. 1999. Walker’s mammals of the world. Volume 1 & 2. Johns Hopkins University Press, Baltimore.", "dc:bibliographicCitation": "Kissling, W.D., Dalby, L., Fløjgaard, C., Lenoir, J., Sandel., B., Sandom, C., Trøjelsgaard, K. & Svenning, J.-C.: Establishing macroecological trait datasets: digitalization, extrapolation, and validation of diet preferences in terrestrial mammals worldwide. Ecology and Evolution DOI: 10.1002/ece3.1136", "dwc:measurementMethod": "#REF!#REF!#REF!#REF!", "dwc:measurementValue": "http://purl.obolibrary.org/obo/PO_0009001", "dwc:scientificName": "Potos flavus", "eolterms:resource": "http://eol.org/resources/1004" }, { "@id": "http://eol.org/pages/328067/data#data_point_45567607", "eol:traitUri": "http://eol.org/resources/932/measurements/m_06356", "@type": "dwc:MeasurementOrFact", "predicate": "litters per year", "dwc:measurementType": "http://eol.org/schema/terms/LittersPerYear", "value": "1", "eol:dataPointId": 45567607, "eol:reference/full_reference": "Eisenberg, J. F. 1989. Mammals of the Neotropics. Vol. 1. University of Chicago Press, Chicago, Illinois, USA.", "dc:bibliographicCitation": "S. K. Morgan Ernest. 2003. Life history characteristics of placental non-volant mammals. Ecology 84:3402.", "dwc:measurementMethod": "Average number of litters per year that a female produces", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "1", "dwc:scientificName": "Potos flavus", "eolterms:resource": "http://eol.org/resources/932" }, { "@id": "http://eol.org/pages/328067/data#data_point_45567606", "eol:traitUri": "http://eol.org/resources/932/measurements/m_05000", "@type": "dwc:MeasurementOrFact", "predicate": "clutch/brood/litter size", "dwc:measurementType": "http://purl.obolibrary.org/obo/VT_0001933", "value": "1", "eol:dataPointId": 45567606, "eol:reference/full_reference": "Eisenberg, J. F. 1989. Mammals of the Neotropics. Vol. 1. University of Chicago Press, Chicago, Illinois, USA.", "dc:bibliographicCitation": "S. K. Morgan Ernest. 2003. Life history characteristics of placental non-volant mammals. Ecology 84:3402.", "dwc:measurementMethod": "Average number of live offspring produced in one litter", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "1", "dwc:scientificName": "Potos flavus", "eolterms:resource": "http://eol.org/resources/932" }, { "@id": "http://eol.org/pages/328067/data#data_point_45567605", "eol:traitUri": "http://eol.org/resources/932/measurements/m_04401", "@type": "dwc:MeasurementOrFact", "predicate": "life span", "dwc:measurementType": "http://purl.obolibrary.org/obo/PATO_0000050", "value": "384", "units": "months", "eol:dataPointId": 45567605, "eol:reference/full_reference": "Eisenberg, J. F. 1989. Mammals of the Neotropics. Vol. 1. University of Chicago Press, Chicago, Illinois, USA.", "dc:bibliographicCitation": "S. K. Morgan Ernest. 2003. Life history characteristics of placental non-volant mammals. Ecology 84:3402.", "dwc:measurementMethod": "Maximum length of time a member of either sex has been observed to live", "eolterms:statisticalMethod": "http://semanticscience.org/resource/SIO_001114", "dwc:measurementValue": "384", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000035", "dwc:scientificName": "Potos flavus", "eolterms:resource": "http://eol.org/resources/932" }, { "@id": "http://eol.org/pages/328067/data#data_point_45567604", "eol:traitUri": "http://eol.org/resources/932/measurements/m_03597", "@type": "dwc:MeasurementOrFact", "predicate": "age at first reproduction", "dwc:measurementType": "http://polytraits.lifewatchgreece.eu/terms/MAT", "value": "27.65", "units": "months", "eol:dataPointId": 45567604, "eol:reference/full_reference": "Eisenberg, J. F. 1989. Mammals of the Neotropics. Vol. 1. University of Chicago Press, Chicago, Illinois, USA.", "dc:bibliographicCitation": "S. K. Morgan Ernest. 2003. Life history characteristics of placental non-volant mammals. Ecology 84:3402.", "dwc:measurementMethod": "Average age when female typically conceives her first offspring", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "27.65", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000035", "dwc:scientificName": "Potos flavus", "eolterms:resource": "http://eol.org/resources/932" }, { "@id": "http://eol.org/pages/328067/data#data_point_45567603", "eol:traitUri": "http://eol.org/resources/932/measurements/m_02675", "@type": "dwc:MeasurementOrFact", "predicate": "weaning age", "dwc:measurementType": "http://eol.org/schema/terms/WeaningAge", "value": "3.35", "units": "months", "eol:dataPointId": 45567603, "eol:reference/full_reference": "Eisenberg, J. F. 1989. Mammals of the Neotropics. Vol. 1. University of Chicago Press, Chicago, Illinois, USA.", "dc:bibliographicCitation": "S. K. Morgan Ernest. 2003. Life history characteristics of placental non-volant mammals. Ecology 84:3402.", "dwc:measurementMethod": "Average age (measured from birth) when offspring begins eating solid food", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "3.35", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000035", "dwc:scientificName": "Potos flavus", "eolterms:resource": "http://eol.org/resources/932" }, { "@id": "http://eol.org/pages/328067/data#data_point_45567602", "eol:traitUri": "http://eol.org/resources/932/measurements/m_02098", "@type": "dwc:MeasurementOrFact", "predicate": "gestation period duration", "dwc:measurementType": "http://purl.obolibrary.org/obo/VT_0002292", "value": "3.84", "units": "months", "eol:dataPointId": 45567602, "eol:reference/full_reference": "Eisenberg, J. F. 1989. Mammals of the Neotropics. Vol. 1. University of Chicago Press, Chicago, Illinois, USA.", "dc:bibliographicCitation": "S. K. Morgan Ernest. 2003. Life history characteristics of placental non-volant mammals. Ecology 84:3402.", "dwc:measurementMethod": "Average length of time for the gestation of a live offspring. Delayed implantation not included in gestation length", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "3.84", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000035", "dwc:scientificName": "Potos flavus", "eolterms:resource": "http://eol.org/resources/932" }, { "@id": "http://eol.org/pages/328067/data#data_point_45567601", "eol:traitUri": "http://eol.org/resources/932/measurements/m_00997", "@type": "dwc:MeasurementOrFact", "predicate": "body mass", "dwc:measurementType": "http://purl.obolibrary.org/obo/VT_0001259", "value": "3000", "units": "g", "eol:dataPointId": 45567601, "eol:reference/full_reference": "Eisenberg, J. F. 1989. Mammals of the Neotropics. Vol. 1. University of Chicago Press, Chicago, Illinois, USA.", "dc:bibliographicCitation": "S. K. Morgan Ernest. 2003. Life history characteristics of placental non-volant mammals. Ecology 84:3402.", "dwc:measurementMethod": "Average mass of a non-pregnant adult female", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "3000", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000021", "dwc:scientificName": "Potos flavus", "eolterms:resource": "http://eol.org/resources/932" }, { "@id": "http://eol.org/pages/328067/data#data_point_33192430", "eol:traitUri": "http://eol.org/resources/713/associations/globi:assoc:1829283-eol:328067-interacts_with-eol:2850511", "@type": "eol:Association", "predicate": "interacts with", "value": "Felinae", "eol:dataPointId": 33192430, "dc:source": "A. Thessen. 2014. Species associations extracted from EOL text data objects via text mining. Accessed at https://raw.githubusercontent.com/EOL/pseudonitzchia/master/associations_all_revised.txt on 08 Apr 2015.", "eol:reference/full_reference": "A. Thessen. 2014. Species associations extracted from EOL text data objects via text mining. Accessed at https://raw.githubusercontent.com/EOL/pseudonitzchia/master/associations_all_revised.txt on 08 Apr 2015.", "eol:associationType": "http://eol.org/schema/terms/interactsWith", "dwc:scientificName": "Potos flavus", "eol:inverseAssociationType": "http://eol.org/schema/terms/interactsWithreverse", "eol:subjectPage": "http://eol.org/pages/328067", "eol:objectPage": "http://eol.org/pages/2850511", "eolterms:resource": "http://eol.org/resources/713", "eol:targetTaxonID": "Felinae" }, { "@id": "http://eol.org/pages/328067/data#data_point_20741323", "eol:traitUri": "http://eol.org/resources/708/measurements/c58e21c32e9a4de9d89006d51d8a8e33", "@type": "dwc:MeasurementOrFact", "predicate": "habitat", "dwc:measurementType": "http://rs.tdwg.org/dwc/terms/habitat", "value": "sea", "eol:dataPointId": 20741323, "dc:source": "http://eol.org/pages/328067/details#habitat", "dwc:measurementMethod": "text mining", "dwc:measurementValue": "http://purl.obolibrary.org/obo/ENVO_00000016", "dwc:scientificName": "Potos flavus (Schreber, 1774)", "dc:contributor": "Environments-EOL", "dwc:measurementRemarks": "source text: \"sea\"" }, { "@id": "http://eol.org/pages/328067/data#data_point_20741324", "eol:traitUri": "http://eol.org/resources/708/measurements/0f9e05d6017685bb04912cf806e37233", "@type": "dwc:MeasurementOrFact", "predicate": "habitat", "dwc:measurementType": "http://rs.tdwg.org/dwc/terms/habitat", "value": "forest", "eol:dataPointId": 20741324, "dc:source": "http://eol.org/pages/328067/details#habitat", "dwc:measurementMethod": "text mining", "dwc:measurementValue": "http://purl.obolibrary.org/obo/ENVO_00000111", "dwc:scientificName": "Potos flavus (Schreber, 1774)", "dc:contributor": "Environments-EOL", "dwc:measurementRemarks": "source text: \"forest\"" }, { "@id": "http://eol.org/pages/328067/data#data_point_45608453", "eol:traitUri": "http://eol.org/resources/948/measurements/m_007817", "@type": "dwc:MeasurementOrFact", "predicate": "parental care", "dwc:measurementType": "http://www.owl-ontologies.com/unnamed.owl#Parental_investment", "value": "No Paternal Care", "eol:dataPointId": 45608453, "eol:reference/full_reference": "Dalerum, F. (2007). Phylogenetic reconstruction of carnivore social organizations, Journal of Zoology 273: 90-97.", "dc:bibliographicCitation": "Kappeler PM, Barrett L, Blumstein DT, Clutton-Brock TH. 2013. Constraints and flexibility in mammalian social behaviour: introduction and synthesis. Phil. Trans. R. Soc. B 2013 368 20120337; DOI: 10.1098/rstb.2012.0337", "dwc:measurementMethod": "Do males carry or feed offspring", "dwc:measurementValue": "http://eol.org/schema/terms/noPaternalCare", "dwc:scientificName": "Potos flavus", "dwc:measurementRemarks": "Extensive paternal care has not been reported", "eolterms:resource": "http://eol.org/resources/948" }, { "@id": "http://eol.org/pages/328067/data#data_point_45608452", "eol:traitUri": "http://eol.org/resources/948/measurements/m_005272", "@type": "dwc:MeasurementOrFact", "predicate": "Social System", "dwc:measurementType": "http://eol.org/schema/terms/SocialSystem", "value": "No Social Group Living", "eol:dataPointId": 45608452, "eol:reference/full_reference": "Dalerum, F. (2007). Phylogenetic reconstruction of carnivore social organizations, Journal of Zoology 273: 90-97.", "dc:bibliographicCitation": "Kappeler PM, Barrett L, Blumstein DT, Clutton-Brock TH. 2013. Constraints and flexibility in mammalian social behaviour: introduction and synthesis. Phil. Trans. R. Soc. B 2013 368 20120337; DOI: 10.1098/rstb.2012.0337", "dwc:measurementValue": "http://eol.org/schema/terms/noSocialGroupLiving", "dwc:scientificName": "Potos flavus", "dwc:measurementRemarks": "Is the social system of the species group-living

Individuals do not live in social groups", "eolterms:resource": "http://eol.org/resources/948" }, { "@id": "http://eol.org/pages/328067/data#data_point_45608451", "eol:traitUri": "http://eol.org/resources/948/measurements/m_002727", "@type": "dwc:MeasurementOrFact", "predicate": "Mating System", "dwc:measurementType": "http://eol.org/schema/terms/MatingSystem", "value": "Not Monogamous", "eol:dataPointId": 45608451, "eol:reference/full_reference": "Dalerum, F. (2007). Phylogenetic reconstruction of carnivore social organizations, Journal of Zoology 273: 90-97.", "dc:bibliographicCitation": "Kappeler PM, Barrett L, Blumstein DT, Clutton-Brock TH. 2013. Constraints and flexibility in mammalian social behaviour: introduction and synthesis. Phil. Trans. R. Soc. B 2013 368 20120337; DOI: 10.1098/rstb.2012.0337", "dwc:measurementValue": "http://eol.org/schema/terms/notMonogamous", "dwc:scientificName": "Potos flavus", "dwc:measurementRemarks": "Is the social system of the species monogamy

Individuals do not live socially monogamous", "eolterms:resource": "http://eol.org/resources/948" }, { "@id": "http://eol.org/pages/328067/data#data_point_45608450", "eol:traitUri": "http://eol.org/resources/948/measurements/m_000182", "@type": "dwc:MeasurementOrFact", "predicate": "Social System", "dwc:measurementType": "http://eol.org/schema/terms/SocialSystem", "value": "Solitary", "eol:dataPointId": 45608450, "eol:reference/full_reference": "Dalerum, F. (2007). Phylogenetic reconstruction of carnivore social organizations, Journal of Zoology 273: 90-97.", "dc:bibliographicCitation": "Kappeler PM, Barrett L, Blumstein DT, Clutton-Brock TH. 2013. Constraints and flexibility in mammalian social behaviour: introduction and synthesis. Phil. Trans. R. Soc. B 2013 368 20120337; DOI: 10.1098/rstb.2012.0337", "dwc:measurementValue": "http://eol.org/schema/terms/solitary", "dwc:scientificName": "Potos flavus", "dwc:measurementRemarks": "Is the social system of the species solitary living

Individuals live in individual non-shared homeranges", "eolterms:resource": "http://eol.org/resources/948" }, { "@id": "http://eol.org/pages/328067/data#data_point_46312725", "eol:traitUri": "http://eol.org/resources/1018/measurements/m_007817", "@type": "dwc:MeasurementOrFact", "predicate": "parental care", "dwc:measurementType": "http://www.owl-ontologies.com/unnamed.owl#Parental_investment", "value": "No Paternal Care", "eol:dataPointId": 46312725, "eol:reference/full_reference": "Dalerum, F. (2007). Phylogenetic reconstruction of carnivore social organizations, Journal of Zoology 273: 90-97.", "dc:bibliographicCitation": "Kappeler PM, Barrett L, Blumstein DT, Clutton-Brock TH. 2013. Constraints and flexibility in mammalian social behaviour: introduction and synthesis. Phil. Trans. R. Soc. B 2013 368 20120337; DOI: 10.1098/rstb.2012.0337", "dwc:measurementMethod": "Do males carry or feed offspring", "dwc:measurementValue": "http://eol.org/schema/terms/noPaternalCare", "dwc:scientificName": "Potos flavus", "dwc:measurementRemarks": "Extensive paternal care has not been reported", "eolterms:resource": "http://eol.org/resources/1018" }, { "@id": "http://eol.org/pages/328067/data#data_point_46312724", "eol:traitUri": "http://eol.org/resources/1018/measurements/m_005272", "@type": "dwc:MeasurementOrFact", "predicate": "Social System", "dwc:measurementType": "http://eol.org/schema/terms/SocialSystem", "value": "No Social Group Living", "eol:dataPointId": 46312724, "eol:reference/full_reference": "Dalerum, F. (2007). Phylogenetic reconstruction of carnivore social organizations, Journal of Zoology 273: 90-97.", "dc:bibliographicCitation": "Kappeler PM, Barrett L, Blumstein DT, Clutton-Brock TH. 2013. Constraints and flexibility in mammalian social behaviour: introduction and synthesis. Phil. Trans. R. Soc. B 2013 368 20120337; DOI: 10.1098/rstb.2012.0337", "dwc:measurementValue": "http://eol.org/schema/terms/noSocialGroupLiving", "dwc:scientificName": "Potos flavus", "dwc:measurementRemarks": "Is the social system of the species group-living

Individuals do not live in social groups", "eolterms:resource": "http://eol.org/resources/1018" }, { "@id": "http://eol.org/pages/328067/data#data_point_46312723", "eol:traitUri": "http://eol.org/resources/1018/measurements/m_002727", "@type": "dwc:MeasurementOrFact", "predicate": "Mating System", "dwc:measurementType": "http://eol.org/schema/terms/MatingSystem", "value": "Not Monogamous", "eol:dataPointId": 46312723, "eol:reference/full_reference": "Dalerum, F. (2007). Phylogenetic reconstruction of carnivore social organizations, Journal of Zoology 273: 90-97.", "dc:bibliographicCitation": "Kappeler PM, Barrett L, Blumstein DT, Clutton-Brock TH. 2013. Constraints and flexibility in mammalian social behaviour: introduction and synthesis. Phil. Trans. R. Soc. B 2013 368 20120337; DOI: 10.1098/rstb.2012.0337", "dwc:measurementValue": "http://eol.org/schema/terms/notMonogamous", "dwc:scientificName": "Potos flavus", "dwc:measurementRemarks": "Is the social system of the species monogamy

Individuals do not live socially monogamous", "eolterms:resource": "http://eol.org/resources/1018" }, { "@id": "http://eol.org/pages/328067/data#data_point_46312722", "eol:traitUri": "http://eol.org/resources/1018/measurements/m_000182", "@type": "dwc:MeasurementOrFact", "predicate": "Social System", "dwc:measurementType": "http://eol.org/schema/terms/SocialSystem", "value": "Solitary", "eol:dataPointId": 46312722, "eol:reference/full_reference": "Dalerum, F. (2007). Phylogenetic reconstruction of carnivore social organizations, Journal of Zoology 273: 90-97.", "dc:bibliographicCitation": "Kappeler PM, Barrett L, Blumstein DT, Clutton-Brock TH. 2013. Constraints and flexibility in mammalian social behaviour: introduction and synthesis. Phil. Trans. R. Soc. B 2013 368 20120337; DOI: 10.1098/rstb.2012.0337", "dwc:measurementValue": "http://eol.org/schema/terms/solitary", "dwc:scientificName": "Potos flavus", "dwc:measurementRemarks": "Is the social system of the species solitary living

Individuals live in individual non-shared homeranges", "eolterms:resource": "http://eol.org/resources/1018" }, { "@id": "http://eol.org/pages/328067/data#data_point_46323174", "eol:traitUri": "http://eol.org/resources/1020/measurements/m_00997", "@type": "dwc:MeasurementOrFact", "predicate": "body mass", "dwc:measurementType": "http://purl.obolibrary.org/obo/VT_0001259", "value": "3000", "units": "g", "eol:dataPointId": 46323174, "eol:reference/full_reference": "Eisenberg, J. F. 1989. Mammals of the Neotropics. Vol. 1. University of Chicago Press, Chicago, Illinois, USA.", "dc:bibliographicCitation": "S. K. Morgan Ernest. 2003. Life history characteristics of placental non-volant mammals. Ecology 84:3402.", "dwc:measurementMethod": "Average mass of a non-pregnant adult female", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "3000", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000021", "dwc:scientificName": "Potos flavus", "dwc:sex": "http://purl.obolibrary.org/obo/PATO_0000383", "eolterms:resource": "http://eol.org/resources/1020" }, { "@id": "http://eol.org/pages/328067/data#data_point_46324832", "eol:traitUri": "http://eol.org/resources/1020/measurements/m_02675", "@type": "dwc:MeasurementOrFact", "predicate": "weaning age", "dwc:measurementType": "http://eol.org/schema/terms/WeaningAge", "value": "3.35", "units": "months", "eol:dataPointId": 46324832, "eol:reference/full_reference": "Eisenberg, J. F. 1989. Mammals of the Neotropics. Vol. 1. University of Chicago Press, Chicago, Illinois, USA.", "dc:bibliographicCitation": "S. K. Morgan Ernest. 2003. Life history characteristics of placental non-volant mammals. Ecology 84:3402.", "dwc:measurementMethod": "Average age (measured from birth) when offspring begins eating solid food", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "3.35", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000035", "dwc:scientificName": "Potos flavus", "eolterms:resource": "http://eol.org/resources/1020" }, { "@id": "http://eol.org/pages/328067/data#data_point_46324275", "eol:traitUri": "http://eol.org/resources/1020/measurements/m_02098", "@type": "dwc:MeasurementOrFact", "predicate": "gestation period duration", "dwc:measurementType": "http://purl.obolibrary.org/obo/VT_0002292", "value": "3.84", "units": "months", "eol:dataPointId": 46324275, "eol:reference/full_reference": "Eisenberg, J. F. 1989. Mammals of the Neotropics. Vol. 1. University of Chicago Press, Chicago, Illinois, USA.", "dc:bibliographicCitation": "S. K. Morgan Ernest. 2003. Life history characteristics of placental non-volant mammals. Ecology 84:3402.", "dwc:measurementMethod": "Average length of time for the gestation of a live offspring. Delayed implantation not included in gestation length", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "3.84", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000035", "dwc:scientificName": "Potos flavus", "eolterms:resource": "http://eol.org/resources/1020" }, { "@id": "http://eol.org/pages/328067/data#data_point_46327157", "eol:traitUri": "http://eol.org/resources/1020/measurements/m_05000", "@type": "dwc:MeasurementOrFact", "predicate": "clutch/brood/litter size", "dwc:measurementType": "http://purl.obolibrary.org/obo/VT_0001933", "value": "1", "eol:dataPointId": 46327157, "eol:reference/full_reference": "Eisenberg, J. F. 1989. Mammals of the Neotropics. Vol. 1. University of Chicago Press, Chicago, Illinois, USA.", "dc:bibliographicCitation": "S. K. Morgan Ernest. 2003. Life history characteristics of placental non-volant mammals. Ecology 84:3402.", "dwc:measurementMethod": "Average number of live offspring produced in one litter", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "1", "dwc:scientificName": "Potos flavus", "eolterms:resource": "http://eol.org/resources/1020" }, { "@id": "http://eol.org/pages/328067/data#data_point_46326558", "eol:traitUri": "http://eol.org/resources/1020/measurements/m_04401", "@type": "dwc:MeasurementOrFact", "predicate": "life span", "dwc:measurementType": "http://purl.obolibrary.org/obo/PATO_0000050", "value": "384", "units": "months", "eol:dataPointId": 46326558, "eol:reference/full_reference": "Eisenberg, J. F. 1989. Mammals of the Neotropics. Vol. 1. University of Chicago Press, Chicago, Illinois, USA.", "dc:bibliographicCitation": "S. K. Morgan Ernest. 2003. Life history characteristics of placental non-volant mammals. Ecology 84:3402.", "dwc:measurementMethod": "Maximum length of time a member of either sex has been observed to live", "eolterms:statisticalMethod": "http://semanticscience.org/resource/SIO_001114", "dwc:measurementValue": "384", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000035", "dwc:scientificName": "Potos flavus", "eolterms:resource": "http://eol.org/resources/1020" }, { "@id": "http://eol.org/pages/328067/data#data_point_46325754", "eol:traitUri": "http://eol.org/resources/1020/measurements/m_03597", "@type": "dwc:MeasurementOrFact", "predicate": "age at first reproduction", "dwc:measurementType": "http://polytraits.lifewatchgreece.eu/terms/MAT", "value": "27.65", "units": "months", "eol:dataPointId": 46325754, "eol:reference/full_reference": "Eisenberg, J. F. 1989. Mammals of the Neotropics. Vol. 1. University of Chicago Press, Chicago, Illinois, USA.", "dc:bibliographicCitation": "S. K. Morgan Ernest. 2003. Life history characteristics of placental non-volant mammals. Ecology 84:3402.", "dwc:measurementMethod": "Average age when female typically conceives her first offspring", "eolterms:statisticalMethod": "http://eol.org/schema/terms/average", "dwc:measurementValue": "27.65", "dwc:measurementUnit": "http://purl.obolibrary.org/obo/UO_0000035", "dwc:scientificName": "Potos flavus", "eolterms:resource": "http://eol.org/resources/1020" }, { "@id": "http://eol.org/pages/328067/data#data_point_44919889", "eol:traitUri": "http://eol.org/resources/1004/measurements/m3776", "@type": "dwc:MeasurementOrFact", "predicate": "trophic level", "dwc:measurementType": "http://www.wikidata.org/entity/Q1053008", "value": "omnivore", "eol:dataPointId": 44919889, "dc:source": "Kissling WD, Dalby L, Fløjgaard C, Lenoir J, Sandel B, Sandom C, Trøjelsgaard K, Svenning J-C (2014) Data from: Establishing macroecological trait datasets: digitalization, extrapolation, and validation of diet preferences in terrestrial mammals worldwide. Dryad Digital Repository. http://dx.doi.org/10.5061/dryad.6cd0v", "eol:reference/full_reference": "Nowak, R. M. 1999. Walker’s mammals of the world. Volume 1 & 2. Johns Hopkins University Press, Baltimore.", "dc:bibliographicCitation": "Kissling, W.D., Dalby, L., Fløjgaard, C., Lenoir, J., Sandel., B., Sandom, C., Trøjelsgaard, K. & Svenning, J.-C.: Establishing macroecological trait datasets: digitalization, extrapolation, and validation of diet preferences in terrestrial mammals worldwide. Ecology and Evolution DOI: 10.1002/ece3.1136", "dwc:measurementValue": "http://www.wikidata.org/entity/Q164509", "dwc:scientificName": "Potos flavus", "eolterms:resource": "http://eol.org/resources/1004" }, { "@id": "http://eol.org/pages/328067/data#data_point_44926239", "eol:traitUri": "http://eol.org/resources/1004/measurements/m10127", "@type": "dwc:MeasurementOrFact", "predicate": "diet includes", "dwc:measurementType": "http://eol.org/schema/terms/Diet", "value": "vertebrates", "eol:dataPointId": 44926239, "dc:source": "Kissling WD, Dalby L, Fløjgaard C, Lenoir J, Sandel B, Sandom C, Trøjelsgaard K, Svenning J-C (2014) Data from: Establishing macroecological trait datasets: digitalization, extrapolation, and validation of diet preferences in terrestrial mammals worldwide. Dryad Digital Repository. http://dx.doi.org/10.5061/dryad.6cd0v", "eol:reference/full_reference": "Nowak, R. M. 1999. Walker’s mammals of the world. Volume 1 & 2. Johns Hopkins University Press, Baltimore.", "dc:bibliographicCitation": "Kissling, W.D., Dalby, L., Fløjgaard, C., Lenoir, J., Sandel., B., Sandom, C., Trøjelsgaard, K. & Svenning, J.-C.: Establishing macroecological trait datasets: digitalization, extrapolation, and validation of diet preferences in terrestrial mammals worldwide. Ecology and Evolution DOI: 10.1002/ece3.1136", "dwc:measurementMethod": "#REF!#REF!#REF!#REF!", "dwc:measurementValue": "http://eol.org/schema/terms/vertebrate", "dwc:scientificName": "Potos flavus", "eolterms:resource": "http://eol.org/resources/1004" }, { "@id": "http://eol.org/pages/328067/data#data_point_44934780", "eol:traitUri": "http://eol.org/resources/1004/measurements/m18668", "@type": "dwc:MeasurementOrFact", "predicate": "primary diet", "dwc:measurementType": "http://eol.org/schema/terms/PrimaryDiet", "value": "plants", "eol:dataPointId": 44934780, "dc:source": "Kissling WD, Dalby L, Fløjgaard C, Lenoir J, Sandel B, Sandom C, Trøjelsgaard K, Svenning J-C (2014) Data from: Establishing macroecological trait datasets: digitalization, extrapolation, and validation of diet preferences in terrestrial mammals worldwide. Dryad Digital Repository. http://dx.doi.org/10.5061/dryad.6cd0v", "eol:reference/full_reference": "Nowak, R. M. 1999. Walker’s mammals of the world. Volume 1 & 2. Johns Hopkins University Press, Baltimore.", "dc:bibliographicCitation": "Kissling, W.D., Dalby, L., Fløjgaard, C., Lenoir, J., Sandel., B., Sandom, C., Trøjelsgaard, K. & Svenning, J.-C.: Establishing macroecological trait datasets: digitalization, extrapolation, and validation of diet preferences in terrestrial mammals worldwide. Ecology and Evolution DOI: 10.1002/ece3.1136", "dwc:measurementMethod": "#REF!#REF!#REF!#REF!", "dwc:measurementValue": "http://eol.org/schema/terms/plant", "dwc:scientificName": "Potos flavus", "eolterms:resource": "http://eol.org/resources/1004" }, { "@id": "http://eol.org/pages/328067/data#data_point_44893421", "eol:traitUri": "http://eol.org/resources/1003/measurements/m3776", "@type": "dwc:MeasurementOrFact", "predicate": "Q1056783", "dwc:measurementType": "http://www.wikidata.org/entity/Q1056783", "value": "omnivore", "eol:dataPointId": 44893421, "dc:source": "Kissling WD, Dalby L, Fløjgaard C, Lenoir J, Sandel B, Sandom C, Trøjelsgaard K, Svenning J-C (2014) Data from: Establishing macroecological trait datasets: digitalization, extrapolation, and validation of diet preferences in terrestrial mammals worldwide. Dryad Digital Repository. http://dx.doi.org/10.5061/dryad.6cd0v", "eol:reference/full_reference": "Nowak, R. M. 1999. Walker’s mammals of the world. Volume 1 & 2. Johns Hopkins University Press, Baltimore.", "dc:bibliographicCitation": "Kissling, W.D., Dalby, L., Fløjgaard, C., Lenoir, J., Sandel., B., Sandom, C., Trøjelsgaard, K. & Svenning, J.-C.: Establishing macroecological trait datasets: digitalization, extrapolation, and validation of diet preferences in terrestrial mammals worldwide. Ecology and Evolution DOI: 10.1002/ece3.1136.", "dwc:measurementValue": "http://www.wikidata.org/entity/Q164509", "dwc:scientificName": "Potos flavus", "eolterms:resource": "http://eol.org/resources/1003" } ] } }

If I paste this into the JSON-LD playground and try and convert it to N-Quads I get a flurry of errors. Here are some of the problems (see also EOL JSON-LD not valid #352:

The @id for the EOL taxon is a number instead of a URI

The field "@id": 328067 should be "@id": "http://eol.org/pages/328067". Identifiers on the Semantic Web are URIs not numbers.

Vernacular names can't have additional fields

EOL sometimes indicates the preferred vernacular name like this:
      {
        "@language": "es",
        "@value": "Ak' a' mash",
        "gbif:isPreferredName": true
      },
This is not valid syntax and breaks RDF parsers.

URIs as strings

In several places EOL outputs URIs as simple strings rather than as URIs. For example, to indicate that the parent taxon of Potos flavus is the genus Potos the JSON-LD has:
"dwc:parentNameUsageID": "http://eol.org/pages/14191",
But this is simply saying that the string value for "dwc:parentNameUsageID" is "http://eol.org/pages/14191". In JSON-LD this should be:

"dwc:parentNameUsageID":{"@id":"http:\/\/eol.org\/pages\/14191"}

This syntax ensures that http://eol.org/pages/14191 is interpreted as a URI, which also means clients "know" that they can resolve that URI to get more information.

Predicates with missing (hence wrong) namespace

A number of predicates in the JSON-LD don't have a namespace specified, hence they default to being part of the schema.org vocabulary. For example, this statement:

"scientificName": "Potos flavus (Schreber, 1774)",

results in "scientificName" being interpreted as "http://schema.org/scientificName" (because "http://schema.org/" is set as the default @vocab). This is incorrect, "scientificName" should be "dwc:scientificName".

Then there are predicates such as "predicate" and "value" in the data sections that missing the correct namespace (in this case http://www.w3.org/1999/02/22-rdf-syntax-ns#). For example,

{ "@id": "http://eol.org/pages/328067/data#data_point_46140963", "eol:traitUri": "http://eol.org/resources/737/measurements/e5775a49cc4bbe3f3ae5c391776a467a", "@type": "dwc:MeasurementOrFact", "predicate": "population trend", "dwc:measurementType": "http://iucn.org/population_trend", "value": "Decreasing", "eol:dataPointId": 46140963, "dc:source": "http://eol.org/resources/737", "dwc:measurementValue": "Decreasing", "dwc:scientificName": "Potos flavus (Schreber, 1774)", "eolterms:resource": "http://eol.org/resources/737" }
(This example also has URIs as dumb strings, not as URIs).

Anyone constructing, say, SPARQL queries on this data is going to be using terms such as predicate that don't exist.

Some data records have the predicate "units" - I haven't yet figured out what, if any, vocabulary that predicate comes from.

Summary

I think TraitBank has a lot of potential, and welcome the use of JSON-LD and the schema.org vocabulary. These are both steps forward in the goal of interoperable biodiversity data. But this data will only become interoperable if we take care to ensure that the data we output is what we say it is. EOL TraitBank JSON-LD isn't valid JSON-LD. This also illustrates a bigger problem, we are continually building systems that don't have users. If anyone was using TraitBank JSON-LD with standard Semantic Web clients, they would be up in arms about this. The best way to avoid these situations is for the developers to be users as well (see GBIF, biodiversity informatics and the "platform rant"). Until we "dog food" our own services we will continue to produce data and services that are less than useful. If EOL was itself built on TraitBank, I doubt we'd have these problems.