@@ -208,35 +208,35 @@ <h2>General Terminology</h2>
208
208
< dd > An < tref > IRI</ tref > (Internationalized Resource Identifier) is a string that conforms to the syntax
209
209
defined in [[RFC3987]].</ dd >
210
210
< dt > < tdef > RDF subject</ tdef > </ dt >
211
- < dd > A < tref href ="http://www.w3.org/TR/RDF11-CONCEPTS /#dfn-subject "> subject</ tref >
211
+ < dd > A < tref href ="http://www.w3.org/TR/rdf11-concepts /#dfn-subject "> subject</ tref >
212
212
as specified by [[RDF11-CONCEPTS]].</ dd >
213
213
< dt > < tdef > RDF predicate</ tdef > </ dt >
214
- < dd > A < tref href ="http://www.w3.org/TR/RDF11-CONCEPTS /#dfn-predicate "> predicate</ tref >
214
+ < dd > A < tref href ="http://www.w3.org/TR/rdf11-concepts /#dfn-predicate "> predicate</ tref >
215
215
as specified by [[RDF11-CONCEPTS]].</ dd >
216
216
< dt > < tdef > RDF object</ tdef > </ dt >
217
- < dd > An < tref href ="http://www.w3.org/TR/RDF11-CONCEPTS /#dfn-object "> object</ tref >
217
+ < dd > An < tref href ="http://www.w3.org/TR/rdf11-concepts /#dfn-object "> object</ tref >
218
218
as specified by [[RDF11-CONCEPTS]].</ dd >
219
219
< dt > < tdef > RDF triple</ tdef > </ dt >
220
- < dd > A < tref href ="http://www.w3.org/TR/RDF11-CONCEPTS /#dfn-rdf-triple "> triple</ tref >
220
+ < dd > A < tref href ="http://www.w3.org/TR/rdf11-concepts /#dfn-rdf-triple "> triple</ tref >
221
221
as specified by [[RDF11-CONCEPTS]].</ dd >
222
222
< dt > < tdef > RDF graph</ tdef > </ dt >
223
- < dd > An < tref href ="http://www.w3.org/TR/RDF11-CONCEPTS /#dfn-rdf-graph "> RDF graph</ tref >
223
+ < dd > An < tref href ="http://www.w3.org/TR/rdf11-concepts /#dfn-rdf-graph "> RDF graph</ tref >
224
224
as specified by [[RDF11-CONCEPTS]].</ dd >
225
225
< dt > < tdef > RDF graph name</ tdef > </ dt >
226
- < dd > A < tref href ="http://www.w3.org/TR/RDF11-CONCEPTS /#dfn-rdf-dataset "> graph name</ tref >
226
+ < dd > A < tref href ="http://www.w3.org/TR/rdf11-concepts /#dfn-rdf-dataset "> graph name</ tref >
227
227
as specified by [[RDF11-CONCEPTS]].</ dd >
228
228
< dt > < tdef > RDF quad</ tdef > </ dt >
229
229
< dd > The pairing of an < tref > RDF triple</ tref > with an < tref > RDF graph name</ tref > .</ dd >
230
230
< dt > < tdef > RDF dataset</ tdef > </ dt >
231
- < dd > A < tref href ="http://www.w3.org/TR/RDF11-CONCEPTS /#dfn-rdf-dataset "> dataset</ tref >
231
+ < dd > A < tref href ="http://www.w3.org/TR/rdf11-concepts /#dfn-rdf-dataset "> dataset</ tref >
232
232
as specified by [[RDF11-CONCEPTS]].</ dd >
233
233
< dt > < tdef > RDF blank node</ tdef > </ dt >
234
- < dd > A < tref href ="http://www.w3.org/TR/RDF11-CONCEPTS /#section-blank-nodes "> blank node</ tref >
234
+ < dd > A < tref href ="http://www.w3.org/TR/rdf11-concepts /#section-blank-nodes "> blank node</ tref >
235
235
as specified by [[RDF11-CONCEPTS]]. In short, it is a node in a graph that is
236
236
neither an < tref > IRI</ tref > , nor a
237
- < tref href ="http://www.w3.org/TR/RDF11-CONCEPTS /#dfn-literal "> literal</ tref > .</ dd >
237
+ < tref href ="http://www.w3.org/TR/rdf11-concepts /#dfn-literal "> literal</ tref > .</ dd >
238
238
< dt > < tdef > RDF blank node identifier</ tdef > </ dt >
239
- < dd > A < tref href ="http://www.w3.org/TR/RDF11-CONCEPTS /#dfn-blank-node-identifier "> blank node identifier</ tref >
239
+ < dd > A < tref href ="http://www.w3.org/TR/rdf11-concepts /#dfn-blank-node-identifier "> blank node identifier</ tref >
240
240
as specified by [[RDF11-CONCEPTS]]. In short, it is a string that begins
241
241
with < code > _:</ code > that is used as an identifier for an
242
242
< tref > RDF blank node</ tref > . < tref > RDF blank node identifier</ tref > s
0 commit comments