rdf-vocab 3.2.0 → 3.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +63 -7
- data/VERSION +1 -1
- data/lib/rdf/vocab/acl.rb +91 -89
- data/lib/rdf/vocab/as.rb +624 -622
- data/lib/rdf/vocab/bf2.rb +2241 -2239
- data/lib/rdf/vocab/bibframe.rb +2241 -2239
- data/lib/rdf/vocab/bibo.rb +943 -941
- data/lib/rdf/vocab/cc.rb +102 -100
- data/lib/rdf/vocab/cert.rb +107 -105
- data/lib/rdf/vocab/cnt.rb +92 -90
- data/lib/rdf/vocab/crm.rb +1793 -1791
- data/lib/rdf/vocab/datacite.rb +261 -263
- data/lib/rdf/vocab/dbo.rb +4719 -4347
- data/lib/rdf/vocab/dc.rb +665 -663
- data/lib/rdf/vocab/dc11.rb +109 -107
- data/lib/rdf/vocab/dcat.rb +373 -356
- data/lib/rdf/vocab/dcmitype.rb +91 -89
- data/lib/rdf/vocab/disco.rb +348 -346
- data/lib/rdf/vocab/doap.rb +304 -302
- data/lib/rdf/vocab/dwc.rb +2244 -2242
- data/lib/rdf/vocab/earl.rb +146 -144
- data/lib/rdf/vocab/ebucore.rb +4945 -4941
- data/lib/rdf/vocab/edm.rb +310 -308
- data/lib/rdf/vocab/exif.rb +777 -775
- data/lib/rdf/vocab/extensions.rb +2 -2
- data/lib/rdf/vocab/fcrepo4.rb +307 -305
- data/lib/rdf/vocab/foaf.rb +525 -523
- data/lib/rdf/vocab/geo.rb +34 -32
- data/lib/rdf/vocab/geojson.rb +66 -64
- data/lib/rdf/vocab/geonames.rb +3656 -3654
- data/lib/rdf/vocab/gr.rb +1204 -1202
- data/lib/rdf/vocab/gs1.rb +5881 -5879
- data/lib/rdf/vocab/ht.rb +194 -192
- data/lib/rdf/vocab/hydra.rb +439 -437
- data/lib/rdf/vocab/iana.rb +215 -213
- data/lib/rdf/vocab/ical.rb +726 -724
- data/lib/rdf/vocab/identifiers.rb +501 -227
- data/lib/rdf/vocab/iiif.rb +132 -130
- data/lib/rdf/vocab/jsonld.rb +205 -203
- data/lib/rdf/vocab/ldp.rb +193 -191
- data/lib/rdf/vocab/lrmi.rb +188 -186
- data/lib/rdf/vocab/ma.rb +318 -316
- data/lib/rdf/vocab/mads.rb +670 -668
- data/lib/rdf/vocab/marcrelators.rb +563 -541
- data/lib/rdf/vocab/mo.rb +1823 -1821
- data/lib/rdf/vocab/mods.rb +636 -634
- data/lib/rdf/vocab/nfo.rb +482 -480
- data/lib/rdf/vocab/oa.rb +333 -331
- data/lib/rdf/vocab/og.rb +198 -196
- data/lib/rdf/vocab/ogc.rb +43 -41
- data/lib/rdf/vocab/ore.rb +79 -77
- data/lib/rdf/vocab/org.rb +322 -320
- data/lib/rdf/vocab/pcdm.rb +73 -71
- data/lib/rdf/vocab/pplan.rb +97 -95
- data/lib/rdf/vocab/premis.rb +903 -901
- data/lib/rdf/vocab/premiseventtype.rb +143 -141
- data/lib/rdf/vocab/prov.rb +1360 -1358
- data/lib/rdf/vocab/ptr.rb +147 -145
- data/lib/rdf/vocab/rdau.rb +9464 -9438
- data/lib/rdf/vocab/rightsstatements.rb +123 -121
- data/lib/rdf/vocab/rsa.rb +44 -42
- data/lib/rdf/vocab/rss.rb +46 -44
- data/lib/rdf/vocab/schema.rb +14900 -14698
- data/lib/rdf/vocab/schemas.rb +14900 -14698
- data/lib/rdf/vocab/sd.rb +165 -163
- data/lib/rdf/vocab/sh.rb +1096 -1094
- data/lib/rdf/vocab/sioc.rb +615 -613
- data/lib/rdf/vocab/siocservices.rb +49 -47
- data/lib/rdf/vocab/sioctypes.rb +224 -222
- data/lib/rdf/vocab/skos.rb +202 -200
- data/lib/rdf/vocab/skosxl.rb +51 -49
- data/lib/rdf/vocab/v.rb +233 -231
- data/lib/rdf/vocab/vcard.rb +776 -774
- data/lib/rdf/vocab/vmd.rb +233 -231
- data/lib/rdf/vocab/void.rb +145 -143
- data/lib/rdf/vocab/vs.rb +27 -25
- data/lib/rdf/vocab/wdrs.rb +112 -110
- data/lib/rdf/vocab/wot.rb +63 -142
- data/lib/rdf/vocab/xhtml.rb +4 -2
- data/lib/rdf/vocab/xhv.rb +208 -206
- data/lib/rdf/vocab/xkos.rb +220 -218
- data/lib/rdf/vocab.rb +2 -0
- metadata +23 -6
data/lib/rdf/vocab/ptr.rb
CHANGED
@@ -3,189 +3,191 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://www.w3.org/2009/pointers#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
+
# Vocabulary for <http://www.w3.org/2009/pointers#>
|
7
|
+
# @!visibility private
|
6
8
|
PTR = Class.new(RDF::StrictVocabulary("http://www.w3.org/2009/pointers#")) do
|
7
9
|
|
8
10
|
# Class definitions
|
9
11
|
term :ByteOffsetCompoundPointer,
|
10
|
-
comment: "Pointer to a byte range with a defined start and a byte offset from there."
|
11
|
-
label: "Byte Offset Compound Pointer"
|
12
|
-
subClassOf: "http://www.w3.org/2009/pointers#CompoundPointer"
|
13
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
12
|
+
comment: {en: "Pointer to a byte range with a defined start and a byte offset from there."},
|
13
|
+
label: {en: "Byte Offset Compound Pointer"},
|
14
|
+
subClassOf: "http://www.w3.org/2009/pointers#CompoundPointer",
|
15
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
14
16
|
term :ByteOffsetPointer,
|
15
|
-
comment: "Single pointer using a byte offset from the start of the reference."
|
16
|
-
label: "Byte Offset Pointer"
|
17
|
-
subClassOf: "http://www.w3.org/2009/pointers#OffsetPointer"
|
18
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
17
|
+
comment: {en: "Single pointer using a byte offset from the start of the reference."},
|
18
|
+
label: {en: "Byte Offset Pointer"},
|
19
|
+
subClassOf: "http://www.w3.org/2009/pointers#OffsetPointer",
|
20
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
19
21
|
term :ByteSnippetCompoundPointer,
|
20
|
-
comment: "Pointer to a range with a defined start and a byte snippet from there."
|
21
|
-
label: "Byte Snippet Compound Pointer"
|
22
|
-
subClassOf: "http://www.w3.org/2009/pointers#CompoundPointer"
|
23
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
22
|
+
comment: {en: "Pointer to a range with a defined start and a byte snippet from there."},
|
23
|
+
label: {en: "Byte Snippet Compound Pointer"},
|
24
|
+
subClassOf: "http://www.w3.org/2009/pointers#CompoundPointer",
|
25
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
24
26
|
term :CSSSelectorPointer,
|
25
|
-
comment: "Single pointer using a CSS selector."
|
26
|
-
label: "CSS selector Pointer"
|
27
|
-
subClassOf: "http://www.w3.org/2009/pointers#ExpressionPointer"
|
28
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
27
|
+
comment: {en: "Single pointer using a CSS selector."},
|
28
|
+
label: {en: "CSS selector Pointer"},
|
29
|
+
subClassOf: "http://www.w3.org/2009/pointers#ExpressionPointer",
|
30
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
29
31
|
term :CharOffsetCompoundPointer,
|
30
|
-
comment: "Pointer to a char range with a defined start and a char offset from there."
|
31
|
-
label: "Char Offset Compound Pointer"
|
32
|
-
subClassOf: "http://www.w3.org/2009/pointers#CompoundPointer"
|
33
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
32
|
+
comment: {en: "Pointer to a char range with a defined start and a char offset from there."},
|
33
|
+
label: {en: "Char Offset Compound Pointer"},
|
34
|
+
subClassOf: "http://www.w3.org/2009/pointers#CompoundPointer",
|
35
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
34
36
|
term :CharOffsetPointer,
|
35
|
-
comment: "Single pointer using a character offset from the start of the reference."
|
36
|
-
label: "Char Offset Pointer"
|
37
|
-
subClassOf: "http://www.w3.org/2009/pointers#OffsetPointer"
|
38
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
37
|
+
comment: {en: "Single pointer using a character offset from the start of the reference."},
|
38
|
+
label: {en: "Char Offset Pointer"},
|
39
|
+
subClassOf: "http://www.w3.org/2009/pointers#OffsetPointer",
|
40
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
39
41
|
term :CharSnippetCompoundPointer,
|
40
|
-
comment: "Pointer to a range with a defined start and a character snippet from there."
|
41
|
-
label: "Char Snippet Compound Pointer"
|
42
|
-
subClassOf: "http://www.w3.org/2009/pointers#CompoundPointer"
|
43
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
42
|
+
comment: {en: "Pointer to a range with a defined start and a character snippet from there."},
|
43
|
+
label: {en: "Char Snippet Compound Pointer"},
|
44
|
+
subClassOf: "http://www.w3.org/2009/pointers#CompoundPointer",
|
45
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
44
46
|
term :CompoundPointer,
|
45
|
-
comment: "An abstract method made of a pair of pointers to a defined section to be subclassed for extensibility."
|
46
|
-
label: "Compound Pointer"
|
47
|
-
subClassOf: "http://www.w3.org/2009/pointers#Pointer"
|
48
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
47
|
+
comment: {en: "An abstract method made of a pair of pointers to a defined section to be subclassed for extensibility."},
|
48
|
+
label: {en: "Compound Pointer"},
|
49
|
+
subClassOf: "http://www.w3.org/2009/pointers#Pointer",
|
50
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
49
51
|
term :EquivalentPointers,
|
50
|
-
comment: "Group of equivalent pointers that point to the same places."
|
51
|
-
label: "Equivalent Pointers"
|
52
|
-
subClassOf: "http://www.w3.org/2009/pointers#PointersGroup"
|
53
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
52
|
+
comment: {en: "Group of equivalent pointers that point to the same places."},
|
53
|
+
label: {en: "Equivalent Pointers"},
|
54
|
+
subClassOf: "http://www.w3.org/2009/pointers#PointersGroup",
|
55
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
54
56
|
term :ExpressionPointer,
|
55
|
-
comment: "Generic single pointer that make use of an expression language such as xPath, CSS selectors, etc."
|
56
|
-
label: "Expression Pointer"
|
57
|
-
subClassOf: "http://www.w3.org/2009/pointers#SinglePointer"
|
58
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
57
|
+
comment: {en: "Generic single pointer that make use of an expression language such as xPath, CSS selectors, etc."},
|
58
|
+
label: {en: "Expression Pointer"},
|
59
|
+
subClassOf: "http://www.w3.org/2009/pointers#SinglePointer",
|
60
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
59
61
|
term :LineCharPointer,
|
60
|
-
comment: "Single pointer using line and char numbers."
|
61
|
-
label: "Line-Char Pointer"
|
62
|
-
subClassOf: "http://www.w3.org/2009/pointers#SinglePointer"
|
63
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
62
|
+
comment: {en: "Single pointer using line and char numbers."},
|
63
|
+
label: {en: "Line-Char Pointer"},
|
64
|
+
subClassOf: "http://www.w3.org/2009/pointers#SinglePointer",
|
65
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
64
66
|
term :OffsetPointer,
|
65
|
-
comment: "Generic single pointer based on an offset."
|
66
|
-
label: "Offset Pointer"
|
67
|
-
subClassOf: "http://www.w3.org/2009/pointers#SinglePointer"
|
68
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
67
|
+
comment: {en: "Generic single pointer based on an offset."},
|
68
|
+
label: {en: "Offset Pointer"},
|
69
|
+
subClassOf: "http://www.w3.org/2009/pointers#SinglePointer",
|
70
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
69
71
|
term :Pointer,
|
70
|
-
comment: "Abstract Pointer to be subclassed for extensibility."
|
71
|
-
label: "Pointer"
|
72
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
72
|
+
comment: {en: "Abstract Pointer to be subclassed for extensibility."},
|
73
|
+
label: {en: "Pointer"},
|
74
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
73
75
|
term :PointersGroup,
|
74
|
-
comment: "Generic container for a group of Pointers"
|
75
|
-
label: "Pointers Group"
|
76
|
-
subClassOf: "http://www.w3.org/2009/pointers#Pointer"
|
77
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
76
|
+
comment: {en: "Generic container for a group of Pointers"},
|
77
|
+
label: {en: "Pointers Group"},
|
78
|
+
subClassOf: "http://www.w3.org/2009/pointers#Pointer",
|
79
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
78
80
|
term :RelatedPointers,
|
79
|
-
comment: "Group of related pointers you use together for some purpose."
|
80
|
-
label: "Related Pointers"
|
81
|
-
subClassOf: "http://www.w3.org/2009/pointers#PointersGroup"
|
82
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
81
|
+
comment: {en: "Group of related pointers you use together for some purpose."},
|
82
|
+
label: {en: "Related Pointers"},
|
83
|
+
subClassOf: "http://www.w3.org/2009/pointers#PointersGroup",
|
84
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
83
85
|
term :SinglePointer,
|
84
|
-
comment: "Abstract pointer to a single point to be subclassed for extensibility."
|
85
|
-
label: "Single Pointer"
|
86
|
-
subClassOf: "http://www.w3.org/2009/pointers#Pointer"
|
87
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
86
|
+
comment: {en: "Abstract pointer to a single point to be subclassed for extensibility."},
|
87
|
+
label: {en: "Single Pointer"},
|
88
|
+
subClassOf: "http://www.w3.org/2009/pointers#Pointer",
|
89
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
88
90
|
term :StartEndPointer,
|
89
|
-
comment: "Compound pointer to a range with a start and an end point."
|
90
|
-
label: "Start-End Pointer"
|
91
|
-
subClassOf: "http://www.w3.org/2009/pointers#CompoundPointer"
|
92
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
91
|
+
comment: {en: "Compound pointer to a range with a start and an end point."},
|
92
|
+
label: {en: "Start-End Pointer"},
|
93
|
+
subClassOf: "http://www.w3.org/2009/pointers#CompoundPointer",
|
94
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
93
95
|
term :XMLNamespace,
|
94
|
-
comment: "An XML Namespace."
|
95
|
-
label: "XMLNamespace"
|
96
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
96
|
+
comment: {en: "An XML Namespace."},
|
97
|
+
label: {en: "XMLNamespace"},
|
98
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
97
99
|
term :XPathPointer,
|
98
|
-
comment: "Single pointer using an XPath expression."
|
99
|
-
label: "XPath Pointer"
|
100
|
-
subClassOf: "http://www.w3.org/2009/pointers#ExpressionPointer"
|
101
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
100
|
+
comment: {en: "Single pointer using an XPath expression."},
|
101
|
+
label: {en: "XPath Pointer"},
|
102
|
+
subClassOf: "http://www.w3.org/2009/pointers#ExpressionPointer",
|
103
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
102
104
|
term :XPointerPointer,
|
103
|
-
comment: "Single pointer using an XPointer expression."
|
104
|
-
label: "XPointer Pointer"
|
105
|
-
subClassOf: "http://www.w3.org/2009/pointers#XPathPointer"
|
106
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
105
|
+
comment: {en: "Single pointer using an XPointer expression."},
|
106
|
+
label: {en: "XPointer Pointer"},
|
107
|
+
subClassOf: "http://www.w3.org/2009/pointers#XPathPointer",
|
108
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
107
109
|
|
108
110
|
# Property definitions
|
109
111
|
property :byteOffset,
|
110
|
-
comment: "Number of bytes counting from the start point."
|
111
|
-
domain: "http://www.w3.org/2009/pointers#ByteOffsetCompoundPointer"
|
112
|
-
label: "byte offset"
|
113
|
-
range: "http://www.w3.org/2001/XMLSchema#positiveInteger"
|
114
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
112
|
+
comment: "Number of bytes counting from the start point.",
|
113
|
+
domain: "http://www.w3.org/2009/pointers#ByteOffsetCompoundPointer",
|
114
|
+
label: "byte offset",
|
115
|
+
range: "http://www.w3.org/2001/XMLSchema#positiveInteger",
|
116
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
115
117
|
property :charNumber,
|
116
|
-
comment: "Char number within a line starting at one.\n\t\t"
|
117
|
-
domain: "http://www.w3.org/2009/pointers#LineCharPointer"
|
118
|
-
label: "char number"
|
119
|
-
range: "http://www.w3.org/2001/XMLSchema#positiveInteger"
|
120
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
118
|
+
comment: {en: "Char number within a line starting at one.\n\t\t"},
|
119
|
+
domain: "http://www.w3.org/2009/pointers#LineCharPointer",
|
120
|
+
label: {en: "char number"},
|
121
|
+
range: "http://www.w3.org/2001/XMLSchema#positiveInteger",
|
122
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
121
123
|
property :charOffset,
|
122
|
-
comment: "Number of characters counting from the start point."
|
123
|
-
domain: "http://www.w3.org/2009/pointers#CharOffsetCompoundPointer"
|
124
|
-
label: "char offset"
|
125
|
-
range: "http://www.w3.org/2001/XMLSchema#positiveInteger"
|
126
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
124
|
+
comment: {en: "Number of characters counting from the start point."},
|
125
|
+
domain: "http://www.w3.org/2009/pointers#CharOffsetCompoundPointer",
|
126
|
+
label: {en: "char offset"},
|
127
|
+
range: "http://www.w3.org/2001/XMLSchema#positiveInteger",
|
128
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
127
129
|
property :endPointer,
|
128
|
-
comment: "Pointer to the end point of the range."
|
129
|
-
domain: "http://www.w3.org/2009/pointers#StartEndPointer"
|
130
|
-
label: "end pointer"
|
131
|
-
range: "http://www.w3.org/2009/pointers#SinglePointer"
|
132
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
130
|
+
comment: {en: "Pointer to the end point of the range."},
|
131
|
+
domain: "http://www.w3.org/2009/pointers#StartEndPointer",
|
132
|
+
label: {en: "end pointer"},
|
133
|
+
range: "http://www.w3.org/2009/pointers#SinglePointer",
|
134
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
133
135
|
property :expression,
|
134
|
-
comment: "Expressions, such as xPath or CSS selectors, that identify points."
|
135
|
-
domain: "http://www.w3.org/2009/pointers#ExpressionPointer"
|
136
|
-
label: "expression"
|
137
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
138
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
136
|
+
comment: {en: "Expressions, such as xPath or CSS selectors, that identify points."},
|
137
|
+
domain: "http://www.w3.org/2009/pointers#ExpressionPointer",
|
138
|
+
label: {en: "expression"},
|
139
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
140
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
139
141
|
property :groupPointer,
|
140
|
-
comment: "A Pointer that is part of a Group"
|
141
|
-
domain: "http://www.w3.org/2009/pointers#PointersGroup"
|
142
|
-
label: "groupPointer"
|
143
|
-
range: "http://www.w3.org/2009/pointers#Pointer"
|
144
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
142
|
+
comment: {en: "A Pointer that is part of a Group"},
|
143
|
+
domain: "http://www.w3.org/2009/pointers#PointersGroup",
|
144
|
+
label: {en: "groupPointer"},
|
145
|
+
range: "http://www.w3.org/2009/pointers#Pointer",
|
146
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
145
147
|
property :lineNumber,
|
146
|
-
comment: "Line number within the reference starting at one.\n\t\t"
|
147
|
-
domain: "http://www.w3.org/2009/pointers#LineCharPointer"
|
148
|
-
label: "line number"
|
149
|
-
range: "http://www.w3.org/2001/XMLSchema#positiveInteger"
|
150
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
148
|
+
comment: {en: "Line number within the reference starting at one.\n\t\t"},
|
149
|
+
domain: "http://www.w3.org/2009/pointers#LineCharPointer",
|
150
|
+
label: {en: "line number"},
|
151
|
+
range: "http://www.w3.org/2001/XMLSchema#positiveInteger",
|
152
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
151
153
|
property :namespace,
|
152
|
-
comment: "The namespace being used for the XPath expression."
|
153
|
-
domain: "http://www.w3.org/2009/pointers#XPathPointer"
|
154
|
-
label: "namespace"
|
155
|
-
range: "http://www.w3.org/2009/pointers#XMLNamespace"
|
156
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
154
|
+
comment: {en: "The namespace being used for the XPath expression."},
|
155
|
+
domain: "http://www.w3.org/2009/pointers#XPathPointer",
|
156
|
+
label: {en: "namespace"},
|
157
|
+
range: "http://www.w3.org/2009/pointers#XMLNamespace",
|
158
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
157
159
|
property :namespaceName,
|
158
|
-
comment: "The namespace name being used for an XML Namespace."
|
159
|
-
domain: "http://www.w3.org/2009/pointers#XMLNamespace"
|
160
|
-
label: "namespace name"
|
161
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
160
|
+
comment: {en: "The namespace name being used for an XML Namespace."},
|
161
|
+
domain: "http://www.w3.org/2009/pointers#XMLNamespace",
|
162
|
+
label: {en: "namespace name"},
|
163
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
162
164
|
property :offset,
|
163
|
-
comment: "Offset from the start of the reference."
|
164
|
-
domain: "http://www.w3.org/2009/pointers#OffsetPointer"
|
165
|
-
label: "offset"
|
166
|
-
range: "http://www.w3.org/2001/XMLSchema#positiveInteger"
|
167
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
165
|
+
comment: {en: "Offset from the start of the reference."},
|
166
|
+
domain: "http://www.w3.org/2009/pointers#OffsetPointer",
|
167
|
+
label: {en: "offset"},
|
168
|
+
range: "http://www.w3.org/2001/XMLSchema#positiveInteger",
|
169
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
168
170
|
property :prefix,
|
169
|
-
comment: "The namespace prefix being used for an XML Namespace."
|
170
|
-
domain: "http://www.w3.org/2009/pointers#XMLNamespace"
|
171
|
-
label: "prefix"
|
172
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
171
|
+
comment: {en: "The namespace prefix being used for an XML Namespace."},
|
172
|
+
domain: "http://www.w3.org/2009/pointers#XMLNamespace",
|
173
|
+
label: {en: "prefix"},
|
174
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
173
175
|
property :reference,
|
174
|
-
comment: "Scope within which a single pointer operates."
|
175
|
-
domain: "http://www.w3.org/2009/pointers#SinglePointer"
|
176
|
-
label: "reference"
|
177
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
176
|
+
comment: {en: "Scope within which a single pointer operates."},
|
177
|
+
domain: "http://www.w3.org/2009/pointers#SinglePointer",
|
178
|
+
label: {en: "reference"},
|
179
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
178
180
|
property :startPointer,
|
179
|
-
comment: "Pointer to the start point of the range in a compound pointer."
|
180
|
-
domain: "http://www.w3.org/2009/pointers#CompoundPointer"
|
181
|
-
label: "start pointer"
|
182
|
-
range: "http://www.w3.org/2009/pointers#SinglePointer"
|
183
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
181
|
+
comment: {en: "Pointer to the start point of the range in a compound pointer."},
|
182
|
+
domain: "http://www.w3.org/2009/pointers#CompoundPointer",
|
183
|
+
label: {en: "start pointer"},
|
184
|
+
range: "http://www.w3.org/2009/pointers#SinglePointer",
|
185
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
184
186
|
property :version,
|
185
|
-
comment: "Version for the expression language being used."
|
186
|
-
domain: "http://www.w3.org/2009/pointers#ExpressionPointer"
|
187
|
-
label: "version"
|
188
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
189
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
187
|
+
comment: {en: "Version for the expression language being used."},
|
188
|
+
domain: "http://www.w3.org/2009/pointers#ExpressionPointer",
|
189
|
+
label: {en: "version"},
|
190
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
191
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
190
192
|
end
|
191
193
|
end
|