ANDS Vocab Service - AtlasOfLivingAustralia/ala-tern GitHub Wiki

How to publish your vocab on ANDS RVA

Adding vocabulary to the ANDS Research Vocabularies Australia (RVA) can be done through the website (RVA Portal): https://vocabs.ands.org.au/.

Here are the steps:

  1. Create the vocabulary, which can be done either by:
  1. Publish you vocab through RVA Portal (https://documentation.ands.org.au/display/DOC/Publishing+a+non-PoolParty+vocabulary+to+the+RVA+portal) and filling out the form requiring these fields (https://documentation.ands.org.au/display/DOC/Populating+RVA+portal+metadata+fields)

Samples of ALA vocab published on RVA Demo

Here are two samples of the ALA vocabs published on ANDS RVA:

How to use published vocabs in your app

There are two options:

  1. Using widgets: https://demo.ands.org.au/vocabs/vocabs/page/widget_explorer
  2. Using web APIs: https://documentation.ands.org.au/display/DOC/Linked+Data+API

DwC Examples

Here are some API entries for the basisOfRecord vocab:

Comments

  • Sniffing out the JS widget that ANDS provides, the underlying web service being called is https://demo.ands.org.au/vocabs/vocabs/services/vocabs/132/tree with output:
{  
  "status":"OK",
  "message":[  
    {  
      "uri":"https:\/\/ala.org.au\/dwc\/typeStatus\/type",
      "value":"type",
      "child":[  

      ],
      "tip":"<p><b>type<br\/>IRI: <\/b>https:\/\/ala.org.au\/dwc\/typeStatus\/type<br\/><a class=\"pull-right\" target=\"_blank\" href=\"http:\/\/demo.ands.org.au\/repository\/api\/lda\/ala\/ala-typestatus\/1-0\/resource?uri=https:\/\/ala.org.au\/dwc\/typeStatus\/type\">View as linked data<\/a><\/p>",
      "num_child":0
    },
    {  
      "uri":"https:\/\/ala.org.au\/dwc\/typeStatus\/paratype",
      "value":"paratype",
      "child":[  

      ],
      "tip":"<p><b>paratype<br\/>IRI: <\/b>https:\/\/ala.org.au\/dwc\/typeStatus\/paratype<br\/><a class=\"pull-right\" target=\"_blank\" href=\"http:\/\/demo.ands.org.au\/repository\/api\/lda\/ala\/ala-typestatus\/1-0\/resource?uri=https:\/\/ala.org.au\/dwc\/typeStatus\/paratype\">View as linked data<\/a><\/p>",
      "num_child":0
    },
    {  
      "uri":"https:\/\/ala.org.au\/dwc\/typeStatus\/isoneotype",
      "value":"isoneotype",
      "child":[  

      ],
      "tip":"<p><b>isoneotype<br\/>IRI: <\/b>https:\/\/ala.org.au\/dwc\/typeStatus\/isoneotype<br\/><a class=\"pull-right\" target=\"_blank\" href=\"http:\/\/demo.ands.org.au\/repository\/api\/lda\/ala\/ala-typestatus\/1-0\/resource?uri=https:\/\/ala.org.au\/dwc\/typeStatus\/isoneotype\">View as linked data<\/a><\/p>",
      "num_child":0
    },
}
⚠️ **GitHub.com Fallback** ⚠️