-
Updated
May 25, 2022 - TypeScript
json-ld
Here are 385 public repositories matching this topic...
-
Updated
Jun 5, 2022 - PHP
Default serialization format for conjunctive graph is turtle, but turtle cannot handle quads (AFAIK)
I believe turtle does not handle quads, but our default serialization format for ConjunctiveGraph is turtle as turtle does not override the default for Graph, I guess we should probably change this, question is to what.
I think TriG would make most sense, but the other option is n3.
-
Updated
Apr 28, 2022 - Ruby
-
Updated
Jun 4, 2022 - JavaScript
-
Updated
May 31, 2022 - HTML
-
Updated
May 13, 2022 - 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
May 17, 2022 - TypeScript
-
Updated
May 26, 2021 - Python
-
Updated
May 7, 2021 - TypeScript
-
Updated
Apr 5, 2022 - Go
-
Updated
Apr 7, 2022 - PHP
-
Updated
May 12, 2022 - TypeScript
RDF tests failing
I'm submitting a
- [x ] bug report.
Current Behaviour:
After #249
Trying to run tests with pytest tests/rdf_tests/test_rdf_basic.py -k test_rdf_runner -s
, you get a report file with all the tests run.
Some tests return errors, for example:
{
"Basic - Term 7": {
"input": "basic/data-4.ttl",
"query": "basic/term-7.rq",
"error": "Expected {Sele
-
Updated
Jan 1, 2019 - PHP
-
Updated
Mar 29, 2022 - TypeScript
-
Updated
Feb 16, 2022 - Java
-
Updated
Jun 17, 2020 - PHP
-
Updated
May 17, 2019 - PHP
-
Updated
Sep 27, 2021
-
Updated
May 12, 2022 - C#
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."
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: