Skip to content

Commit 29a52ca

Browse files
TallTedafs
authored andcommitted
RDF is a model, not a format
fixes #142
1 parent 93a429f commit 29a52ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@
352352
<section id="abstract">
353353
<h2>Abstract</h2>
354354
<p>
355-
RDF is a directed, labeled graph data format for representing information in the
355+
RDF is a directed, labeled graph data model for representing information in the
356356
Web. This specification defines the syntax and semantics of the SPARQL query language for
357357
RDF. SPARQL can be used to express queries across diverse data sources, whether the data is
358358
stored natively as RDF or viewed as RDF via middleware. SPARQL contains capabilities for
@@ -377,7 +377,7 @@ <h2>Abstract</h2>
377377
<section id="introduction">
378378
<h2>Introduction</h2>
379379
<p>
380-
RDF is a directed, labeled graph data format for representing information in the Web. RDF is
380+
RDF is a directed, labeled graph data model for representing information in the Web. RDF is
381381
often used to represent, among other things, personal information, social networks, metadata
382382
about digital artifacts, as well as to provide a means of integration over disparate sources of
383383
information. This specification defines the syntax and semantics of the SPARQL query language

0 commit comments

Comments
 (0)