From 14fb1fde4a73b2a7e6c4729ecf02e88ecc64d9e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20Dugr=C3=A9?= Date: Sun, 15 Sep 2019 11:32:49 -0400 Subject: [PATCH] Typo --- source/first_steps.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/first_steps.rst b/source/first_steps.rst index 9a2d7f6..06a3c0a 100644 --- a/source/first_steps.rst +++ b/source/first_steps.rst @@ -7,7 +7,7 @@ This document offers an overview of the DATS model from a practical perspective, The DATS model is centered around the `Dataset `_ entity, which supports most of the relevant information about the data being observed. The main building blocks of the DATS model are defined as "entities", which and for convenience purposes, may be compared to the different "sections" of information in a flat document. -Each entity has a number of properties that are instantiated either as other entities or as direct entries. For the latter, information may may be structured (e.g., integer, date, URI) or unstructured (string, or free text entries). +Each entity has a number of properties that are instantiated either as other entities or as direct entries. For the latter, information may be structured (e.g., integer, date, URI) or unstructured (string, or free text entries). First and foremost, *Dataset* entity aims to cater for essential provenance information: who, when, what, why, where, and how. By answering these questions, each dataset source will define its own view on what a dataset is.