json-ld
Here are 354 public repositories matching this topic...
Would be supercool to have "BlogPosting" as article JSON-LD type.
From the Google Docs (https://developers.google.com/search/docs/data-types/article#non-amp):
Article objects must be based on one of the following schema.org types: Article, NewsArticle, BlogPosting.
(https://schema.org/BlogPosting)
I tried to use "BlogJsonLd" as type for Blogposts, but the Google Rich Result Test (https:
-
Updated
Nov 10, 2021 - PHP
Currently we save every URI ever qname'd forever in here: https://github.com/RDFLib/rdflib/blob/master/rdflib/namespace.py#L289
If you serialize a big graph in a store that is off disk, we may run out of memory.
Either:
- Add a lru_cache (from py3 functools + this 2.7 implementation
- Depend on
-
Updated
Sep 20, 2021 - JavaScript
-
Updated
Oct 28, 2021 - Ruby
-
Updated
Sep 29, 2021 - Python
-
Updated
Nov 6, 2021 - HTML
-
Updated
May 26, 2021 - Python
-
Updated
Aug 30, 2021 - TypeScript
Describe the feature
I'm not 100% sure we actually get this from our data source but it would be nice having a program-accessible constant that refers to the Schema.org version that the code is currently using.
-
Updated
May 7, 2021 - TypeScript
-
Updated
Sep 30, 2021 - Go
-
Updated
Oct 20, 2021 - PHP
-
Updated
Nov 4, 2021 - JavaScript
-
Updated
Jan 1, 2019 - PHP
-
Updated
Aug 20, 2021 - Java
-
Updated
Jul 19, 2021 - TypeScript
-
Updated
Jun 17, 2020 - PHP
-
Updated
May 17, 2019 - PHP
Let's show some examples of integration with kgextension
https://kgextension.readthedocs.io/en/latest/
Could be another notebook added to the tutorial.
Where it fits, we might also integrate as a dependency?
-
Updated
Nov 10, 2021 - C#
-
Updated
Sep 27, 2021
Improve this page
Add a description, image, and links to the json-ld topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the json-ld topic, visit your repo's landing page and select "manage topics."
Description
Remove any google fonts dependency from api-platform.
Example
Remove the google font stylesheet in line 8 of api-platform\core\src\Bridge\Symfony\Bundle\Resources\views\SwaggerUi\index.html.twig depending on a configuration variable?
Context
I'm working on an intranet application for a big company where any call to the fonts.googleapi.com CDN takes 30 seconds