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:
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?
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
319319[ Schema Salad specification] ( SchemaSalad.html#Explicit_context ) .
320320
321321It 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
324324Implementation extensions which modify execution semantics must be [ listed in
325325the ` requirements ` field] ( #Requirements_and_hints ) .
You can’t perform that action at this time.
0 commit comments