Class: RDF::RDFA
- Inherits:
-
Vocabulary
- Object
- Vocabulary
- RDF::RDFA
- Defined in:
- 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
- #context ⇒ RDF::Vocabulary::Term readonly
- #copy ⇒ RDF::Vocabulary::Term readonly
- #DocumentError ⇒ RDF::Vocabulary::Term readonly
- #Error ⇒ RDF::Vocabulary::Term readonly
- #Info ⇒ RDF::Vocabulary::Term readonly
- #Pattern ⇒ RDF::Vocabulary::Term readonly
- #PGClass ⇒ RDF::Vocabulary::Term readonly
- #prefix ⇒ RDF::Vocabulary::Term readonly
- #PrefixMapping ⇒ RDF::Vocabulary::Term readonly
- #PrefixOrTermMapping ⇒ RDF::Vocabulary::Term readonly
- #PrefixRedefinition ⇒ RDF::Vocabulary::Term readonly
- #term ⇒ RDF::Vocabulary::Term readonly
- #TermMapping ⇒ RDF::Vocabulary::Term readonly
- #UnresolvedCURIE ⇒ RDF::Vocabulary::Term readonly
- #UnresolvedTerm ⇒ RDF::Vocabulary::Term readonly
- #uri ⇒ RDF::Vocabulary::Term readonly
- #usesVocabulary ⇒ RDF::Vocabulary::Term readonly
- #VocabReferenceError ⇒ RDF::Vocabulary::Term readonly
- #vocabulary ⇒ RDF::Vocabulary::Term readonly
- #Warning ⇒ RDF::Vocabulary::Term readonly
Instance Attribute Details
#context ⇒ RDF::Vocabulary::Term (readonly)
18 19 20 |
# File 'lib/rdf/rdfa/vocab.rb', line 18 def context @context end |
#copy ⇒ RDF::Vocabulary::Term (readonly)
21 22 23 |
# File 'lib/rdf/rdfa/vocab.rb', line 21 def copy @copy end |
#DocumentError ⇒ RDF::Vocabulary::Term (readonly)
39 40 41 |
# File 'lib/rdf/rdfa/vocab.rb', line 39 def DocumentError @DocumentError end |
#Error ⇒ RDF::Vocabulary::Term (readonly)
42 43 44 |
# File 'lib/rdf/rdfa/vocab.rb', line 42 def Error @Error end |
#Info ⇒ RDF::Vocabulary::Term (readonly)
45 46 47 |
# File 'lib/rdf/rdfa/vocab.rb', line 45 def Info @Info end |
#Pattern ⇒ RDF::Vocabulary::Term (readonly)
12 13 14 |
# File 'lib/rdf/rdfa/vocab.rb', line 12 def Pattern @Pattern end |
#PGClass ⇒ RDF::Vocabulary::Term (readonly)
9 10 11 |
# File 'lib/rdf/rdfa/vocab.rb', line 9 def PGClass @PGClass end |
#prefix ⇒ RDF::Vocabulary::Term (readonly)
24 25 26 |
# File 'lib/rdf/rdfa/vocab.rb', line 24 def prefix @prefix end |
#PrefixMapping ⇒ RDF::Vocabulary::Term (readonly)
48 49 50 |
# File 'lib/rdf/rdfa/vocab.rb', line 48 def PrefixMapping @PrefixMapping end |
#PrefixOrTermMapping ⇒ RDF::Vocabulary::Term (readonly)
15 16 17 |
# File 'lib/rdf/rdfa/vocab.rb', line 15 def PrefixOrTermMapping @PrefixOrTermMapping end |
#PrefixRedefinition ⇒ RDF::Vocabulary::Term (readonly)
51 52 53 |
# File 'lib/rdf/rdfa/vocab.rb', line 51 def PrefixRedefinition @PrefixRedefinition end |
#term ⇒ RDF::Vocabulary::Term (readonly)
27 28 29 |
# File 'lib/rdf/rdfa/vocab.rb', line 27 def term @term end |
#TermMapping ⇒ RDF::Vocabulary::Term (readonly)
54 55 56 |
# File 'lib/rdf/rdfa/vocab.rb', line 54 def TermMapping @TermMapping end |
#UnresolvedCURIE ⇒ RDF::Vocabulary::Term (readonly)
57 58 59 |
# File 'lib/rdf/rdfa/vocab.rb', line 57 def UnresolvedCURIE @UnresolvedCURIE end |
#UnresolvedTerm ⇒ RDF::Vocabulary::Term (readonly)
60 61 62 |
# File 'lib/rdf/rdfa/vocab.rb', line 60 def UnresolvedTerm @UnresolvedTerm end |
#uri ⇒ RDF::Vocabulary::Term (readonly)
30 31 32 |
# File 'lib/rdf/rdfa/vocab.rb', line 30 def uri @uri end |
#usesVocabulary ⇒ RDF::Vocabulary::Term (readonly)
33 34 35 |
# File 'lib/rdf/rdfa/vocab.rb', line 33 def usesVocabulary @usesVocabulary end |
#VocabReferenceError ⇒ RDF::Vocabulary::Term (readonly)
63 64 65 |
# File 'lib/rdf/rdfa/vocab.rb', line 63 def VocabReferenceError @VocabReferenceError end |
#vocabulary ⇒ RDF::Vocabulary::Term (readonly)
36 37 38 |
# File 'lib/rdf/rdfa/vocab.rb', line 36 def vocabulary @vocabulary end |
#Warning ⇒ RDF::Vocabulary::Term (readonly)
66 67 68 |
# File 'lib/rdf/rdfa/vocab.rb', line 66 def Warning @Warning end |