From 3bd5e961bf802161a56e972de4eec5680e06fd6f Mon Sep 17 00:00:00 2001 From: Kitty Currier Date: Fri, 21 Jun 2024 15:19:32 +0800 Subject: [PATCH 1/2] Fix typos in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b481d6..0d66e46 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ A guide to using KnowWhereGraph ## Understanding the Ontology -Before you can use KnowWhereGraph's data, you must first understand part of the ontology that are relevant to you. How do you find which parts of the ontology are relevant to you? Get a crash course into the most important ontology aspects and to obtain a bird's eye view to figure out what to ask for, and how - [Here](./ontology.md). +Before you can use KnowWhereGraph's data, you must first understand parts of the ontology that are relevant to you. How do you find which parts of the ontology are relevant to you? Get a crash course in the most important ontology aspects and obtain a bird's eye view to figure out what to ask for, and how — [Here](./ontology.md). ## Data Acquisition -Obtaining data can be a difficult process - if you're using SPAQRL (which you will be), it's even more. Learn a few tips and tricks to getting the data you need from the database [Here](./sparql-download.md). +Obtaining data can be a difficult process — if you're using SPAQRL (which you will be), it's even more so. Learn a few tips and tricks for getting the data you need from the database [Here](./sparql-download.md). ## Running your own From b1cd15257c958ecdba8a57679152ee81bc8942ca Mon Sep 17 00:00:00 2001 From: Kitty Currier Date: Fri, 21 Jun 2024 15:51:06 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d66e46..4f7d297 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A guide to using KnowWhereGraph ## Understanding the Ontology -Before you can use KnowWhereGraph's data, you must first understand parts of the ontology that are relevant to you. How do you find which parts of the ontology are relevant to you? Get a crash course in the most important ontology aspects and obtain a bird's eye view to figure out what to ask for, and how — [Here](./ontology.md). +Before you can use KnowWhereGraph's data, you must first understand parts of the ontology that are relevant to you. How do you find which parts are relevant to you? Get a crash course in the most important ontology aspects and obtain a bird's eye view to figure out what to ask for, and how — [Here](./ontology.md). ## Data Acquisition