getskossxmldatainfo: get skos xml dataterms

Description Usage Arguments Examples

Description

This function allows to get the information form different concepts stored in skoss xml. It takes a single concept, multiple concepts or a shema. The output a dataframe with the lables and definitions.

Usage

1
getskossxmldatainfo(vocids = NA, vocabs = NA)

Arguments

vocids

mandatory parameter, the XML link(s) you want to read the read

vocabs

optional parameter, include which vocabs you want to include. Takes multiple vocabs if separated by a "|" (eg. "P01|P06|Q01")

Examples

1
2
3
4
getskossxmldatainfo("http://vocab.nerc.ac.uk/collection/P06/current/UMCU/")
getskossxmldatainfo(c("http://vocab.nerc.ac.uk/collection/P06/current/UMCU/","http://vocab.nerc.ac.uk/collection/P06/current/ULAA/")
getskossxmldatainfo("http://vocab.nerc.ac.uk/collection/S10/current/", vocabs ="S10|S11")
getskossxmldatainfo("http://dd.eionet.europa.eu/vocabulary/biodiversity/eunishabitats/rdf")

Daphnisd/skossxml documentation built on May 21, 2019, 11:07 a.m.