json-ld
Here are 344 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
Jul 14, 2021 - PHP
Motivation
It is convenient to be able to iterate over all triples in a Graph instance without invoking graph.triples((None, None, None)). When working with a small instance of Dataset, there are occasions where one will want to observe all of the quads in a similar manner.
Notes
This is trivial to implement by simply having an introduced __iter__ method invoke `self.qua
Is your feature request related to a problem? Please describe.
CSV files produced in different locales have different default separators, a comma-separated file (",") is but one type of CSV.
In Sweden we usually use a semicolon (";") as separator and many CSV files use a tab as separator ("\t"). Importing CSVs requires reformatting them before import, and causes inoperability issues and f
-
Updated
Jun 16, 2021 - JavaScript
-
Updated
Jun 18, 2021 - Ruby
-
Updated
Mar 16, 2021 - Python
-
Updated
Jul 7, 2021 - HTML
-
Updated
May 26, 2021 - Python
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
Jun 23, 2021 - Go
-
Updated
Jul 7, 2021 - PHP
-
Updated
Jul 13, 2021 - TypeScript
-
Updated
Jan 1, 2019 - PHP
-
Updated
Jul 13, 2021 - JavaScript
-
Updated
Apr 18, 2021 - Java
-
Updated
Jun 2, 2021 - TypeScript
-
Updated
Jun 17, 2020 - PHP
-
Updated
May 17, 2019 - PHP
-
Updated
May 7, 2021 - TypeScript
-
Updated
Jul 8, 2021 - C#
-
Updated
Dec 17, 2020
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?
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