rdf - How to validate JSON-LD against an schema? -


as understand there ways validate serialized rdf (e.g rdf/xml) against rdf schema (how validate rdf rdf schema). also, there various converters rdf/xml json-ld serialization format (and vice versa). searching internet not find straightforward way validate json-ld against sort of json schema relates json-ld rdf schema relates rdf(/xml). of course, there various json-ld document forms assume 1 schema cannot describe forms.

so question is, proper or recommended way of validating json-ld document rdf perspective?

btw run on project tries solve validation of json linked data https://github.com/common-workflow-language/schema_salad.

rdf schema mia-named, can used make sense of (actually, infer information from) rdf graph. owl provides more mechanisms asserting shapes of rdf graphs new work on rdf shapes. key these work on data model, not syntax. both rdf/xml , json-ld rdf serializations, can used reduce documents expressed in appropriate syntax rdf graph, these tools operate.

the structured data linter uses approach "validate" web pages representing information in schema.org , many other vocabularies using these principles.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -