Posted by Deno on January 8, 2019 at 12:28pm
Once upon a time, D7 was a promising platform for linked data. Looking at D8, it would seem that most of the functionality hasn't made it to D8 and the D7 semantic web modules weren't ported to D8.
What is currently usable in D8?
I can see https://www.drupal.org/docs/7/api/rdf-mapping-api and a few projects by Martin Schauer (PoolParty) https://www.drupal.org/u/martin-schauer. Other than that?
Comments
Apart from the PoolParty
Apart from the PoolParty modules, one other project I can think of is Islandora CLAW, which connects to a triplestore using the EasyRdf and Guzzle libraries.
As JSON-LD seems to be preferred over RDFa for serialization, Schema.org Metatag has become pretty popular.
What are you looking to achieve with linked data?