| 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
idid
docdoc
representationrepresentation
datadata
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
idid
docdoc
formatformat
fetchfetch
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
deepWhether to make a deep clone.
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
[Package atom4R version 0.3-3 Index]