| DCMIVocabulary | R Documentation |
This class models an DCMI Vocabulary
R6Class object.
DCMIVocabulary
Object of R6Class for modelling an Dublin Core element
idid
docdoc
representationrepresentation
datadata
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)
idid
docdoc
formatformat
fetchfetch
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)
deepWhether 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.