json-ld
Here are 279 public repositories matching this topic...
When setting the config option meta.defaults.canonical to null, the canonical URL will be set from the value of Url::full() instead of Url::current(). Url::full() includes query parameters and the canonical URL is usually used to strip away query parameters like UTM tags, search parameters, and so on.
I mean, what's even the point of specifying a canonical URL from the full URL? That'
API Platform version(s) affected: 2.5.1
Description
Today, JSON Schemas generated by API-Platform do not include additionalProperties: false. This reduces type saftey when using a code generator.
How to reproduce
Create an ApiResource in a new project, check the generated Swagger documentation. The JSON Schema generated for the ApiResource does not include `additionalProp
Graph().parse("some-file.ttl", format="turtle") is a common way to load RDF into an rdflib Graph. We have methods such as rdflib.util.guess_format() to guess format from the file extensions so what we need now is for guess_format() to be triggered automatically if format is not given so parse() can be used like this:
Graph().parse("some-file.ttl")
Description
Trying to build a React App using jsonld in a sub node_module causes the following error.
/Users/xxxxxx/node_modules/jsonld/lib/jsonld.js: /Users/xxxxxx/node_modules/jsonld/lib/jsonld.js: Property name expected type of string but got null
There's only one instance of jsonld. v1.8.1
@xxx/xxxxxxx@1.0.0 /Users/xxxxxx
└─┬ @api-platform/admin@2.0.1
├─┬ @api-plat
-
Updated
May 21, 2020 - Ruby
The CSS/JS does not render in safari, with the error:
Cannot declare a const variable twice: 'e'.
Currently we give a 500 when we try to do an insert/delete if the variable is unbound. Instead we should throw a nice JSON error that can be interpreted on the client.
e.g.
{"when" : [ {"true" : []},
{"insert" : ["v:a", "v:b", "v:c"]}]}
Hi,
wanted to ask if anyone out there has used extruct on AWS lambda? I tested running extruct function which seems to fail to work for rdfa. Other default metadata types are fine.
A simple test case:
import pprint as pp
import requests
from extruct.rdfa import RDFaExtractor
import config_files.logging_config as log
logger = log.logger
def main():
try:
import e
Even though the documentation appears to say that Karma only accepts
ontologies in RDF/XML form it actually also accepts Turtle syntax (and thus
N-triples). However, it appears that the discrimination is by file extension,
and everything except extension ttl is treated as RDF/XML
Per https://moz.com/blog/googles-longer-snippets Google is now allowing meta descriptions to be "not greater than 320 characters." Can the SEO Description custom text option be modified to allow up to 320 characters?
Thank you!
The README needs ContextResolver docs. Perhaps similar to:
digitalbazaar/pyld#112 (comment)
cc: @gkellogg @azaroth42
-
Updated
Apr 21, 2020 - PHP
-
Updated
May 3, 2020 - Java
I'm hoping to work on forgefed integration in gitea, or a standalone go forge.
As there is a lot of prior work done here already it only makes sense to improve the overall community by contributing to this and related work under go-fed.
I'm not really sure where to start at the moment so just wanted to drop in here and see if there is something you would recommend to start with or somewhere
API Platform version(s) affected: 2.0.1
Description
Fields "SelectInput" are not substituted by translation. Instead of translating "label" they always have a field name
How to reproduce
The problem is in the lines:
https://github.com/api-platform/admin/blob/v2.0.1/src/InputGuesser.js#L44
https://github.com/api-platform/admin/blob/v2.0.1/src/InputGuesser.js#L60
the n
Hi!
I was wondering if you would have advice on how to use this interesting library in ASP.NET Core controllers so that roughly the following would work:
[HttpPost("[action]")]
public IActionResult Test([FromBody] Thing thing)
{
var e = (Person)thing;
return Accepted(new Uri("https://wwww.WhereToAskForResults.com"));
}
That is, accept JSON-LD data via a base classes.
-
Updated
May 7, 2019 - PHP
-
Updated
May 18, 2020 - TypeScript
-
Updated
May 17, 2019 - PHP
How to use this from the command line with rdfpipe to convert from one format to another (with optional {compaction,}) could be helpfully added to README.rst.
Should we set up a contributors Google form or a contributors MD file? This could be used to capture contributor details and interests in project.
We can use this to capture email for Google folders, github account name, and project interests / skills, and meeting attendance.
-
Updated
May 11, 2020 - TypeScript
Craft 3.3.14
SEOmatic 3.2.29
When using Content SEO settings for a channel I want the SEO image to pull from a SEO Image field and if that is empty then use the image in the Book Cover field.
However the only way this works is if you place the twig code in SEO Image custom URL setting on the general tab, then copy to the facebook tab, and copy again to the twitter tab. Using the **same as
-
Updated
May 25, 2020
-
Updated
Oct 17, 2018 - Java
-
Updated
Dec 1, 2019 - JavaScript
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
To be able to optionaly remove the google fonts dependency on any page of the api-platform.
Example
Remove the google font stylesheet in line 8 in the file 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 100000+ employees company and