diff options
author | Marcel Ribeiro Dantas <ribeirodantasdm@gmail.com> | 2022-08-19 11:07:32 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-19 11:07:32 -0300 |
commit | 4b18cc66f851ec3070e33d493d1f476e3dbaab7c (patch) | |
tree | e6193a49b7a125cd7e4475e3439eb5423faa72ae | |
parent | f870f1d7f81c77cc74ef772b94c2bdb547530e6a (diff) | |
parent | 2d698dd7d00828043be12c5a0b962be1ddce4a60 (diff) |
Merge pull request #4489 from bobdc/rdf-further-reading
[rdf/en] Add RDFS further reading entry
-rw-r--r-- | rdf.html.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rdf.html.markdown b/rdf.html.markdown index 44999022..e99c9e50 100644 --- a/rdf.html.markdown +++ b/rdf.html.markdown @@ -156,5 +156,6 @@ ex:birthday rdf:type rdf:Property ; * [RDF Primer — Turtle version](https://www.w3.org/2007/02/turtle/primer/) from the W3C * [What is RDF?](https://www.bobdc.com/blog/whatisrdf/) on bobdc.com +* [What is RDFS?](https://www.bobdc.com/blog/whatisrdfs/) on bobdc.com * [Introduction to RDF and SPARQL](https://data.europa.eu/sites/default/files/d2.1.2_training_module_1.3_introduction_to_rdf_sparql_en_edp.pdf) at data.europa.eu |