From 29a52ca432f1169ee0ed9d0030af4bfd5ede2cf6 Mon Sep 17 00:00:00 2001 From: Ted Thibodeau Jr Date: Wed, 6 Mar 2024 16:56:38 -0500 Subject: [PATCH] RDF is a model, not a format fixes #142 --- spec/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/index.html b/spec/index.html index e5620f1..66546e2 100644 --- a/spec/index.html +++ b/spec/index.html @@ -352,7 +352,7 @@

Abstract

- RDF is a directed, labeled graph data format for representing information in the + RDF is a directed, labeled graph data model for representing information in the Web. This specification defines the syntax and semantics of the SPARQL query language for RDF. SPARQL can be used to express queries across diverse data sources, whether the data is stored natively as RDF or viewed as RDF via middleware. SPARQL contains capabilities for @@ -377,7 +377,7 @@

Abstract

Introduction

- RDF is a directed, labeled graph data format for representing information in the Web. RDF is + RDF is a directed, labeled graph data model for representing information in the Web. RDF is often used to represent, among other things, personal information, social networks, metadata about digital artifacts, as well as to provide a means of integration over disparate sources of information. This specification defines the syntax and semantics of the SPARQL query language