@@ -4,29 +4,28 @@ This is a meta-distribution of [RDF.rb][] including all currently available
44and usable parsing/serialization extensions, intended to make producing and
55consuming [ Linked Data] [ ] with Ruby as quick & easy as possible.
66
7- * < http://www.rubydoc.info/github/ruby-rdf/linkeddata >
8-
97[ ![ Gem Version] ( https://badge.fury.io/rb/linkeddata.png )] ( http://badge.fury.io/rb/linkeddata )
108[ ![ Build Status] ( https://github.com/ruby-rdf/linkeddata/workflows/CI/badge.svg?branch=develop )] ( https://github.com/ruby-rdf/linkeddata/actions?query=workflow%3ACI )
119[ ![ Gitter chat] ( https://badges.gitter.im/ruby-rdf/rdf.png )] ( https://gitter.im/ruby-rdf/rdf )
1210
1311## Features
1412
1513* Includes [ N-Triples] [ ] and [ N-Quads] [ ] support using [ RDF.rb] [ ] .
14+ * Includes [ JSON-LD] [ ] support using the [ JSON::LD] [ ] and [ JSON::LD::Preloaded] gems.
15+ * Includes [ RDFa] [ ] support using the [ RDF::RDFa] [ ] gem.
1616* Includes [ RDF/XML] [ ] support using the [ RDF::RDFXML] [ ] gem.
1717* Includes [ Microdata] [ ] support using the [ RDF::Microdata] [ ] gem.
1818* Includes [ Notation3] [ ] support using the [ RDF::N3] [ ] gem.
19+ * Includes [ TriG] [ ] support using the [ RDF::TriG] [ ] gem.
20+ * Includes [ TriX] [ ] support using the [ RDF::TriX] [ ] gem.
21+ * Includes [ Turtle] [ ] support using the [ RDF::Turtle] [ ] gem.
22+ * Includes [ CSVW] [ ] support for tabular data using the [ RDF::Tabular] [ ] gem.
23+ * Includes [ YAML-LD] [ ] support using the [ YAML_LD] [ ] gem.
1924* Includes [ RDF Dataset Normalization] [ Normalization ] support using the [ RDF::Normalize] [ ] gem.
2025* Includes [ RDFS] [ ] , [ schema.org] [ ] and limited [ OWL] [ ] reasoning using the [ RDF::Reasoner] [ ] gem.
21- * Includes [ RDFa] [ ] support using the [ RDF::RDFa] [ ] gem.
2226* Includes [ RDF/JSON] [ ] support using the [ RDF::JSON] [ ] gem.
2327* Includes [ SHACL] [ ] support using the [ SHACL] [ ] gem.
2428* Includes [ ShEx] [ ] support using the [ ShEx] [ ] gem.
25- * Includes [ TriG] [ ] support using the [ RDF::TriG] [ ] gem.
26- * Includes [ TriX] [ ] support using the [ RDF::TriX] [ ] gem.
27- * Includes [ Turtle] [ ] support using the [ RDF::Turtle] [ ] gem.
28- * Includes [ JSON-LD] [ ] support using the [ JSON::LD] [ ] and [ JSON::LD::Preloaded] gems.
29- * Includes [ CSVW] [ ] support for tabular data using the [ RDF::Tabular] [ ] gem.
3029* Includes [ LD Patch] [ ] support using the [ LD::Patch] [ ] gem.
3130* Includes Aggregate Repository support using [ RDF::AggregateRepo] [ ] , which allows graphs and repositories to be aggregated from multiple sources.
3231* Includes [ SPARQL] [ ] support using the [ SPARQL] [ SPARQL gem ] and [ SPARQL::Client] [ ] gems
@@ -108,32 +107,33 @@ see <http://unlicense.org/> or the accompanying {file:UNLICENSE} file.
108107[ YARD-GS ] : https://rubydoc.info/docs/yard/file/docs/GettingStarted.md
109108[ PDD ] : https://unlicense.org/#unlicensing-contributions
110109
111- [ RDF.rb ] : http://www.rubydoc.info/github/ruby-rdf/rdf
112- [ RDF::AggregateRepo ] : http://www.rubydoc.info/github/ruby-rdf/rdf-aggregate-repo
113- [ RDF::HamsterRepo ] : http://www.rubydoc.info/github/ruby-rdf/rdf-hamster-repo
114- [ RDF::Isomorphic ] : http://www.rubydoc.info/github/ruby-rdf/rdf-isomorphic
115- [ RDF::JSON ] : http://www.rubydoc.info/github/ruby-rdf/rdf-json
116- [ RDF::Microdata ] : http://www.rubydoc.info/github/ruby-rdf/rdf-microdata
117- [ RDF::N3 ] : http://www.rubydoc.info/github/ruby-rdf/rdf-n3
118- [ RDF::Normalize ] : http://www.rubydoc.info/github/ruby-rdf/rdf-normalize
119- [ RDF::Ordredepo ] : http://www.rubydoc.info/github/ruby-rdf/rdf-ordered-repo
120- [ RDF::Raptor ] : http://www.rubydoc.info/github/ruby-rdf/rdf-raptor
121- [ RDF::RDFa ] : http://www.rubydoc.info/github/ruby-rdf/rdf-rdfa
122- [ RDF::RDFXML ] : http://www.rubydoc.info/github/ruby-rdf/rdf-rdfxml
123- [ RDF::Reasoner ] : http://www.rubydoc.info/github/ruby-rdf/rdf-reasoner
124- [ RDF::Tabular ] : http://www.rubydoc.info/github/ruby-rdf/rdf-tabular
125- [ RDF::TriG ] : http://www.rubydoc.info/github/ruby-rdf/rdf-trig
126- [ RDF::TriX ] : http://www.rubydoc.info/github/ruby-rdf/rdf-trix
127- [ RDF::Turtle ] : http://www.rubydoc.info/github/ruby-rdf/rdf-turtle
128- [ RDF::Vocab ] : http://www.rubydoc.info/github/ruby-rdf/rdf-vocab
129- [ RDF::XSD ] : http://www.rubydoc.info/github/ruby-rdf/rdf-xsd
130- [ JSON::LD ] : http://www.rubydoc.info/github/ruby-rdf/json-ld
131- [ JSON::LD::Preloaded ] : http://www.rubydoc.info/github/ruby-rdf/json-ld-preloaded
132- [ LD::Patch ] : http://www.rubydoc.info/github/ruby-rdf/ld-patch
133- [ SHACL gem ] : http://www.rubydoc.info/github/ruby-rdf/shacl
134- [ ShEx gem ] : http://www.rubydoc.info/github/ruby-rdf/shex
135- [ SPARQL gem ] : http://www.rubydoc.info/github/ruby-rdf/sparql
136- [ SPARQL::Client ] : http://www.rubydoc.info/github/ruby-rdf/sparql-client
110+ [ RDF.rb ] : https://ruby-rdf.github.io/rdf
111+ [ RDF::AggregateRepo ] : https://ruby-rdf.github.io/rdf-aggregate-repo
112+ [ RDF::HamsterRepo ] : https://ruby-rdf.github.io/rdf-hamster-repo
113+ [ RDF::Isomorphic ] : https://ruby-rdf.github.io/rdf-isomorphic
114+ [ RDF::JSON ] : https://ruby-rdf.github.io/rdf-json
115+ [ RDF::Microdata ] : https://ruby-rdf.github.io/rdf-microdata
116+ [ RDF::N3 ] : https://ruby-rdf.github.io/rdf-n3
117+ [ RDF::Normalize ] : https://ruby-rdf.github.io/rdf-normalize
118+ [ RDF::Ordredepo ] : https://ruby-rdf.github.io/rdf-ordered-repo
119+ [ RDF::Raptor ] : https://ruby-rdf.github.io/rdf-raptor
120+ [ RDF::RDFa ] : https://ruby-rdf.github.io/rdf-rdfa
121+ [ RDF::RDFXML ] : https://ruby-rdf.github.io/rdf-rdfxml
122+ [ RDF::Reasoner ] : https://ruby-rdf.github.io/rdf-reasoner
123+ [ RDF::Tabular ] : https://ruby-rdf.github.io/rdf-tabular
124+ [ RDF::TriG ] : https://ruby-rdf.github.io/rdf-trig
125+ [ RDF::TriX ] : https://ruby-rdf.github.io/rdf-trix
126+ [ RDF::Turtle ] : https://ruby-rdf.github.io/rdf-turtle
127+ [ RDF::Vocab ] : https://ruby-rdf.github.io/rdf-vocab
128+ [ RDF::XSD ] : https://ruby-rdf.github.io/rdf-xsd
129+ [ JSON::LD ] : https://ruby-rdf.github.io/json-ld
130+ [ JSON::LD::Preloaded ] : https://ruby-rdf.github.io/json-ld-preloaded
131+ [ LD::Patch ] : https://ruby-rdf.github.io/ld-patch
132+ [ SHACL gem ] : https://ruby-rdf.github.io/shacl
133+ [ ShEx gem ] : https://ruby-rdf.github.io/shex
134+ [ SPARQL gem ] : https://ruby-rdf.github.io/sparql
135+ [ SPARQL::Client ] : https://ruby-rdf.github.io/sparql-client
136+ [ YAML_LD ] : https://ruby-rdf.github.io/yaml-ld
137137
138138[ Linked Data ] : http://linkeddata.org/
139139[ CSVW ] : https://www.w3.org/standards/techs/csv#w3c_all
@@ -158,4 +158,5 @@ see <http://unlicense.org/> or the accompanying {file:UNLICENSE} file.
158158[ TriG ] : http://www.w3.org/TR/trig/
159159[ TriX ] : http://www.w3.org/2004/03/trix/
160160[ Turtle ] : http://www.w3.org/TR/turtle/
161- [ XSD Datatypes ] : http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/#built-in-datatypes
161+ [ XSD Datatypes ] : http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/#built-in-datatypes
162+ [ YAML-LD ] : https://json-ld.github.io/yaml-ld/spec
0 commit comments