Skip to content

Commit 8615de9

Browse files
tom-tanmr-c
authored andcommitted
Fix typo: $schema to $schemas
1 parent beb4cb6 commit 8615de9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Process.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,8 @@ $graph:
276276
`<B> owl:equivalentClass <C>` and `<B> owl:subclassOf <A>` then infer
277277
`<C> owl:subclassOf <A>`.
278278
279-
File format ontologies may be provided in the "$schema" metadata at the
280-
root of the document. If no ontologies are specified in `$schema`, the
279+
File format ontologies may be provided in the "$schemas" metadata at the
280+
root of the document. If no ontologies are specified in `$schemas`, the
281281
runtime may perform exact file format matches.
282282
- name: contents
283283
type: string?

concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ prefix listed in the `$namespaces` section of the document as described in the
319319
[Schema Salad specification](SchemaSalad.html#Explicit_context).
320320

321321
It is recommended that concepts from schema.org are used whenever possible.
322-
For the `$schema` field we recommend their RDF encoding: http://schema.org/version/latest/schema.rdf
322+
For the `$schemas` field we recommend their RDF encoding: http://schema.org/version/latest/schema.rdf
323323

324324
Implementation extensions which modify execution semantics must be [listed in
325325
the `requirements` field](#Requirements_and_hints).

0 commit comments

Comments
 (0)