-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
95 lines (94 loc) · 1.96 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# Generated by roxygen2: do not edit by hand
export(AtomAbstractObject)
export(AtomAuthor)
export(AtomCategory)
export(AtomContributor)
export(AtomEntry)
export(AtomFeed)
export(AtomLink)
export(AtomNamespace)
export(AtomPerson)
export(AtomPubClient)
export(DCAbstract)
export(DCAccessRights)
export(DCAccrualMethod)
export(DCAccrualPeriodicity)
export(DCAccrualPolicy)
export(DCAlternative)
export(DCAudience)
export(DCAvailable)
export(DCBibliographicCitation)
export(DCConformsTo)
export(DCContributor)
export(DCCoverage)
export(DCCreated)
export(DCCreator)
export(DCDate)
export(DCDateAccepted)
export(DCDateCopyrighted)
export(DCDateSubmitted)
export(DCDescription)
export(DCEducationalLevel)
export(DCElement)
export(DCEntry)
export(DCExtent)
export(DCFormat)
export(DCHasPart)
export(DCHasVersion)
export(DCIdentifier)
export(DCInstructionalMethod)
export(DCIsPartOf)
export(DCIsReferencedBy)
export(DCIsReplacedBy)
export(DCIsRequiredBy)
export(DCIsVersionOf)
export(DCIssued)
export(DCLanguage)
export(DCLicense)
export(DCMIVocabulary)
export(DCMediator)
export(DCMedium)
export(DCModified)
export(DCProvenance)
export(DCPublisher)
export(DCReferences)
export(DCRelation)
export(DCReplaces)
export(DCRequires)
export(DCRights)
export(DCRightsHolder)
export(DCSource)
export(DCSpatial)
export(DCSubject)
export(DCTableOfContents)
export(DCTemporal)
export(DCTitle)
export(DCType)
export(DCValid)
export(SwordClient)
export(SwordDataverseClient)
export(SwordHalClient)
export(SwordServiceDocument)
export(atom4RLogger)
export(getAtomClasses)
export(getAtomNamespace)
export(getAtomNamespaces)
export(getAtomSchemas)
export(getClassesInheriting)
export(getDCMIVocabularies)
export(getDCMIVocabulary)
export(readDCEntry)
export(registerAtomNamespace)
export(registerAtomSchema)
export(setAtomNamespaces)
export(setAtomSchemas)
export(setDCMIVocabularies)
import(R6)
import(XML)
import(httr)
import(jsonlite)
import(keyring)
import(methods)
import(rdflib)
importFrom(R6,R6Class)
importFrom(zip,zipr)