Skip to content

Commit

Permalink
switch to using dwca based integration; related to globalbioticintera…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorrit Poelen committed Oct 2, 2023
1 parent d3611ac commit b1527b5
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 3 deletions.
7 changes: 4 additions & 3 deletions globi.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"_comment": "Sample GloBI dataset descriptor. See http://github.com/globalbioticinteractions for more information.",
"format": "inaturalist",
"format": "rss",
"url": "rss.xml",
"citation": "http://iNaturalist.org is a place where you can record what you see in nature, meet other nature lovers, and learn about the natural world.",
"shouldResolveReferences": false,
"pageSize": 50
"hasDependencies": true,
"shouldResolveReferences": false
}
1 change: 1 addition & 0 deletions interaction_types.csv
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,4 @@ on Dicranopteris linearis,https://www.inaturalist.org/observation_fields/11255,v
polinização,https://www.inaturalist.org/observation_fields/11438,pollinated by,http://purl.obolibrary.org/obo/RO_0002456
Vu sur,https://www.inaturalist.org/observation_fields/11463,visits,http://purl.obolibrary.org/obo/RO_0002618
Nectar Plant,https://www.inaturalist.org/observation_fields/11442,visits flowers of,http://purl.obolibrary.org/obo/RO_0002622
Associated Mammal,https://www.inaturalist.org/observation_fields/16151,interacts with,http://purl.obolibrary.org/obo/RO_0002437
35 changes: 35 additions & 0 deletions rss.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0"?>
<rss version="2.0"
xmlns:ipt="http://ipt.gbif.org/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#">
<channel>
<title>iNaturalist Occurrences and Taxa</title>
<link>http://ipt.vertnet.org:8080/ipt</link>
<atom:link href="http://ipt.vertnet.org:8080/ipt/rss.do" rel="self" type="application/rss+xml"/>
<description>iNaturalist observations, reported interactions and associated taxa. For context and more information, please see https://github.com/globalbioticinteractions/inaturalist</description>
<language>en-us</language>
<!-- RFC-822 date-time / Wed, 02 Oct 2010 13:00:00 GMT -->
<pubDate>Mon, 2 Oct 2023 17:45:13 +0000</pubDate>
<lastBuildDate>Mon, 2 Oct 2023 17:45:13 +0000</lastBuildDate>
<docs>http://cyber.law.harvard.edu/rss/rss.html</docs>
<item>
<!-- this is the main dataset to be indexed -->
<title>http://iNaturalist.org is a place where you can record what you see in nature, meet other nature lovers, and learn about the natural world.</title>
<link>http://ipt.vertnet.org:8080/ipt/resourc</link>
<!-- shows what changed in this version, or shows the resource description if change summary was empty -->
<author>pleary@inaturalist (Patrick Leary)</author>
<ipt:dwca>https://www.inaturalist.org/observations/globi-observations-resource-relationships-dwca.zip</ipt:dwca>
</item>
<item>
<!-- this is a dependency of the main dataset -->
<title>iNaturalist Taxa</title>
<author>pleary@inaturalist (Patrick Leary)</author>
<ipt:dwca>https://www.inaturalist.org/taxa/inaturalist-taxonomy.dwca.zip</ipt:dwca>
<pubDate>Mon, 17 Feb 2020 17:39:49 +0000</pubDate>
<!-- category used to indicate that an item is a dependency and should used to resolve linked content, and not as a source of interaction data -->
<category domain="http://www.w3.org/ns/prov">http://www.w3.org/ns/prov#wasUsedBy</category>
</item>
</channel>
</rss>

0 comments on commit b1527b5

Please sign in to comment.