Roberto Polli

Results 390 comments of Roberto Polli

Hi @asottile! I landed here from pre-commit. 1. The desiderata is that jsonld and yamlld are at least linted with the JSON/yaml linters. It seems that check-yaml skips .yamlld files...

PTAL I "copied" from the xhtml entry. Have a nice day, R.

Current outpu commons-io-2.5.jar (pkg:maven/commons-io/[email protected], cpe:2.3:a:apache:commons_io:2.5:*:*:*:*:*:*:*) : CVE-2021-29425 fluent-hc-4.5.2.jar (pkg:maven/org.apache.httpcomponents/[email protected], cpe:2.3:a:apache:httpclient:4.5.2:*:*:*:*:*:*:*) : CVE-2020-13956 guava-20.0.jar (pkg:maven/com.google.guava/[email protected], cpe:2.3:a:google:guava:20.0:*:*:*:*:*:*:*) : CVE-2018-10237, CVE-2020-8908 hibernate-validator-5.3.5.Final.jar (pkg:maven/org.hibernate/[email protected], cpe:2.3:a:hibernate:hibernate_orm:5.3.5:*:*:*:*:*:*:*, cpe:2.3:a:redhat:hibernate_validator:5.3.5:*:*:*:*:*:*:*) : CVE-2020-25638, CVE-2017-7536, CVE-2019-14900, CVE-2019-10219, CVE-2020-10693 httpclient-4.5.3.jar (pkg:maven/org.apache.httpcomponents/[email protected],...

Vocabularies contain different URI patterns, e.g `data/resource/Distribution`, `data/distribution`, `data/Distribution`. See: ``` grep -rHi 'http.*?data/[^>]*?distribution[^ ">_]*' -o VocabolariControllati/ | cut -d: -f 2- | sort | uniq ``` - https://w3id.org/italia/data/resource/Distribution/cities https://w3id.org/italia/data/resource/Distribution/geographical-distribution...

The use case is the following: I need to provide a framework to create jsonld annotated payloads out of existing json APIs payloads. Currently I'm able to use `@context` for...

> we've pointed them to use JSON-LD Framing, which is specifically intended to allow the transformation of JSON-LD documents I used Framing to transform RDF in plain json objects: I'll...

@pchampin > Type coercion can not be used to automatically add an rdf:type arc to a graph Ok. It seems this is a recurring issue: - #31 - [2018 minutes](https://www.w3.org/2018/json-ld-wg/Meetings/Minutes/2018/2018-07-27-json-ld#section2-1)...

@pchampin thanks for your reply. > the stance taken by JSON-LD is that it is just another arc Ok. How is it possible to express `rdfs:range` in `@context` without modifying...

@pchampin now it is clear :) Actually we provide something like that in the patched editor above. In some cases, a given field can have multiple possible classes. Other times,...

> write a pre-processor...10 LoC yep, but... we're working on a national API catalogue, and we want to add the ability for API providers to attach semantic information to the...