- From: Phil Barker <phil.barker@pjjk.co.uk>
- Date: Fri, 20 Mar 2020 13:48:36 +0000
- To: public-schemaorg@w3.org
- Message-ID: <542dc6ba-7a81-1257-8f85-b620aab6fa49@pjjk.co.uk>
Hi James,
I've also found several of the tools listed here
http://www.seoskeptic.com/structured-data-markup-validation-testing-tools/
to be useful.
I also have a linked data checker
<https://github.com/philbarker/OCXChecker/> that runs various checks.
It's set up for a specific project which uses more than just schema.org,
but that could be changed.
Phil
On 20/03/2020 12:34, James Hudson wrote:
> Hello,
>
> I am creating some Schema's (using json-ld, if it matters), following
> the schema.org <http://schema.org> model.
>
> An example of a Schema.org class is (in json-ld format):
>
> {
> "@id": "http://schema.org/MediaObject",
> "@type": "rdfs:Class",
> "rdfs:comment": "A media object [...]",
> "rdfs:label": "MediaObject",
> "rdfs:subClassOf": {
> "@id": "http://schema.org/CreativeWork"
> }
> }
>
> My question is when creating these schema's, what validation
> procedures or tools are being used to validate them before
> publication? (i.e. making sure there are no typos, like
> http://schema.org/CreativeWork vs http://schema.org/CreativeWrk, etc.)
>
> Regards,
> James
--
Phil Barker <http://people.pjjk.net/phil>. http://people.pjjk.net/phil
CETIS LLP <https://www.cetis.org.uk>: a cooperative consultancy for
innovation in education technology.
PJJK Limited <https://www.pjjk.co.uk>: technology to enhance learning;
information systems for education.
CETIS is a co-operative limited liability partnership, registered in
England number OC399090
PJJK Limited is registered in Scotland as a private limited company,
number SC569282.
Received on Friday, 20 March 2020 13:48:50 UTC