as you are aware we are using JSON-LD in the SymfonyCmfCreateBundle to receive data from the frontend. I think it would be interesting to also have the ability to return JSON-LD data. however right now we generate RDFa on the server using createphp. I wonder if this Bundle could also generate RDFa optionally.
Right now we are using mapping files like the following to define how the RDFa should be generated from a model instance:
https://github.com/symfony-cmf/ContentBundle/blob/master/Resources/rdf-mappings/Symfony.Cmf.Bundle.ContentBundle.Document.MultilangStaticContent.xml
/cc @dbu
as you are aware we are using JSON-LD in the SymfonyCmfCreateBundle to receive data from the frontend. I think it would be interesting to also have the ability to return JSON-LD data. however right now we generate RDFa on the server using createphp. I wonder if this Bundle could also generate RDFa optionally.
Right now we are using mapping files like the following to define how the RDFa should be generated from a model instance:
https://github.com/symfony-cmf/ContentBundle/blob/master/Resources/rdf-mappings/Symfony.Cmf.Bundle.ContentBundle.Document.MultilangStaticContent.xml
/cc @dbu