Class: RDF::RDFA
- Inherits:
-
Vocabulary
show all
- Defined in:
- vendor/bundler/ruby/3.3.0/bundler/gems/rdf-rdfa-ea6265716853/lib/rdf/rdfa/vocab.rb
Overview
Vocabulary for http://www.w3.org/ns/rdfa#
RDFa Vocabulary for Term and Prefix Assignment, and for Processor Graph Reporting
This document describes the RDFa Vocabulary for Term and Prefix Assignment. The Vocabulary is used to modify RDFa 1.1 processing behavior.
Instance Attribute Summary collapse
Method Summary
Methods inherited from Vocabulary
#[], [], __prefix__, __prefix__=, _orig_each, _orig_from_sym, camelize, each, each_statement, enum_for, expand_pname, find, find_term, from_graph, from_sym, imported_from, imports, #initialize, inspect, #inspect, limit_vocabs, list, #method_missing, method_missing, ontology, properties, property, register, strict?, to_html, to_iri, to_jsonld, to_s, #to_s, to_ttl, #to_uri, to_uri, value_to_html, vocab_map
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
in the class RDF::Vocabulary
Instance Attribute Details
18
19
20
|
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-rdfa-ea6265716853/lib/rdf/rdfa/vocab.rb', line 18
def context
@context
end
|
21
22
23
|
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-rdfa-ea6265716853/lib/rdf/rdfa/vocab.rb', line 21
def copy
@copy
end
|
39
40
41
|
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-rdfa-ea6265716853/lib/rdf/rdfa/vocab.rb', line 39
def DocumentError
@DocumentError
end
|
42
43
44
|
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-rdfa-ea6265716853/lib/rdf/rdfa/vocab.rb', line 42
def Error
@Error
end
|
45
46
47
|
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-rdfa-ea6265716853/lib/rdf/rdfa/vocab.rb', line 45
def Info
@Info
end
|
12
13
14
|
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-rdfa-ea6265716853/lib/rdf/rdfa/vocab.rb', line 12
def Pattern
@Pattern
end
|
9
10
11
|
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-rdfa-ea6265716853/lib/rdf/rdfa/vocab.rb', line 9
def PGClass
@PGClass
end
|
24
25
26
|
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-rdfa-ea6265716853/lib/rdf/rdfa/vocab.rb', line 24
def prefix
@prefix
end
|
48
49
50
|
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-rdfa-ea6265716853/lib/rdf/rdfa/vocab.rb', line 48
def PrefixMapping
@PrefixMapping
end
|
15
16
17
|
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-rdfa-ea6265716853/lib/rdf/rdfa/vocab.rb', line 15
def PrefixOrTermMapping
@PrefixOrTermMapping
end
|
51
52
53
|
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-rdfa-ea6265716853/lib/rdf/rdfa/vocab.rb', line 51
def PrefixRedefinition
@PrefixRedefinition
end
|
27
28
29
|
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-rdfa-ea6265716853/lib/rdf/rdfa/vocab.rb', line 27
def term
@term
end
|
54
55
56
|
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-rdfa-ea6265716853/lib/rdf/rdfa/vocab.rb', line 54
def TermMapping
@TermMapping
end
|
57
58
59
|
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-rdfa-ea6265716853/lib/rdf/rdfa/vocab.rb', line 57
def UnresolvedCURIE
@UnresolvedCURIE
end
|
60
61
62
|
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-rdfa-ea6265716853/lib/rdf/rdfa/vocab.rb', line 60
def UnresolvedTerm
@UnresolvedTerm
end
|
30
31
32
|
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-rdfa-ea6265716853/lib/rdf/rdfa/vocab.rb', line 30
def uri
@uri
end
|
33
34
35
|
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-rdfa-ea6265716853/lib/rdf/rdfa/vocab.rb', line 33
def usesVocabulary
@usesVocabulary
end
|
63
64
65
|
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-rdfa-ea6265716853/lib/rdf/rdfa/vocab.rb', line 63
def VocabReferenceError
@VocabReferenceError
end
|
36
37
38
|
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-rdfa-ea6265716853/lib/rdf/rdfa/vocab.rb', line 36
def vocabulary
@vocabulary
end
|
66
67
68
|
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-rdfa-ea6265716853/lib/rdf/rdfa/vocab.rb', line 66
def Warning
@Warning
end
|