DCMIVocabulary | R Documentation |
This class models an DCMI Vocabulary
R6Class
object.
DCMIVocabulary
Object of R6Class
for modelling an Dublin Core element
id
id
doc
doc
representation
representation
data
data
new()
This method is used to read a DCMI vocabulary RDF doc. The format corresponds to
the RDF format as used by rdflib rdf_parse
function.
DCMIVocabulary$new(id, doc, format, fetch = TRUE)
id
id
doc
doc
format
format
fetch
fetch
fetch()
Runs a Sparql query over the RDF vocabulary to fetch the vocabulary content.
DCMIVocabulary$fetch()
clone()
The objects of this class are cloneable with this method.
DCMIVocabulary$clone(deep = FALSE)
deep
Whether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.