File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -276,8 +276,8 @@ $graph:
276
276
`<B> owl:equivalentClass <C>` and `<B> owl:subclassOf <A>` then infer
277
277
`<C> owl:subclassOf <A>`.
278
278
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
281
281
runtime may perform exact file format matches.
282
282
- name : contents
283
283
type : string?
Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ prefix listed in the `$namespaces` section of the document as described in the
319
319
[ Schema Salad specification] ( SchemaSalad.html#Explicit_context ) .
320
320
321
321
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
323
323
324
324
Implementation extensions which modify execution semantics must be [ listed in
325
325
the ` requirements ` field] ( #Requirements_and_hints ) .
You can’t perform that action at this time.
0 commit comments