DCMIVocabulary {atom4R} | R Documentation |
DCMI Vocabulary class
Description
This class models an DCMI Vocabulary
Format
R6Class
object.
Details
DCMIVocabulary
Value
Object of R6Class
for modelling an Dublin Core element
Public fields
id
id
doc
doc
representation
representation
data
data
Methods
Public methods
Method 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.
Usage
DCMIVocabulary$new(id, doc, format, fetch = TRUE)
Arguments
id
id
doc
doc
format
format
fetch
fetch
Method fetch()
Runs a Sparql query over the RDF vocabulary to fetch the vocabulary content.
Usage
DCMIVocabulary$fetch()
Method clone()
The objects of this class are cloneable with this method.
Usage
DCMIVocabulary$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
[Package atom4R version 0.3-3 Index]