From 3cca0d38860ed99bc02d243ec51b0fd4cc349bd2 Mon Sep 17 00:00:00 2001 From: Simon Clark Date: Fri, 26 Jan 2024 11:56:14 +0100 Subject: [PATCH] update docs --- sphinx/index.rst | 1 + sphinx/resources.rst | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 sphinx/resources.rst diff --git a/sphinx/index.rst b/sphinx/index.rst index 0187b7f..93e5c77 100644 --- a/sphinx/index.rst +++ b/sphinx/index.rst @@ -7,6 +7,7 @@ self Class Index Examples + Resources Contribute diff --git a/sphinx/resources.rst b/sphinx/resources.rst new file mode 100644 index 0000000..f4f5e0c --- /dev/null +++ b/sphinx/resources.rst @@ -0,0 +1,19 @@ +Resources +========= + +Best Practices +~~~~~~~~~~~~~~ +`Data on the Web Best Practices `_ +`Best Practices for Publishing Linked Data `_ + +Tabular Data +~~~~~~~~~~~~ +`Model for Tabular Data and Metadata on the Web `_ +`Metadata Vocabulary for Tabular Data `_ + +RDF Vocabularies +~~~~~~~~~~~~~~~~ +`RDF Schema `_ +`Simple Knowledge Organization System (SKOS) `_ +`Dublin Core `_ +`Schema.org `_