├── .github └── workflows │ ├── add_prs_and_issues_to_project.yml │ ├── ci.yml │ └── dependabot.yml ├── .pr-preview.json ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── ECHIDNA ├── Gemfile ├── Gemfile.lock ├── LICENSE.md ├── README.md ├── Rakefile ├── ack-script ├── README.md ├── ack_pattern.html ├── acknowledgements.html └── separate_acks.json ├── common ├── README.rb ├── algorithm-terms.html ├── common.js ├── extract-examples.rb ├── jsonld.js ├── terms.html └── typographical-conventions.html ├── errata ├── errata.css └── index.html ├── examples ├── A-document-with-children-linking-to-their-parent-compacted.jsonld ├── A-document-with-children-linking-to-their-parent-expanded.jsonld ├── A-document-with-children-linking-to-their-parent-statements.table ├── A-document-with-children-linking-to-their-parent-turtle.ttl ├── A-list-of-values-in-Turtle.ttl ├── A-person-and-its-children-using-a-reverse-property-compacted.jsonld ├── A-person-and-its-children-using-a-reverse-property-expanded.jsonld ├── A-person-and-its-children-using-a-reverse-property-flattened.jsonld ├── A-person-and-its-children-using-a-reverse-property-statements.table ├── A-person-and-its-children-using-a-reverse-property-turtle.ttl ├── A-protected-context-with-an-exception-compacted.jsonld ├── A-protected-context-with-an-exception-expanded.jsonld ├── A-protected-context-with-an-exception-statements.table ├── A-protected-context-with-an-exception-turtle.ttl ├── A-remote-context-to-be-imported-in-a-type-scoped-context.jsonld ├── A-set-of-statements-serialized-in-Turtle.ttl ├── Aliasing-keywords-compacted.jsonld ├── Aliasing-keywords-expanded.jsonld ├── Aliasing-keywords-statements.table ├── Aliasing-keywords-turtle.ttl ├── An-ordered-collection-of-values-in-JSON-LD-compacted.jsonld ├── An-ordered-collection-of-values-in-JSON-LD-expanded.jsonld ├── An-ordered-collection-of-values-in-JSON-LD-statements.table ├── An-ordered-collection-of-values-in-JSON-LD-turtle.ttl ├── An-unordered-collection-of-values-in-JSON-LD-compacted.jsonld ├── An-unordered-collection-of-values-in-JSON-LD-expanded.jsonld ├── An-unordered-collection-of-values-in-JSON-LD-statements.table ├── An-unordered-collection-of-values-in-JSON-LD-turtle.ttl ├── Associating-context-definitions-with-absolute-IRIs.jsonld ├── Clearing-default-language.jsonld ├── Coercing-Values-to-Strings-compacted.jsonld ├── Coercing-Values-to-Strings-context.jsonld ├── Coercing-Values-to-Strings-expanded.jsonld ├── Combining-external-and-local-contexts-compacted.jsonld ├── Combining-external-and-local-contexts-expanded.jsonld ├── Combining-external-and-local-contexts-statements.table ├── Combining-external-and-local-contexts-turtle.ttl ├── Combining-multiple-JSON-LD-script-elements-into-a-single-dataset-compacted.html ├── Combining-multiple-JSON-LD-script-elements-into-a-single-dataset-statements.table ├── Combining-multiple-JSON-LD-script-elements-into-a-single-dataset-turtle.ttl ├── Compact-IRI-generation-context-1-0-.jsonld ├── Compact-IRI-generation-context-1-1-.jsonld ├── Compact-IRI-generation-term-selection-1-0-compacted.jsonld ├── Compact-IRI-generation-term-selection-1-0-statements.table ├── Compact-IRI-generation-term-selection-1-0-turtle.ttl ├── Compact-IRI-generation-term-selection-1-1-compacted.jsonld ├── Compact-IRI-generation-term-selection-1-1-statements.table ├── Compact-IRI-generation-term-selection-1-1-turtle.ttl ├── Compact-form-of-the-sample-document-once-sample-context-has-been-applied-original.jsonld ├── Compacting-using-a-base-IRI-compacted.jsonld ├── Compacting-using-a-base-IRI-context.jsonld ├── Compacting-using-a-base-IRI-expanded.jsonld ├── Compacting-using-a-default-vocabulary-compacted.jsonld ├── Compacting-using-a-default-vocabulary-context.jsonld ├── Compacting-using-a-default-vocabulary-expanded.jsonld ├── Context-for-the-sample-document-in-the-previous-section.jsonld ├── Context-needs-to-be-duplicated-if-graph-is-not-used-compacted.jsonld ├── Context-needs-to-be-duplicated-if-graph-is-not-used-expanded.jsonld ├── Context-needs-to-be-duplicated-if-graph-is-not-used-statements.table ├── Context-needs-to-be-duplicated-if-graph-is-not-used-trig.trig ├── Coordinates-expressed-in-GeoJSON.json ├── Coordinates-expressed-in-JSON-LD-compacted.json ├── Coordinates-expressed-in-JSON-LD-expanded.jsonld ├── Coordinates-expressed-in-JSON-LD-statements.table ├── Coordinates-expressed-in-JSON-LD-turtle.ttl ├── Defining-an-context-within-a-term-definition-compacted.jsonld ├── Defining-an-context-within-a-term-definition-expanded.jsonld ├── Defining-an-context-within-a-term-definition-statements.table ├── Defining-an-context-within-a-term-definition-turtle.ttl ├── Defining-an-context-within-a-term-definition-used-on-type-compacted.jsonld ├── Defining-an-context-within-a-term-definition-used-on-type-expanded.jsonld ├── Defining-an-context-within-a-term-definition-used-on-type-statements.table ├── Defining-an-context-within-a-term-definition-used-on-type-turtle.ttl ├── Defining-property-nesting-Context.jsonld ├── Defining-property-nesting-Expanded-Input.jsonld ├── Defining-property-nesting-compacted.jsonld ├── Defining-property-nesting-statements.table ├── Defining-property-nesting-turtle.ttl ├── Describing-disconnected-nodes-with-graph-compacted.jsonld ├── Describing-disconnected-nodes-with-graph-expanded.jsonld ├── Describing-disconnected-nodes-with-graph-statements.table ├── Describing-disconnected-nodes-with-graph-turtle.ttl ├── Describing-disconnected-nodes-with-included-compacted.jsonld ├── Describing-disconnected-nodes-with-included-expanded.jsonld ├── Describing-disconnected-nodes-with-included-flattened.jsonld ├── Describing-disconnected-nodes-with-included-statements.table ├── Describing-disconnected-nodes-with-included-turtle.ttl ├── Embedded-contexts-within-node-objects-compacted.jsonld ├── Embedded-contexts-within-node-objects-expanded.jsonld ├── Embedded-contexts-within-node-objects-statements.table ├── Embedded-contexts-within-node-objects-turtle.ttl ├── Embedding-JSON-LD-containing-HTML-in-HTML-compacted.html ├── Embedding-JSON-LD-containing-HTML-in-HTML-expanded.jsonld ├── Embedding-JSON-LD-containing-HTML-in-HTML-turtle.ttl ├── Embedding-JSON-LD-in-HTML-compacted.html ├── Embedding-JSON-LD-in-HTML-expanded.jsonld ├── Embedding-JSON-LD-in-HTML-statements.table ├── Embedding-JSON-LD-in-HTML-turtle.ttl ├── Embedding-Objects-compacted.jsonld ├── Embedding-Objects-expanded.jsonld ├── Embedding-Objects-statements.table ├── Embedding-Objects-turtle.ttl ├── Embedding-a-node-object-as-property-value-of-another-node-object-compacted.jsonld ├── Embedding-a-node-object-as-property-value-of-another-node-object-expanded.jsonld ├── Embedding-a-node-object-as-property-value-of-another-node-object-statements.table ├── Embedding-a-node-object-as-property-value-of-another-node-object-turtle.ttl ├── Embedding-in-Turtle.ttl ├── Example-demonstrating-the-context-sensitivity-for-type-statements-compacted.table ├── Example-demonstrating-the-context-sensitivity-for-type-statements-turtle.ttl ├── Example-demonstrating-the-context-sensitivity-for-type.jsonld ├── Expanded-document-used-to-illustrate-compact-IRI-creation.jsonld ├── Expanded-form-for-the-previous-example-expanded.jsonld ├── Expanded-form-for-the-previous-example-statements.table ├── Expanded-form-for-the-previous-example-turtle.ttl ├── Expanded-term-definition-with-language-and-direction.jsonld ├── Expanded-term-definition-with-language.jsonld ├── Expanded-term-definition-with-type-coercion-compacted.jsonld ├── Expanded-term-definition-with-type-coercion-expanded.jsonld ├── Expanded-term-definition-with-type-coercion-statements.table ├── Expanded-term-definition-with-type-coercion-turtle.ttl ├── Expanded-term-definition-with-types-compacted.jsonld ├── Expanded-term-definition-with-types-expanded.jsonld ├── Expanded-term-definition-with-types-statements.table ├── Expanded-term-definition-with-types-turtle.ttl ├── Expanded-value-with-type-compacted.jsonld ├── Expanded-value-with-type-expanded.jsonld ├── Expanded-value-with-type-statements.table ├── Expanded-value-with-type-turtle.ttl ├── Expansion-using-embedded-and-scoped-contexts-embedding-equivalent-.jsonld ├── Expansion-using-embedded-and-scoped-contexts.jsonld ├── Flattened-and-compacted-form-for-the-previous-example-original.jsonld ├── Flattened-and-expanded-form-for-the-previous-example.jsonld ├── Flattened-form-for-included-blocks-flattened.jsonld ├── Flattened-form-for-included-blocks-statements.table ├── Flattened-form-for-included-blocks-turtle.ttl ├── Flattened-library-objects.jsonld ├── Forcing-Object-Values-compacted.jsonld ├── Forcing-Object-Values-context.jsonld ├── Forcing-Object-Values-expanded.jsonld ├── Framed-library-objects-original.jsonld ├── HTML-that-describes-a-book-using-microdata.html ├── IRI-as-a-key.jsonld ├── IRI-expansion-within-a-context.jsonld ├── IRIs-can-be-relative.jsonld ├── Identifying-a-node-compacted.jsonld ├── Identifying-a-node-expanded.jsonld ├── Identifying-a-node-statements.table ├── Identifying-a-node-turtle.ttl ├── Identifying-and-making-statements-about-a-graph-compacted.jsonld ├── Identifying-and-making-statements-about-a-graph-expanded.jsonld ├── Identifying-and-making-statements-about-a-graph-statements.table ├── Identifying-and-making-statements-about-a-graph-trig.trig ├── Implicitly-named-graph-compacted.jsonld ├── Implicitly-named-graph-expanded.jsonld ├── Implicitly-named-graph-statements.table ├── Implicitly-named-graph-trig.trig ├── In-line-context-definition-compacted.jsonld ├── In-line-context-definition-expanded.jsonld ├── In-line-context-definition-statements.table ├── In-line-context-definition-turtle.ttl ├── Included-Blocks.jsonld ├── Indexing-data-in-JSON-LD-by-node-identifiers-compacted.jsonld ├── Indexing-data-in-JSON-LD-by-node-identifiers-expanded.jsonld ├── Indexing-data-in-JSON-LD-by-node-identifiers-statements.table ├── Indexing-data-in-JSON-LD-by-node-identifiers-turtle.ttl ├── Indexing-data-in-JSON-LD-by-node-identifiers-using-none-compacted.jsonld ├── Indexing-data-in-JSON-LD-by-node-identifiers-using-none-expanded.jsonld ├── Indexing-data-in-JSON-LD-by-node-identifiers-using-none-statements.table ├── Indexing-data-in-JSON-LD-by-node-identifiers-using-none-turtle.ttl ├── Indexing-data-in-JSON-LD-by-node-identifiers-with-set-representation-compacted.jsonld ├── Indexing-data-in-JSON-LD-by-node-identifiers-with-set-representation-expanded.jsonld ├── Indexing-data-in-JSON-LD-by-node-identifiers-with-set-representation-statements.table ├── Indexing-data-in-JSON-LD-by-node-identifiers-with-set-representation-turtle.ttl ├── Indexing-data-in-JSON-LD-by-type-compacted.jsonld ├── Indexing-data-in-JSON-LD-by-type-expanded.jsonld ├── Indexing-data-in-JSON-LD-by-type-statements.table ├── Indexing-data-in-JSON-LD-by-type-turtle.ttl ├── Indexing-data-in-JSON-LD-by-type-using-none-compacted.jsonld ├── Indexing-data-in-JSON-LD-by-type-using-none-expanded.jsonld ├── Indexing-data-in-JSON-LD-by-type-using-none-statements.table ├── Indexing-data-in-JSON-LD-by-type-using-none-turtle.ttl ├── Indexing-data-in-JSON-LD-by-type-with-set-representation-compacted.jsonld ├── Indexing-data-in-JSON-LD-by-type-with-set-representation-expanded.jsonld ├── Indexing-data-in-JSON-LD-by-type-with-set-representation-statements.table ├── Indexing-data-in-JSON-LD-by-type-with-set-representation-turtle.ttl ├── Indexing-data-in-JSON-LD-compacted.jsonld ├── Indexing-data-in-JSON-LD-expanded.jsonld ├── Indexing-data-in-JSON-LD-statements.table ├── Indexing-data-in-JSON-LD-turtle.ttl ├── Indexing-data-using-none-compacted.jsonld ├── Indexing-data-using-none-expanded.jsonld ├── Indexing-data-using-none-statements.table ├── Indexing-data-using-none-turtle.ttl ├── Indexing-graph-data-in-JSON-LD-compacted.jsonld ├── Indexing-graph-data-in-JSON-LD-expanded.jsonld ├── Indexing-graph-data-in-JSON-LD-statements.table ├── Indexing-graph-data-in-JSON-LD-trig.trig ├── Indexing-graphs-using-none-for-no-index-compacted.jsonld ├── Indexing-graphs-using-none-for-no-index-expanded.jsonld ├── Indexing-graphs-using-none-for-no-index-statements.table ├── Indexing-graphs-using-none-for-no-index-trig.trig ├── Indexing-language-tagged-strings-and-set-compacted.jsonld ├── Indexing-language-tagged-strings-and-set-context.jsonld ├── Indexing-language-tagged-strings-and-set-expanded.jsonld ├── Indexing-language-tagged-strings-compacted.jsonld ├── Indexing-language-tagged-strings-context.jsonld ├── Indexing-language-tagged-strings-expanded.jsonld ├── Indexing-languaged-tagged-strings-in-JSON-LD-compacted.jsonld ├── Indexing-languaged-tagged-strings-in-JSON-LD-expanded.jsonld ├── Indexing-languaged-tagged-strings-in-JSON-LD-statements.table ├── Indexing-languaged-tagged-strings-in-JSON-LD-turtle.ttl ├── Indexing-languaged-tagged-strings-in-JSON-LD-with-set-representation-compacted.jsonld ├── Indexing-languaged-tagged-strings-in-JSON-LD-with-set-representation-expanded.jsonld ├── Indexing-languaged-tagged-strings-in-JSON-LD-with-set-representation-statements.table ├── Indexing-languaged-tagged-strings-in-JSON-LD-with-set-representation-turtle.ttl ├── Indexing-languaged-tagged-strings-using-none-for-no-language-compacted.jsonld ├── Indexing-languaged-tagged-strings-using-none-for-no-language-expanded.jsonld ├── Indexing-languaged-tagged-strings-using-none-for-no-language-statements.table ├── Indexing-languaged-tagged-strings-using-none-for-no-language-turtle.ttl ├── JSON-LD-using-native-data-types-for-numbers-and-boolean-values.jsonld ├── JSON-Literal-compacted.jsonld ├── JSON-Literal-expanded.jsonld ├── JSON-Literal-statements.table ├── JSON-Literal-turtle.ttl ├── Language-map-expressing-a-property-in-three-languages.jsonld ├── Linked-Data-Dataset-compacted.jsonld ├── Linked-Data-Dataset-expanded.jsonld ├── Linked-Data-Dataset-statements.table ├── Linked-Data-Dataset-trig.trig ├── Marking-a-context-to-not-propagate-compacted.jsonld ├── Marking-a-context-to-not-propagate-expanded.jsonld ├── Marking-a-context-to-not-propagate-statements.table ├── Marking-a-context-to-not-propagate-turtle.ttl ├── Multiple-array-values-of-different-types-compacted.jsonld ├── Multiple-array-values-of-different-types-expanded.jsonld ├── Multiple-array-values-of-different-types-statements.table ├── Multiple-array-values-of-different-types-turtle.ttl ├── Multiple-values-with-no-inherent-order-compacted.jsonld ├── Multiple-values-with-no-inherent-order-expanded.jsonld ├── Multiple-values-with-no-inherent-order-statements.table ├── Multiple-values-with-no-inherent-order-turtle.ttl ├── Nested-properties-compacted.jsonld ├── Nested-properties-expanded.jsonld ├── Nested-properties-folded-into-containing-object-compacted.jsonld ├── Nested-properties-folded-into-containing-object-expanded.jsonld ├── Nested-properties-folded-into-containing-object-statements.table ├── Nested-properties-folded-into-containing-object-turtle.ttl ├── Nested-properties-statements.table ├── Nested-properties-turtle.ttl ├── Overriding-default-language-and-default-base-direction-using-an-expanded-value.jsonld ├── Overriding-default-language-using-an-expanded-value.jsonld ├── Overriding-permitted-if-both-definitions-are-identical-statements.table ├── Prefix-expansion-compacted.jsonld ├── Prefix-expansion-expanded.jsonld ├── Prefix-expansion-statements.table ├── Prefix-expansion-turtle.ttl ├── Property-based-data-indexing-compacted.jsonld ├── RDFa-fragment-that-describes-three-people.html ├── Referencing-Objects-on-the-Web-compacted.jsonld ├── Referencing-Objects-on-the-Web-expanded.jsonld ├── Referencing-Objects-on-the-Web-statements.table ├── Referencing-Objects-on-the-Web-turtle.ttl ├── Referencing-a-JSON-LD-context-compacted.jsonld ├── Referencing-a-JSON-LD-context-expanded.jsonld ├── Referencing-a-JSON-LD-context-statements.table ├── Referencing-a-JSON-LD-context-turtle.ttl ├── Referencing-an-unidentified-node-compacted.jsonld ├── Referencing-an-unidentified-node-expanded.jsonld ├── Referencing-an-unidentified-node-statements.table ├── Referencing-an-unidentified-node-turtle.ttl ├── Referencing-named-graphs-using-an-id-map-compacted.jsonld ├── Referencing-named-graphs-using-an-id-map-expanded.jsonld ├── Referencing-named-graphs-using-an-id-map-statements.table ├── Referencing-named-graphs-using-an-id-map-trig.trig ├── Referencing-named-graphs-using-an-id-map-with-none-compacted.jsonld ├── Referencing-named-graphs-using-an-id-map-with-none-expanded.jsonld ├── Referencing-named-graphs-using-an-id-map-with-none-statements.table ├── Referencing-named-graphs-using-an-id-map-with-none-trig.trig ├── Referencing-node-objects-compacted.jsonld ├── Referencing-node-objects-expanded.jsonld ├── Referencing-node-objects-statements.table ├── Referencing-node-objects-turtle.ttl ├── Removing-language-information-using-an-expanded-value.jsonld ├── Result-of-sourcing-a-context-in-a-type-scoped-context-and-setting-it-to-propagate.jsonld ├── Result-of-sourcing-a-context-to-modify-vocab-and-a-term-definition.jsonld ├── Reversing-Node-Relationships-compacted.jsonld ├── Reversing-Node-Relationships-context.jsonld ├── Reversing-Node-Relationships-expanded.jsonld ├── Same-book-description-in-JSON-LD-avoiding-contexts-.jsonld ├── Same-description-in-JSON-LD-context-shared-among-node-objects-.jsonld ├── Same-embedding-example-in-JSON-LD.jsonld ├── Same-example-in-Turtle-using-typed-literals.ttl ├── Same-example-with-a-list-of-values-in-JSON-LD.jsonld ├── Sample-JSON-LD-document-to-be-expanded.jsonld ├── Sample-JSON-LD-document-to-be-flattened.jsonld ├── Sample-JSON-LD-document-using-full-IRIs-instead-of-terms-expanded.jsonld ├── Sample-JSON-LD-document-using-full-IRIs-instead-of-terms-statements.table ├── Sample-JSON-LD-document-using-full-IRIs-instead-of-terms-turtle.ttl ├── Sample-JSON-LD-document.jsonld ├── Sample-JSON-document.jsonld ├── Sample-context.jsonld ├── Sample-expanded-JSON-LD-document.jsonld ├── Sample-library-frame.jsonld ├── Setting-container-set-on-type.jsonld ├── Setting-the-default-base-direction-of-a-JSON-LD-document-compacted.jsonld ├── Setting-the-default-base-direction-of-a-JSON-LD-document-expanded.jsonld ├── Setting-the-default-base-direction-of-a-JSON-LD-document-statements.table ├── Setting-the-default-base-direction-of-a-JSON-LD-document-turtle.ttl ├── Setting-the-default-language-of-a-JSON-LD-document-compacted.jsonld ├── Setting-the-default-language-of-a-JSON-LD-document-expanded.jsonld ├── Setting-the-default-language-of-a-JSON-LD-document-statements.table ├── Setting-the-default-language-of-a-JSON-LD-document-turtle.ttl ├── Setting-the-document-base-in-a-document-compacted.jsonld ├── Setting-the-document-base-in-a-document-expanded.jsonld ├── Setting-the-document-base-in-a-document-statements.table ├── Setting-the-document-base-in-a-document-turtle.ttl ├── Setting-version-in-context.jsonld ├── Sourcing-a-context-in-a-type-scoped-context-and-setting-it-to-propagate.jsonld ├── Sourcing-a-context-to-modify-vocab-and-a-term-definition.jsonld ├── Specifying-a-local-blank-node-identifier-compacted.jsonld ├── Specifying-a-local-blank-node-identifier-expanded.jsonld ├── Specifying-a-local-blank-node-identifier-statements.table ├── Specifying-a-local-blank-node-identifier-turtle.ttl ├── Specifying-multiple-types-for-a-node-compacted.jsonld ├── Specifying-multiple-types-for-a-node-expanded.jsonld ├── Specifying-multiple-types-for-a-node-statements.table ├── Specifying-multiple-types-for-a-node-turtle.ttl ├── Specifying-that-a-collection-is-ordered-in-the-context-compacted.jsonld ├── Specifying-that-a-collection-is-ordered-in-the-context-expanded.jsonld ├── Specifying-that-a-collection-is-ordered-in-the-context-statements.table ├── Specifying-that-a-collection-is-ordered-in-the-context-turtle.ttl ├── Specifying-that-a-collection-is-unordered-in-the-context-compacted.jsonld ├── Specifying-that-a-collection-is-unordered-in-the-context-expanded.jsonld ├── Specifying-that-a-collection-is-unordered-in-the-context-statements.table ├── Specifying-that-a-collection-is-unordered-in-the-context-turtle.ttl ├── Specifying-the-type-for-a-node-compacted.jsonld ├── Specifying-the-type-for-a-node-expanded.jsonld ├── Specifying-the-type-for-a-node-statements.table ├── Specifying-the-type-for-a-node-turtle.ttl ├── Statements-associated-with-expanded-term-definition-with-language-and-direction.table ├── Targeting-a-specific-script-element-by-id-compacted.html ├── Targeting-a-specific-script-element-by-id-statements.table ├── Targeting-a-specific-script-element-by-id-turtle.ttl ├── Term-Selection-compacted.jsonld ├── Term-Selection-context.jsonld ├── Term-Selection-expanded.jsonld ├── Term-definitions-using-compact-and-absolute-IRIs-compacted.jsonld ├── Term-definitions-using-compact-and-absolute-IRIs-expanded.jsonld ├── Term-definitions-using-compact-and-absolute-IRIs-statements.table ├── Term-definitions-using-compact-and-absolute-IRIs-turtle.ttl ├── Term-expansion-for-values-not-identifiers-compacted.jsonld ├── Term-expansion-for-values-not-identifiers-expanded.jsonld ├── Term-expansion-for-values-not-identifiers-statements.table ├── Term-expansion-for-values-not-identifiers-turtle.ttl ├── Term-expansion-from-context-definition-compacted.jsonld ├── Term-expansion-from-context-definition-expanded.jsonld ├── Term-expansion-from-context-definition-statements.table ├── Term-expansion-from-context-definition-turtle.ttl ├── Terms-not-expanded-when-document-relative-compacted.jsonld ├── Terms-not-expanded-when-document-relative-expanded.jsonld ├── Terms-not-expanded-when-document-relative-turtle.ttl ├── The-same-set-of-statements-serialized-in-JSON-LD.jsonld ├── Turtle-representation-of-expanded-flattened-document.ttl ├── Type-coercion-compacted.jsonld ├── Type-coercion-expanded.jsonld ├── Type-coercion-statements.table ├── Type-coercion-turtle.ttl ├── Use-a-relative-IRI-as-node-identifier.jsonld ├── Using-Arrays-for-Lists-compacted.jsonld ├── Using-Arrays-for-Lists-context.jsonld ├── Using-Arrays-for-Lists-expanded.jsonld ├── Using-a-compact-IRI-as-a-term.jsonld ├── Using-a-default-vocabulary-compacted.jsonld ├── Using-a-default-vocabulary-expanded.jsonld ├── Using-a-default-vocabulary-relative-to-a-previous-default-vocabulary-compacted.jsonld ├── Using-a-default-vocabulary-relative-to-a-previous-default-vocabulary-expanded.jsonld ├── Using-a-default-vocabulary-relative-to-a-previous-default-vocabulary-statements.table ├── Using-a-default-vocabulary-relative-to-a-previous-default-vocabulary-turtle.ttl ├── Using-a-default-vocabulary-statements.table ├── Using-a-default-vocabulary-turtle.ttl ├── Using-a-term-to-define-the-IRI-of-another-term-within-a-context.jsonld ├── Using-a-term-to-specify-the-type-compacted.jsonld ├── Using-a-term-to-specify-the-type-expanded.jsonld ├── Using-a-term-to-specify-the-type-statements.table ├── Using-a-term-to-specify-the-type-turtle.ttl ├── Using-an-expanded-form-to-set-multiple-values-compacted.jsonld ├── Using-an-expanded-form-to-set-multiple-values-expanded.jsonld ├── Using-an-expanded-form-to-set-multiple-values-statements.table ├── Using-an-expanded-form-to-set-multiple-values-turtle.ttl ├── Using-as-the-vocabulary-mapping-expanded-expanded.jsonld ├── Using-as-the-vocabulary-mapping-expanded-statements.table ├── Using-as-the-vocabulary-mapping-expanded-turtle.ttl ├── Using-as-the-vocabulary-mapping.jsonld ├── Using-graph-to-explicitly-express-the-default-graph-compacted.jsonld ├── Using-graph-to-explicitly-express-the-default-graph-expanded.jsonld ├── Using-graph-to-explicitly-express-the-default-graph-statements.table ├── Using-graph-to-explicitly-express-the-default-graph-trig.trig ├── Using-multiple-contexts-compacted.jsonld ├── Using-multiple-contexts-expanded.jsonld ├── Using-multiple-contexts-statements.table ├── Using-multiple-contexts-turtle.ttl ├── Using-reverse-to-define-reverse-properties-compacted.jsonld ├── Using-reverse-to-define-reverse-properties-expanded.jsonld ├── Using-reverse-to-define-reverse-properties-flattened.jsonld ├── Using-reverse-to-define-reverse-properties-statements.table ├── Using-reverse-to-define-reverse-properties-turtle.ttl ├── Using-the-document-base-URL-to-establish-the-default-base-IRI-compacted.html ├── Using-the-document-base-URL-to-establish-the-default-base-IRI-expanded.jsonld ├── Using-the-document-base-URL-to-establish-the-default-base-IRI-statements.table ├── Using-the-document-base-URL-to-establish-the-default-base-IRI-turtle.ttl ├── Using-the-null-keyword-to-ignore-data-compacted.jsonld ├── Using-the-null-keyword-to-ignore-data-expanded.jsonld ├── Using-the-null-keyword-to-ignore-data-statements.table ├── Using-the-null-keyword-to-ignore-data-turtle.ttl ├── Using-vocabularies-compacted.jsonld ├── Using-vocabularies-expanded.jsonld ├── Using-vocabularies-statements.table ├── Using-vocabularies-turtle.ttl ├── Values-of-id-are-interpreted-as-IRI.jsonld ├── overriding-permitted-in-property-scoped-context-compacted.jsonld ├── overriding-permitted-in-property-scoped-context-statements.table └── overriding-permitted-in-property-scoped-context-turtle.ttl ├── index.html ├── linked-data-graph.png ├── linked-data-graph.svg ├── publication-snapshots ├── CR │ ├── Overview.html │ ├── linked-data-graph.png │ └── linked-data-graph.svg ├── CR2 │ ├── Overview.html │ ├── linked-data-graph.png │ └── linked-data-graph.svg ├── FPWD │ ├── Overview.html │ ├── linked-data-graph.png │ └── linked-data-graph.svg ├── PR │ ├── Overview.html │ ├── linked-data-graph.png │ └── linked-data-graph.svg └── REC │ ├── Overview.html │ ├── json-ld11.epub │ ├── linked-data-graph.png │ └── linked-data-graph.svg ├── w3c.json └── yaml ├── A-document-with-children-linking-to-their-parent-compacted.yaml ├── A-document-with-children-linking-to-their-parent-expanded.yaml ├── A-person-and-its-children-using-a-reverse-property-compacted.yaml ├── A-person-and-its-children-using-a-reverse-property-expanded.yaml ├── A-person-and-its-children-using-a-reverse-property-flattened.yaml ├── A-protected-context-with-an-exception-compacted.yaml ├── A-protected-context-with-an-exception-expanded.yaml ├── A-remote-context-to-be-imported-in-a-type-scoped-context.yaml ├── Aliasing-keywords-compacted.yaml ├── Aliasing-keywords-expanded.yaml ├── An-ordered-collection-of-values-in-JSON-LD-compacted.yaml ├── An-ordered-collection-of-values-in-JSON-LD-expanded.yaml ├── An-unordered-collection-of-values-in-JSON-LD-compacted.yaml ├── An-unordered-collection-of-values-in-JSON-LD-expanded.yaml ├── Associating-context-definitions-with-absolute-IRIs.yaml ├── Clearing-default-language.yaml ├── Coercing-Values-to-Strings-compacted.yaml ├── Coercing-Values-to-Strings-context.yaml ├── Coercing-Values-to-Strings-expanded.yaml ├── Combining-external-and-local-contexts-compacted.yaml ├── Combining-external-and-local-contexts-expanded.yaml ├── Compact-IRI-generation-context-1-0-.yaml ├── Compact-IRI-generation-context-1-1-.yaml ├── Compact-IRI-generation-term-selection-1-0-compacted.yaml ├── Compact-IRI-generation-term-selection-1-1-compacted.yaml ├── Compact-form-of-the-sample-document-once-sample-context-has-been-applied-original.yaml ├── Compacting-using-a-base-IRI-compacted.yaml ├── Compacting-using-a-base-IRI-context.yaml ├── Compacting-using-a-base-IRI-expanded.yaml ├── Compacting-using-a-default-vocabulary-compacted.yaml ├── Compacting-using-a-default-vocabulary-context.yaml ├── Compacting-using-a-default-vocabulary-expanded.yaml ├── Context-for-the-sample-document-in-the-previous-section.yaml ├── Context-needs-to-be-duplicated-if-graph-is-not-used-compacted.yaml ├── Context-needs-to-be-duplicated-if-graph-is-not-used-expanded.yaml ├── Coordinates-expressed-in-GeoJSON.yaml ├── Coordinates-expressed-in-JSON-LD-compacted.yaml ├── Coordinates-expressed-in-JSON-LD-expanded.yaml ├── Defining-an-context-within-a-term-definition-compacted.yaml ├── Defining-an-context-within-a-term-definition-expanded.yaml ├── Defining-an-context-within-a-term-definition-used-on-type-compacted.yaml ├── Defining-an-context-within-a-term-definition-used-on-type-expanded.yaml ├── Defining-property-nesting-Context.yaml ├── Defining-property-nesting-Expanded-Input.yaml ├── Defining-property-nesting-compacted.yaml ├── Describing-disconnected-nodes-with-graph-compacted.yaml ├── Describing-disconnected-nodes-with-graph-expanded.yaml ├── Describing-disconnected-nodes-with-included-compacted.yaml ├── Describing-disconnected-nodes-with-included-expanded.yaml ├── Describing-disconnected-nodes-with-included-flattened.yaml ├── Embedded-contexts-within-node-objects-compacted.yaml ├── Embedded-contexts-within-node-objects-expanded.yaml ├── Embedding-JSON-LD-containing-HTML-in-HTML-expanded.yaml ├── Embedding-JSON-LD-in-HTML-expanded.yaml ├── Embedding-Objects-compacted.yaml ├── Embedding-Objects-expanded.yaml ├── Embedding-a-node-object-as-property-value-of-another-node-object-compacted.yaml ├── Embedding-a-node-object-as-property-value-of-another-node-object-expanded.yaml ├── Example-demonstrating-the-context-sensitivity-for-type.yaml ├── Expanded-document-used-to-illustrate-compact-IRI-creation.yaml ├── Expanded-form-for-the-previous-example-expanded.yaml ├── Expanded-term-definition-with-language-and-direction.yaml ├── Expanded-term-definition-with-language.yaml ├── Expanded-term-definition-with-type-coercion-compacted.yaml ├── Expanded-term-definition-with-type-coercion-expanded.yaml ├── Expanded-term-definition-with-types-compacted.yaml ├── Expanded-term-definition-with-types-expanded.yaml ├── Expanded-value-with-type-compacted.yaml ├── Expanded-value-with-type-expanded.yaml ├── Expansion-using-embedded-and-scoped-contexts-embedding-equivalent-.yaml ├── Expansion-using-embedded-and-scoped-contexts.yaml ├── Flattened-and-compacted-form-for-the-previous-example-original.yaml ├── Flattened-and-expanded-form-for-the-previous-example.yaml ├── Flattened-form-for-included-blocks-flattened.yaml ├── Flattened-library-objects.yaml ├── Forcing-Object-Values-compacted.yaml ├── Forcing-Object-Values-context.yaml ├── Forcing-Object-Values-expanded.yaml ├── Framed-library-objects-original.yaml ├── IRI-as-a-key.yaml ├── IRI-expansion-within-a-context.yaml ├── IRIs-can-be-relative.yaml ├── Identifying-a-node-compacted.yaml ├── Identifying-a-node-expanded.yaml ├── Identifying-and-making-statements-about-a-graph-compacted.yaml ├── Identifying-and-making-statements-about-a-graph-expanded.yaml ├── Implicitly-named-graph-compacted.yaml ├── Implicitly-named-graph-expanded.yaml ├── In-line-context-definition-compacted.yaml ├── In-line-context-definition-expanded.yaml ├── Included-Blocks.yaml ├── Indexing-data-in-JSON-LD-by-node-identifiers-compacted.yaml ├── Indexing-data-in-JSON-LD-by-node-identifiers-expanded.yaml ├── Indexing-data-in-JSON-LD-by-node-identifiers-using-none-compacted.yaml ├── Indexing-data-in-JSON-LD-by-node-identifiers-using-none-expanded.yaml ├── Indexing-data-in-JSON-LD-by-node-identifiers-with-set-representation-compacted.yaml ├── Indexing-data-in-JSON-LD-by-node-identifiers-with-set-representation-expanded.yaml ├── Indexing-data-in-JSON-LD-by-type-compacted.yaml ├── Indexing-data-in-JSON-LD-by-type-expanded.yaml ├── Indexing-data-in-JSON-LD-by-type-using-none-compacted.yaml ├── Indexing-data-in-JSON-LD-by-type-using-none-expanded.yaml ├── Indexing-data-in-JSON-LD-by-type-with-set-representation-compacted.yaml ├── Indexing-data-in-JSON-LD-by-type-with-set-representation-expanded.yaml ├── Indexing-data-in-JSON-LD-compacted.yaml ├── Indexing-data-in-JSON-LD-expanded.yaml ├── Indexing-data-using-none-compacted.yaml ├── Indexing-data-using-none-expanded.yaml ├── Indexing-graph-data-in-JSON-LD-compacted.yaml ├── Indexing-graph-data-in-JSON-LD-expanded.yaml ├── Indexing-graphs-using-none-for-no-index-compacted.yaml ├── Indexing-graphs-using-none-for-no-index-expanded.yaml ├── Indexing-language-tagged-strings-and-set-compacted.yaml ├── Indexing-language-tagged-strings-and-set-context.yaml ├── Indexing-language-tagged-strings-and-set-expanded.yaml ├── Indexing-language-tagged-strings-compacted.yaml ├── Indexing-language-tagged-strings-context.yaml ├── Indexing-language-tagged-strings-expanded.yaml ├── Indexing-languaged-tagged-strings-in-JSON-LD-compacted.yaml ├── Indexing-languaged-tagged-strings-in-JSON-LD-expanded.yaml ├── Indexing-languaged-tagged-strings-in-JSON-LD-with-set-representation-compacted.yaml ├── Indexing-languaged-tagged-strings-in-JSON-LD-with-set-representation-expanded.yaml ├── Indexing-languaged-tagged-strings-using-none-for-no-language-compacted.yaml ├── Indexing-languaged-tagged-strings-using-none-for-no-language-expanded.yaml ├── JSON-LD-using-native-data-types-for-numbers-and-boolean-values.yaml ├── JSON-Literal-compacted.yaml ├── JSON-Literal-expanded.yaml ├── Language-map-expressing-a-property-in-three-languages.yaml ├── Linked-Data-Dataset-compacted.yaml ├── Linked-Data-Dataset-expanded.yaml ├── Marking-a-context-to-not-propagate-compacted.yaml ├── Marking-a-context-to-not-propagate-expanded.yaml ├── Multiple-array-values-of-different-types-compacted.yaml ├── Multiple-array-values-of-different-types-expanded.yaml ├── Multiple-values-with-no-inherent-order-compacted.yaml ├── Multiple-values-with-no-inherent-order-expanded.yaml ├── Nested-properties-compacted.yaml ├── Nested-properties-expanded.yaml ├── Nested-properties-folded-into-containing-object-compacted.yaml ├── Nested-properties-folded-into-containing-object-expanded.yaml ├── Overriding-default-language-and-default-base-direction-using-an-expanded-value.yaml ├── Overriding-default-language-using-an-expanded-value.yaml ├── Prefix-expansion-compacted.yaml ├── Prefix-expansion-expanded.yaml ├── Property-based-data-indexing-compacted.yaml ├── Referencing-Objects-on-the-Web-compacted.yaml ├── Referencing-Objects-on-the-Web-expanded.yaml ├── Referencing-a-JSON-LD-context-compacted.yaml ├── Referencing-a-JSON-LD-context-expanded.yaml ├── Referencing-an-unidentified-node-compacted.yaml ├── Referencing-an-unidentified-node-expanded.yaml ├── Referencing-named-graphs-using-an-id-map-compacted.yaml ├── Referencing-named-graphs-using-an-id-map-expanded.yaml ├── Referencing-named-graphs-using-an-id-map-with-none-compacted.yaml ├── Referencing-named-graphs-using-an-id-map-with-none-expanded.yaml ├── Referencing-node-objects-compacted.yaml ├── Referencing-node-objects-expanded.yaml ├── Removing-language-information-using-an-expanded-value.yaml ├── Result-of-sourcing-a-context-in-a-type-scoped-context-and-setting-it-to-propagate.yaml ├── Result-of-sourcing-a-context-to-modify-vocab-and-a-term-definition.yaml ├── Reversing-Node-Relationships-compacted.yaml ├── Reversing-Node-Relationships-context.yaml ├── Reversing-Node-Relationships-expanded.yaml ├── Same-book-description-in-JSON-LD-avoiding-contexts-.yaml ├── Same-description-in-JSON-LD-context-shared-among-node-objects-.yaml ├── Same-embedding-example-in-JSON-LD.yaml ├── Same-example-with-a-list-of-values-in-JSON-LD.yaml ├── Sample-JSON-LD-document-to-be-expanded.yaml ├── Sample-JSON-LD-document-to-be-flattened.yaml ├── Sample-JSON-LD-document-using-full-IRIs-instead-of-terms-expanded.yaml ├── Sample-JSON-LD-document.yaml ├── Sample-JSON-document.yaml ├── Sample-context.yaml ├── Sample-expanded-JSON-LD-document.yaml ├── Sample-library-frame.yaml ├── Setting-container-set-on-type.yaml ├── Setting-the-default-base-direction-of-a-JSON-LD-document-compacted.yaml ├── Setting-the-default-base-direction-of-a-JSON-LD-document-expanded.yaml ├── Setting-the-default-language-of-a-JSON-LD-document-compacted.yaml ├── Setting-the-default-language-of-a-JSON-LD-document-expanded.yaml ├── Setting-the-document-base-in-a-document-compacted.yaml ├── Setting-the-document-base-in-a-document-expanded.yaml ├── Setting-version-in-context.yaml ├── Sourcing-a-context-in-a-type-scoped-context-and-setting-it-to-propagate.yaml ├── Sourcing-a-context-to-modify-vocab-and-a-term-definition.yaml ├── Specifying-a-local-blank-node-identifier-compacted.yaml ├── Specifying-a-local-blank-node-identifier-expanded.yaml ├── Specifying-multiple-types-for-a-node-compacted.yaml ├── Specifying-multiple-types-for-a-node-expanded.yaml ├── Specifying-that-a-collection-is-ordered-in-the-context-compacted.yaml ├── Specifying-that-a-collection-is-ordered-in-the-context-expanded.yaml ├── Specifying-that-a-collection-is-unordered-in-the-context-compacted.yaml ├── Specifying-that-a-collection-is-unordered-in-the-context-expanded.yaml ├── Specifying-the-type-for-a-node-compacted.yaml ├── Specifying-the-type-for-a-node-expanded.yaml ├── Term-Selection-compacted.yaml ├── Term-Selection-context.yaml ├── Term-Selection-expanded.yaml ├── Term-definitions-using-compact-and-absolute-IRIs-compacted.yaml ├── Term-definitions-using-compact-and-absolute-IRIs-expanded.yaml ├── Term-expansion-for-values-not-identifiers-compacted.yaml ├── Term-expansion-for-values-not-identifiers-expanded.yaml ├── Term-expansion-from-context-definition-compacted.yaml ├── Term-expansion-from-context-definition-expanded.yaml ├── Terms-not-expanded-when-document-relative-compacted.yaml ├── Terms-not-expanded-when-document-relative-expanded.yaml ├── The-same-set-of-statements-serialized-in-JSON-LD.yaml ├── Type-coercion-compacted.yaml ├── Type-coercion-expanded.yaml ├── Use-a-relative-IRI-as-node-identifier.yaml ├── Using-Arrays-for-Lists-compacted.yaml ├── Using-Arrays-for-Lists-context.yaml ├── Using-Arrays-for-Lists-expanded.yaml ├── Using-a-compact-IRI-as-a-term.yaml ├── Using-a-default-vocabulary-compacted.yaml ├── Using-a-default-vocabulary-expanded.yaml ├── Using-a-default-vocabulary-relative-to-a-previous-default-vocabulary-compacted.yaml ├── Using-a-default-vocabulary-relative-to-a-previous-default-vocabulary-expanded.yaml ├── Using-a-term-to-define-the-IRI-of-another-term-within-a-context.yaml ├── Using-a-term-to-specify-the-type-compacted.yaml ├── Using-a-term-to-specify-the-type-expanded.yaml ├── Using-an-expanded-form-to-set-multiple-values-compacted.yaml ├── Using-an-expanded-form-to-set-multiple-values-expanded.yaml ├── Using-as-the-vocabulary-mapping-expanded-expanded.yaml ├── Using-as-the-vocabulary-mapping.yaml ├── Using-graph-to-explicitly-express-the-default-graph-compacted.yaml ├── Using-graph-to-explicitly-express-the-default-graph-expanded.yaml ├── Using-multiple-contexts-compacted.yaml ├── Using-multiple-contexts-expanded.yaml ├── Using-reverse-to-define-reverse-properties-compacted.yaml ├── Using-reverse-to-define-reverse-properties-expanded.yaml ├── Using-reverse-to-define-reverse-properties-flattened.yaml ├── Using-the-document-base-URL-to-establish-the-default-base-IRI-expanded.yaml ├── Using-the-null-keyword-to-ignore-data-compacted.yaml ├── Using-the-null-keyword-to-ignore-data-expanded.yaml ├── Using-vocabularies-compacted.yaml ├── Using-vocabularies-expanded.yaml ├── Values-of-id-are-interpreted-as-IRI.yaml └── overriding-permitted-in-property-scoped-context-compacted.yaml /.github/workflows/add_prs_and_issues_to_project.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/.github/workflows/add_prs_and_issues_to_project.yml -------------------------------------------------------------------------------- /.github/workflows/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/.github/workflows/ci.yml -------------------------------------------------------------------------------- /.github/workflows/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/.github/workflows/dependabot.yml -------------------------------------------------------------------------------- /.pr-preview.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/.pr-preview.json -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /ECHIDNA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/ECHIDNA -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/Gemfile -------------------------------------------------------------------------------- /Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/Gemfile.lock -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/README.md -------------------------------------------------------------------------------- /Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/Rakefile -------------------------------------------------------------------------------- /ack-script/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/ack-script/README.md -------------------------------------------------------------------------------- /ack-script/ack_pattern.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/ack-script/ack_pattern.html -------------------------------------------------------------------------------- /ack-script/acknowledgements.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/ack-script/acknowledgements.html -------------------------------------------------------------------------------- /ack-script/separate_acks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/ack-script/separate_acks.json -------------------------------------------------------------------------------- /common/README.rb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /common/algorithm-terms.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/common/algorithm-terms.html -------------------------------------------------------------------------------- /common/common.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/common/common.js -------------------------------------------------------------------------------- /common/extract-examples.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/common/extract-examples.rb -------------------------------------------------------------------------------- /common/jsonld.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/common/jsonld.js -------------------------------------------------------------------------------- /common/terms.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/common/terms.html -------------------------------------------------------------------------------- /common/typographical-conventions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/common/typographical-conventions.html -------------------------------------------------------------------------------- /errata/errata.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/errata/errata.css -------------------------------------------------------------------------------- /errata/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/errata/index.html -------------------------------------------------------------------------------- /examples/A-document-with-children-linking-to-their-parent-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/A-document-with-children-linking-to-their-parent-compacted.jsonld -------------------------------------------------------------------------------- /examples/A-document-with-children-linking-to-their-parent-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/A-document-with-children-linking-to-their-parent-expanded.jsonld -------------------------------------------------------------------------------- /examples/A-document-with-children-linking-to-their-parent-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/A-document-with-children-linking-to-their-parent-statements.table -------------------------------------------------------------------------------- /examples/A-document-with-children-linking-to-their-parent-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/A-document-with-children-linking-to-their-parent-turtle.ttl -------------------------------------------------------------------------------- /examples/A-list-of-values-in-Turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/A-list-of-values-in-Turtle.ttl -------------------------------------------------------------------------------- /examples/A-person-and-its-children-using-a-reverse-property-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/A-person-and-its-children-using-a-reverse-property-compacted.jsonld -------------------------------------------------------------------------------- /examples/A-person-and-its-children-using-a-reverse-property-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/A-person-and-its-children-using-a-reverse-property-expanded.jsonld -------------------------------------------------------------------------------- /examples/A-person-and-its-children-using-a-reverse-property-flattened.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/A-person-and-its-children-using-a-reverse-property-flattened.jsonld -------------------------------------------------------------------------------- /examples/A-person-and-its-children-using-a-reverse-property-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/A-person-and-its-children-using-a-reverse-property-statements.table -------------------------------------------------------------------------------- /examples/A-person-and-its-children-using-a-reverse-property-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/A-person-and-its-children-using-a-reverse-property-turtle.ttl -------------------------------------------------------------------------------- /examples/A-protected-context-with-an-exception-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/A-protected-context-with-an-exception-compacted.jsonld -------------------------------------------------------------------------------- /examples/A-protected-context-with-an-exception-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/A-protected-context-with-an-exception-expanded.jsonld -------------------------------------------------------------------------------- /examples/A-protected-context-with-an-exception-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/A-protected-context-with-an-exception-statements.table -------------------------------------------------------------------------------- /examples/A-protected-context-with-an-exception-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/A-protected-context-with-an-exception-turtle.ttl -------------------------------------------------------------------------------- /examples/A-remote-context-to-be-imported-in-a-type-scoped-context.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/A-remote-context-to-be-imported-in-a-type-scoped-context.jsonld -------------------------------------------------------------------------------- /examples/A-set-of-statements-serialized-in-Turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/A-set-of-statements-serialized-in-Turtle.ttl -------------------------------------------------------------------------------- /examples/Aliasing-keywords-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Aliasing-keywords-compacted.jsonld -------------------------------------------------------------------------------- /examples/Aliasing-keywords-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Aliasing-keywords-expanded.jsonld -------------------------------------------------------------------------------- /examples/Aliasing-keywords-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Aliasing-keywords-statements.table -------------------------------------------------------------------------------- /examples/Aliasing-keywords-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Aliasing-keywords-turtle.ttl -------------------------------------------------------------------------------- /examples/An-ordered-collection-of-values-in-JSON-LD-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/An-ordered-collection-of-values-in-JSON-LD-compacted.jsonld -------------------------------------------------------------------------------- /examples/An-ordered-collection-of-values-in-JSON-LD-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/An-ordered-collection-of-values-in-JSON-LD-expanded.jsonld -------------------------------------------------------------------------------- /examples/An-ordered-collection-of-values-in-JSON-LD-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/An-ordered-collection-of-values-in-JSON-LD-statements.table -------------------------------------------------------------------------------- /examples/An-ordered-collection-of-values-in-JSON-LD-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/An-ordered-collection-of-values-in-JSON-LD-turtle.ttl -------------------------------------------------------------------------------- /examples/An-unordered-collection-of-values-in-JSON-LD-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/An-unordered-collection-of-values-in-JSON-LD-compacted.jsonld -------------------------------------------------------------------------------- /examples/An-unordered-collection-of-values-in-JSON-LD-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/An-unordered-collection-of-values-in-JSON-LD-expanded.jsonld -------------------------------------------------------------------------------- /examples/An-unordered-collection-of-values-in-JSON-LD-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/An-unordered-collection-of-values-in-JSON-LD-statements.table -------------------------------------------------------------------------------- /examples/An-unordered-collection-of-values-in-JSON-LD-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/An-unordered-collection-of-values-in-JSON-LD-turtle.ttl -------------------------------------------------------------------------------- /examples/Associating-context-definitions-with-absolute-IRIs.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Associating-context-definitions-with-absolute-IRIs.jsonld -------------------------------------------------------------------------------- /examples/Clearing-default-language.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Clearing-default-language.jsonld -------------------------------------------------------------------------------- /examples/Coercing-Values-to-Strings-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Coercing-Values-to-Strings-compacted.jsonld -------------------------------------------------------------------------------- /examples/Coercing-Values-to-Strings-context.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Coercing-Values-to-Strings-context.jsonld -------------------------------------------------------------------------------- /examples/Coercing-Values-to-Strings-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Coercing-Values-to-Strings-expanded.jsonld -------------------------------------------------------------------------------- /examples/Combining-external-and-local-contexts-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Combining-external-and-local-contexts-compacted.jsonld -------------------------------------------------------------------------------- /examples/Combining-external-and-local-contexts-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Combining-external-and-local-contexts-expanded.jsonld -------------------------------------------------------------------------------- /examples/Combining-external-and-local-contexts-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Combining-external-and-local-contexts-statements.table -------------------------------------------------------------------------------- /examples/Combining-external-and-local-contexts-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Combining-external-and-local-contexts-turtle.ttl -------------------------------------------------------------------------------- /examples/Combining-multiple-JSON-LD-script-elements-into-a-single-dataset-compacted.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Combining-multiple-JSON-LD-script-elements-into-a-single-dataset-compacted.html -------------------------------------------------------------------------------- /examples/Combining-multiple-JSON-LD-script-elements-into-a-single-dataset-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Combining-multiple-JSON-LD-script-elements-into-a-single-dataset-statements.table -------------------------------------------------------------------------------- /examples/Combining-multiple-JSON-LD-script-elements-into-a-single-dataset-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Combining-multiple-JSON-LD-script-elements-into-a-single-dataset-turtle.ttl -------------------------------------------------------------------------------- /examples/Compact-IRI-generation-context-1-0-.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Compact-IRI-generation-context-1-0-.jsonld -------------------------------------------------------------------------------- /examples/Compact-IRI-generation-context-1-1-.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Compact-IRI-generation-context-1-1-.jsonld -------------------------------------------------------------------------------- /examples/Compact-IRI-generation-term-selection-1-0-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Compact-IRI-generation-term-selection-1-0-compacted.jsonld -------------------------------------------------------------------------------- /examples/Compact-IRI-generation-term-selection-1-0-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Compact-IRI-generation-term-selection-1-0-statements.table -------------------------------------------------------------------------------- /examples/Compact-IRI-generation-term-selection-1-0-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Compact-IRI-generation-term-selection-1-0-turtle.ttl -------------------------------------------------------------------------------- /examples/Compact-IRI-generation-term-selection-1-1-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Compact-IRI-generation-term-selection-1-1-compacted.jsonld -------------------------------------------------------------------------------- /examples/Compact-IRI-generation-term-selection-1-1-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Compact-IRI-generation-term-selection-1-1-statements.table -------------------------------------------------------------------------------- /examples/Compact-IRI-generation-term-selection-1-1-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Compact-IRI-generation-term-selection-1-1-turtle.ttl -------------------------------------------------------------------------------- /examples/Compact-form-of-the-sample-document-once-sample-context-has-been-applied-original.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Compact-form-of-the-sample-document-once-sample-context-has-been-applied-original.jsonld -------------------------------------------------------------------------------- /examples/Compacting-using-a-base-IRI-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Compacting-using-a-base-IRI-compacted.jsonld -------------------------------------------------------------------------------- /examples/Compacting-using-a-base-IRI-context.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Compacting-using-a-base-IRI-context.jsonld -------------------------------------------------------------------------------- /examples/Compacting-using-a-base-IRI-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Compacting-using-a-base-IRI-expanded.jsonld -------------------------------------------------------------------------------- /examples/Compacting-using-a-default-vocabulary-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Compacting-using-a-default-vocabulary-compacted.jsonld -------------------------------------------------------------------------------- /examples/Compacting-using-a-default-vocabulary-context.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Compacting-using-a-default-vocabulary-context.jsonld -------------------------------------------------------------------------------- /examples/Compacting-using-a-default-vocabulary-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Compacting-using-a-default-vocabulary-expanded.jsonld -------------------------------------------------------------------------------- /examples/Context-for-the-sample-document-in-the-previous-section.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Context-for-the-sample-document-in-the-previous-section.jsonld -------------------------------------------------------------------------------- /examples/Context-needs-to-be-duplicated-if-graph-is-not-used-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Context-needs-to-be-duplicated-if-graph-is-not-used-compacted.jsonld -------------------------------------------------------------------------------- /examples/Context-needs-to-be-duplicated-if-graph-is-not-used-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Context-needs-to-be-duplicated-if-graph-is-not-used-expanded.jsonld -------------------------------------------------------------------------------- /examples/Context-needs-to-be-duplicated-if-graph-is-not-used-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Context-needs-to-be-duplicated-if-graph-is-not-used-statements.table -------------------------------------------------------------------------------- /examples/Context-needs-to-be-duplicated-if-graph-is-not-used-trig.trig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Context-needs-to-be-duplicated-if-graph-is-not-used-trig.trig -------------------------------------------------------------------------------- /examples/Coordinates-expressed-in-GeoJSON.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Coordinates-expressed-in-GeoJSON.json -------------------------------------------------------------------------------- /examples/Coordinates-expressed-in-JSON-LD-compacted.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Coordinates-expressed-in-JSON-LD-compacted.json -------------------------------------------------------------------------------- /examples/Coordinates-expressed-in-JSON-LD-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Coordinates-expressed-in-JSON-LD-expanded.jsonld -------------------------------------------------------------------------------- /examples/Coordinates-expressed-in-JSON-LD-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Coordinates-expressed-in-JSON-LD-statements.table -------------------------------------------------------------------------------- /examples/Coordinates-expressed-in-JSON-LD-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Coordinates-expressed-in-JSON-LD-turtle.ttl -------------------------------------------------------------------------------- /examples/Defining-an-context-within-a-term-definition-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Defining-an-context-within-a-term-definition-compacted.jsonld -------------------------------------------------------------------------------- /examples/Defining-an-context-within-a-term-definition-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Defining-an-context-within-a-term-definition-expanded.jsonld -------------------------------------------------------------------------------- /examples/Defining-an-context-within-a-term-definition-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Defining-an-context-within-a-term-definition-statements.table -------------------------------------------------------------------------------- /examples/Defining-an-context-within-a-term-definition-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Defining-an-context-within-a-term-definition-turtle.ttl -------------------------------------------------------------------------------- /examples/Defining-an-context-within-a-term-definition-used-on-type-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Defining-an-context-within-a-term-definition-used-on-type-compacted.jsonld -------------------------------------------------------------------------------- /examples/Defining-an-context-within-a-term-definition-used-on-type-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Defining-an-context-within-a-term-definition-used-on-type-expanded.jsonld -------------------------------------------------------------------------------- /examples/Defining-an-context-within-a-term-definition-used-on-type-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Defining-an-context-within-a-term-definition-used-on-type-statements.table -------------------------------------------------------------------------------- /examples/Defining-an-context-within-a-term-definition-used-on-type-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Defining-an-context-within-a-term-definition-used-on-type-turtle.ttl -------------------------------------------------------------------------------- /examples/Defining-property-nesting-Context.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Defining-property-nesting-Context.jsonld -------------------------------------------------------------------------------- /examples/Defining-property-nesting-Expanded-Input.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Defining-property-nesting-Expanded-Input.jsonld -------------------------------------------------------------------------------- /examples/Defining-property-nesting-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Defining-property-nesting-compacted.jsonld -------------------------------------------------------------------------------- /examples/Defining-property-nesting-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Defining-property-nesting-statements.table -------------------------------------------------------------------------------- /examples/Defining-property-nesting-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Defining-property-nesting-turtle.ttl -------------------------------------------------------------------------------- /examples/Describing-disconnected-nodes-with-graph-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Describing-disconnected-nodes-with-graph-compacted.jsonld -------------------------------------------------------------------------------- /examples/Describing-disconnected-nodes-with-graph-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Describing-disconnected-nodes-with-graph-expanded.jsonld -------------------------------------------------------------------------------- /examples/Describing-disconnected-nodes-with-graph-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Describing-disconnected-nodes-with-graph-statements.table -------------------------------------------------------------------------------- /examples/Describing-disconnected-nodes-with-graph-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Describing-disconnected-nodes-with-graph-turtle.ttl -------------------------------------------------------------------------------- /examples/Describing-disconnected-nodes-with-included-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Describing-disconnected-nodes-with-included-compacted.jsonld -------------------------------------------------------------------------------- /examples/Describing-disconnected-nodes-with-included-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Describing-disconnected-nodes-with-included-expanded.jsonld -------------------------------------------------------------------------------- /examples/Describing-disconnected-nodes-with-included-flattened.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Describing-disconnected-nodes-with-included-flattened.jsonld -------------------------------------------------------------------------------- /examples/Describing-disconnected-nodes-with-included-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Describing-disconnected-nodes-with-included-statements.table -------------------------------------------------------------------------------- /examples/Describing-disconnected-nodes-with-included-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Describing-disconnected-nodes-with-included-turtle.ttl -------------------------------------------------------------------------------- /examples/Embedded-contexts-within-node-objects-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Embedded-contexts-within-node-objects-compacted.jsonld -------------------------------------------------------------------------------- /examples/Embedded-contexts-within-node-objects-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Embedded-contexts-within-node-objects-expanded.jsonld -------------------------------------------------------------------------------- /examples/Embedded-contexts-within-node-objects-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Embedded-contexts-within-node-objects-statements.table -------------------------------------------------------------------------------- /examples/Embedded-contexts-within-node-objects-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Embedded-contexts-within-node-objects-turtle.ttl -------------------------------------------------------------------------------- /examples/Embedding-JSON-LD-containing-HTML-in-HTML-compacted.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Embedding-JSON-LD-containing-HTML-in-HTML-compacted.html -------------------------------------------------------------------------------- /examples/Embedding-JSON-LD-containing-HTML-in-HTML-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Embedding-JSON-LD-containing-HTML-in-HTML-expanded.jsonld -------------------------------------------------------------------------------- /examples/Embedding-JSON-LD-containing-HTML-in-HTML-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Embedding-JSON-LD-containing-HTML-in-HTML-turtle.ttl -------------------------------------------------------------------------------- /examples/Embedding-JSON-LD-in-HTML-compacted.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Embedding-JSON-LD-in-HTML-compacted.html -------------------------------------------------------------------------------- /examples/Embedding-JSON-LD-in-HTML-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Embedding-JSON-LD-in-HTML-expanded.jsonld -------------------------------------------------------------------------------- /examples/Embedding-JSON-LD-in-HTML-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Embedding-JSON-LD-in-HTML-statements.table -------------------------------------------------------------------------------- /examples/Embedding-JSON-LD-in-HTML-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Embedding-JSON-LD-in-HTML-turtle.ttl -------------------------------------------------------------------------------- /examples/Embedding-Objects-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Embedding-Objects-compacted.jsonld -------------------------------------------------------------------------------- /examples/Embedding-Objects-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Embedding-Objects-expanded.jsonld -------------------------------------------------------------------------------- /examples/Embedding-Objects-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Embedding-Objects-statements.table -------------------------------------------------------------------------------- /examples/Embedding-Objects-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Embedding-Objects-turtle.ttl -------------------------------------------------------------------------------- /examples/Embedding-a-node-object-as-property-value-of-another-node-object-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Embedding-a-node-object-as-property-value-of-another-node-object-compacted.jsonld -------------------------------------------------------------------------------- /examples/Embedding-a-node-object-as-property-value-of-another-node-object-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Embedding-a-node-object-as-property-value-of-another-node-object-expanded.jsonld -------------------------------------------------------------------------------- /examples/Embedding-a-node-object-as-property-value-of-another-node-object-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Embedding-a-node-object-as-property-value-of-another-node-object-statements.table -------------------------------------------------------------------------------- /examples/Embedding-a-node-object-as-property-value-of-another-node-object-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Embedding-a-node-object-as-property-value-of-another-node-object-turtle.ttl -------------------------------------------------------------------------------- /examples/Embedding-in-Turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Embedding-in-Turtle.ttl -------------------------------------------------------------------------------- /examples/Example-demonstrating-the-context-sensitivity-for-type-statements-compacted.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Example-demonstrating-the-context-sensitivity-for-type-statements-compacted.table -------------------------------------------------------------------------------- /examples/Example-demonstrating-the-context-sensitivity-for-type-statements-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Example-demonstrating-the-context-sensitivity-for-type-statements-turtle.ttl -------------------------------------------------------------------------------- /examples/Example-demonstrating-the-context-sensitivity-for-type.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Example-demonstrating-the-context-sensitivity-for-type.jsonld -------------------------------------------------------------------------------- /examples/Expanded-document-used-to-illustrate-compact-IRI-creation.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Expanded-document-used-to-illustrate-compact-IRI-creation.jsonld -------------------------------------------------------------------------------- /examples/Expanded-form-for-the-previous-example-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Expanded-form-for-the-previous-example-expanded.jsonld -------------------------------------------------------------------------------- /examples/Expanded-form-for-the-previous-example-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Expanded-form-for-the-previous-example-statements.table -------------------------------------------------------------------------------- /examples/Expanded-form-for-the-previous-example-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Expanded-form-for-the-previous-example-turtle.ttl -------------------------------------------------------------------------------- /examples/Expanded-term-definition-with-language-and-direction.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Expanded-term-definition-with-language-and-direction.jsonld -------------------------------------------------------------------------------- /examples/Expanded-term-definition-with-language.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Expanded-term-definition-with-language.jsonld -------------------------------------------------------------------------------- /examples/Expanded-term-definition-with-type-coercion-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Expanded-term-definition-with-type-coercion-compacted.jsonld -------------------------------------------------------------------------------- /examples/Expanded-term-definition-with-type-coercion-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Expanded-term-definition-with-type-coercion-expanded.jsonld -------------------------------------------------------------------------------- /examples/Expanded-term-definition-with-type-coercion-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Expanded-term-definition-with-type-coercion-statements.table -------------------------------------------------------------------------------- /examples/Expanded-term-definition-with-type-coercion-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Expanded-term-definition-with-type-coercion-turtle.ttl -------------------------------------------------------------------------------- /examples/Expanded-term-definition-with-types-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Expanded-term-definition-with-types-compacted.jsonld -------------------------------------------------------------------------------- /examples/Expanded-term-definition-with-types-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Expanded-term-definition-with-types-expanded.jsonld -------------------------------------------------------------------------------- /examples/Expanded-term-definition-with-types-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Expanded-term-definition-with-types-statements.table -------------------------------------------------------------------------------- /examples/Expanded-term-definition-with-types-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Expanded-term-definition-with-types-turtle.ttl -------------------------------------------------------------------------------- /examples/Expanded-value-with-type-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Expanded-value-with-type-compacted.jsonld -------------------------------------------------------------------------------- /examples/Expanded-value-with-type-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Expanded-value-with-type-expanded.jsonld -------------------------------------------------------------------------------- /examples/Expanded-value-with-type-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Expanded-value-with-type-statements.table -------------------------------------------------------------------------------- /examples/Expanded-value-with-type-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Expanded-value-with-type-turtle.ttl -------------------------------------------------------------------------------- /examples/Expansion-using-embedded-and-scoped-contexts-embedding-equivalent-.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Expansion-using-embedded-and-scoped-contexts-embedding-equivalent-.jsonld -------------------------------------------------------------------------------- /examples/Expansion-using-embedded-and-scoped-contexts.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Expansion-using-embedded-and-scoped-contexts.jsonld -------------------------------------------------------------------------------- /examples/Flattened-and-compacted-form-for-the-previous-example-original.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Flattened-and-compacted-form-for-the-previous-example-original.jsonld -------------------------------------------------------------------------------- /examples/Flattened-and-expanded-form-for-the-previous-example.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Flattened-and-expanded-form-for-the-previous-example.jsonld -------------------------------------------------------------------------------- /examples/Flattened-form-for-included-blocks-flattened.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Flattened-form-for-included-blocks-flattened.jsonld -------------------------------------------------------------------------------- /examples/Flattened-form-for-included-blocks-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Flattened-form-for-included-blocks-statements.table -------------------------------------------------------------------------------- /examples/Flattened-form-for-included-blocks-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Flattened-form-for-included-blocks-turtle.ttl -------------------------------------------------------------------------------- /examples/Flattened-library-objects.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Flattened-library-objects.jsonld -------------------------------------------------------------------------------- /examples/Forcing-Object-Values-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Forcing-Object-Values-compacted.jsonld -------------------------------------------------------------------------------- /examples/Forcing-Object-Values-context.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Forcing-Object-Values-context.jsonld -------------------------------------------------------------------------------- /examples/Forcing-Object-Values-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Forcing-Object-Values-expanded.jsonld -------------------------------------------------------------------------------- /examples/Framed-library-objects-original.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Framed-library-objects-original.jsonld -------------------------------------------------------------------------------- /examples/HTML-that-describes-a-book-using-microdata.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/HTML-that-describes-a-book-using-microdata.html -------------------------------------------------------------------------------- /examples/IRI-as-a-key.jsonld: -------------------------------------------------------------------------------- 1 | { 2 | "http://schema.org/name": "Manu Sporny" 3 | } -------------------------------------------------------------------------------- /examples/IRI-expansion-within-a-context.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/IRI-expansion-within-a-context.jsonld -------------------------------------------------------------------------------- /examples/IRIs-can-be-relative.jsonld: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": { "@id": "../" } 3 | } -------------------------------------------------------------------------------- /examples/Identifying-a-node-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Identifying-a-node-compacted.jsonld -------------------------------------------------------------------------------- /examples/Identifying-a-node-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Identifying-a-node-expanded.jsonld -------------------------------------------------------------------------------- /examples/Identifying-a-node-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Identifying-a-node-statements.table -------------------------------------------------------------------------------- /examples/Identifying-a-node-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Identifying-a-node-turtle.ttl -------------------------------------------------------------------------------- /examples/Identifying-and-making-statements-about-a-graph-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Identifying-and-making-statements-about-a-graph-compacted.jsonld -------------------------------------------------------------------------------- /examples/Identifying-and-making-statements-about-a-graph-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Identifying-and-making-statements-about-a-graph-expanded.jsonld -------------------------------------------------------------------------------- /examples/Identifying-and-making-statements-about-a-graph-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Identifying-and-making-statements-about-a-graph-statements.table -------------------------------------------------------------------------------- /examples/Identifying-and-making-statements-about-a-graph-trig.trig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Identifying-and-making-statements-about-a-graph-trig.trig -------------------------------------------------------------------------------- /examples/Implicitly-named-graph-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Implicitly-named-graph-compacted.jsonld -------------------------------------------------------------------------------- /examples/Implicitly-named-graph-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Implicitly-named-graph-expanded.jsonld -------------------------------------------------------------------------------- /examples/Implicitly-named-graph-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Implicitly-named-graph-statements.table -------------------------------------------------------------------------------- /examples/Implicitly-named-graph-trig.trig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Implicitly-named-graph-trig.trig -------------------------------------------------------------------------------- /examples/In-line-context-definition-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/In-line-context-definition-compacted.jsonld -------------------------------------------------------------------------------- /examples/In-line-context-definition-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/In-line-context-definition-expanded.jsonld -------------------------------------------------------------------------------- /examples/In-line-context-definition-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/In-line-context-definition-statements.table -------------------------------------------------------------------------------- /examples/In-line-context-definition-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/In-line-context-definition-turtle.ttl -------------------------------------------------------------------------------- /examples/Included-Blocks.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Included-Blocks.jsonld -------------------------------------------------------------------------------- /examples/Indexing-data-in-JSON-LD-by-node-identifiers-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-data-in-JSON-LD-by-node-identifiers-compacted.jsonld -------------------------------------------------------------------------------- /examples/Indexing-data-in-JSON-LD-by-node-identifiers-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-data-in-JSON-LD-by-node-identifiers-expanded.jsonld -------------------------------------------------------------------------------- /examples/Indexing-data-in-JSON-LD-by-node-identifiers-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-data-in-JSON-LD-by-node-identifiers-statements.table -------------------------------------------------------------------------------- /examples/Indexing-data-in-JSON-LD-by-node-identifiers-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-data-in-JSON-LD-by-node-identifiers-turtle.ttl -------------------------------------------------------------------------------- /examples/Indexing-data-in-JSON-LD-by-node-identifiers-using-none-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-data-in-JSON-LD-by-node-identifiers-using-none-compacted.jsonld -------------------------------------------------------------------------------- /examples/Indexing-data-in-JSON-LD-by-node-identifiers-using-none-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-data-in-JSON-LD-by-node-identifiers-using-none-expanded.jsonld -------------------------------------------------------------------------------- /examples/Indexing-data-in-JSON-LD-by-node-identifiers-using-none-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-data-in-JSON-LD-by-node-identifiers-using-none-statements.table -------------------------------------------------------------------------------- /examples/Indexing-data-in-JSON-LD-by-node-identifiers-using-none-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-data-in-JSON-LD-by-node-identifiers-using-none-turtle.ttl -------------------------------------------------------------------------------- /examples/Indexing-data-in-JSON-LD-by-node-identifiers-with-set-representation-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-data-in-JSON-LD-by-node-identifiers-with-set-representation-compacted.jsonld -------------------------------------------------------------------------------- /examples/Indexing-data-in-JSON-LD-by-node-identifiers-with-set-representation-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-data-in-JSON-LD-by-node-identifiers-with-set-representation-expanded.jsonld -------------------------------------------------------------------------------- /examples/Indexing-data-in-JSON-LD-by-node-identifiers-with-set-representation-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-data-in-JSON-LD-by-node-identifiers-with-set-representation-statements.table -------------------------------------------------------------------------------- /examples/Indexing-data-in-JSON-LD-by-node-identifiers-with-set-representation-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-data-in-JSON-LD-by-node-identifiers-with-set-representation-turtle.ttl -------------------------------------------------------------------------------- /examples/Indexing-data-in-JSON-LD-by-type-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-data-in-JSON-LD-by-type-compacted.jsonld -------------------------------------------------------------------------------- /examples/Indexing-data-in-JSON-LD-by-type-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-data-in-JSON-LD-by-type-expanded.jsonld -------------------------------------------------------------------------------- /examples/Indexing-data-in-JSON-LD-by-type-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-data-in-JSON-LD-by-type-statements.table -------------------------------------------------------------------------------- /examples/Indexing-data-in-JSON-LD-by-type-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-data-in-JSON-LD-by-type-turtle.ttl -------------------------------------------------------------------------------- /examples/Indexing-data-in-JSON-LD-by-type-using-none-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-data-in-JSON-LD-by-type-using-none-compacted.jsonld -------------------------------------------------------------------------------- /examples/Indexing-data-in-JSON-LD-by-type-using-none-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-data-in-JSON-LD-by-type-using-none-expanded.jsonld -------------------------------------------------------------------------------- /examples/Indexing-data-in-JSON-LD-by-type-using-none-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-data-in-JSON-LD-by-type-using-none-statements.table -------------------------------------------------------------------------------- /examples/Indexing-data-in-JSON-LD-by-type-using-none-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-data-in-JSON-LD-by-type-using-none-turtle.ttl -------------------------------------------------------------------------------- /examples/Indexing-data-in-JSON-LD-by-type-with-set-representation-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-data-in-JSON-LD-by-type-with-set-representation-compacted.jsonld -------------------------------------------------------------------------------- /examples/Indexing-data-in-JSON-LD-by-type-with-set-representation-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-data-in-JSON-LD-by-type-with-set-representation-expanded.jsonld -------------------------------------------------------------------------------- /examples/Indexing-data-in-JSON-LD-by-type-with-set-representation-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-data-in-JSON-LD-by-type-with-set-representation-statements.table -------------------------------------------------------------------------------- /examples/Indexing-data-in-JSON-LD-by-type-with-set-representation-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-data-in-JSON-LD-by-type-with-set-representation-turtle.ttl -------------------------------------------------------------------------------- /examples/Indexing-data-in-JSON-LD-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-data-in-JSON-LD-compacted.jsonld -------------------------------------------------------------------------------- /examples/Indexing-data-in-JSON-LD-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-data-in-JSON-LD-expanded.jsonld -------------------------------------------------------------------------------- /examples/Indexing-data-in-JSON-LD-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-data-in-JSON-LD-statements.table -------------------------------------------------------------------------------- /examples/Indexing-data-in-JSON-LD-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-data-in-JSON-LD-turtle.ttl -------------------------------------------------------------------------------- /examples/Indexing-data-using-none-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-data-using-none-compacted.jsonld -------------------------------------------------------------------------------- /examples/Indexing-data-using-none-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-data-using-none-expanded.jsonld -------------------------------------------------------------------------------- /examples/Indexing-data-using-none-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-data-using-none-statements.table -------------------------------------------------------------------------------- /examples/Indexing-data-using-none-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-data-using-none-turtle.ttl -------------------------------------------------------------------------------- /examples/Indexing-graph-data-in-JSON-LD-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-graph-data-in-JSON-LD-compacted.jsonld -------------------------------------------------------------------------------- /examples/Indexing-graph-data-in-JSON-LD-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-graph-data-in-JSON-LD-expanded.jsonld -------------------------------------------------------------------------------- /examples/Indexing-graph-data-in-JSON-LD-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-graph-data-in-JSON-LD-statements.table -------------------------------------------------------------------------------- /examples/Indexing-graph-data-in-JSON-LD-trig.trig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-graph-data-in-JSON-LD-trig.trig -------------------------------------------------------------------------------- /examples/Indexing-graphs-using-none-for-no-index-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-graphs-using-none-for-no-index-compacted.jsonld -------------------------------------------------------------------------------- /examples/Indexing-graphs-using-none-for-no-index-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-graphs-using-none-for-no-index-expanded.jsonld -------------------------------------------------------------------------------- /examples/Indexing-graphs-using-none-for-no-index-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-graphs-using-none-for-no-index-statements.table -------------------------------------------------------------------------------- /examples/Indexing-graphs-using-none-for-no-index-trig.trig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-graphs-using-none-for-no-index-trig.trig -------------------------------------------------------------------------------- /examples/Indexing-language-tagged-strings-and-set-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-language-tagged-strings-and-set-compacted.jsonld -------------------------------------------------------------------------------- /examples/Indexing-language-tagged-strings-and-set-context.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-language-tagged-strings-and-set-context.jsonld -------------------------------------------------------------------------------- /examples/Indexing-language-tagged-strings-and-set-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-language-tagged-strings-and-set-expanded.jsonld -------------------------------------------------------------------------------- /examples/Indexing-language-tagged-strings-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-language-tagged-strings-compacted.jsonld -------------------------------------------------------------------------------- /examples/Indexing-language-tagged-strings-context.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-language-tagged-strings-context.jsonld -------------------------------------------------------------------------------- /examples/Indexing-language-tagged-strings-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-language-tagged-strings-expanded.jsonld -------------------------------------------------------------------------------- /examples/Indexing-languaged-tagged-strings-in-JSON-LD-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-languaged-tagged-strings-in-JSON-LD-compacted.jsonld -------------------------------------------------------------------------------- /examples/Indexing-languaged-tagged-strings-in-JSON-LD-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-languaged-tagged-strings-in-JSON-LD-expanded.jsonld -------------------------------------------------------------------------------- /examples/Indexing-languaged-tagged-strings-in-JSON-LD-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-languaged-tagged-strings-in-JSON-LD-statements.table -------------------------------------------------------------------------------- /examples/Indexing-languaged-tagged-strings-in-JSON-LD-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-languaged-tagged-strings-in-JSON-LD-turtle.ttl -------------------------------------------------------------------------------- /examples/Indexing-languaged-tagged-strings-in-JSON-LD-with-set-representation-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-languaged-tagged-strings-in-JSON-LD-with-set-representation-compacted.jsonld -------------------------------------------------------------------------------- /examples/Indexing-languaged-tagged-strings-in-JSON-LD-with-set-representation-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-languaged-tagged-strings-in-JSON-LD-with-set-representation-expanded.jsonld -------------------------------------------------------------------------------- /examples/Indexing-languaged-tagged-strings-in-JSON-LD-with-set-representation-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-languaged-tagged-strings-in-JSON-LD-with-set-representation-statements.table -------------------------------------------------------------------------------- /examples/Indexing-languaged-tagged-strings-in-JSON-LD-with-set-representation-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-languaged-tagged-strings-in-JSON-LD-with-set-representation-turtle.ttl -------------------------------------------------------------------------------- /examples/Indexing-languaged-tagged-strings-using-none-for-no-language-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-languaged-tagged-strings-using-none-for-no-language-compacted.jsonld -------------------------------------------------------------------------------- /examples/Indexing-languaged-tagged-strings-using-none-for-no-language-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-languaged-tagged-strings-using-none-for-no-language-expanded.jsonld -------------------------------------------------------------------------------- /examples/Indexing-languaged-tagged-strings-using-none-for-no-language-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-languaged-tagged-strings-using-none-for-no-language-statements.table -------------------------------------------------------------------------------- /examples/Indexing-languaged-tagged-strings-using-none-for-no-language-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Indexing-languaged-tagged-strings-using-none-for-no-language-turtle.ttl -------------------------------------------------------------------------------- /examples/JSON-LD-using-native-data-types-for-numbers-and-boolean-values.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/JSON-LD-using-native-data-types-for-numbers-and-boolean-values.jsonld -------------------------------------------------------------------------------- /examples/JSON-Literal-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/JSON-Literal-compacted.jsonld -------------------------------------------------------------------------------- /examples/JSON-Literal-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/JSON-Literal-expanded.jsonld -------------------------------------------------------------------------------- /examples/JSON-Literal-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/JSON-Literal-statements.table -------------------------------------------------------------------------------- /examples/JSON-Literal-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/JSON-Literal-turtle.ttl -------------------------------------------------------------------------------- /examples/Language-map-expressing-a-property-in-three-languages.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Language-map-expressing-a-property-in-three-languages.jsonld -------------------------------------------------------------------------------- /examples/Linked-Data-Dataset-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Linked-Data-Dataset-compacted.jsonld -------------------------------------------------------------------------------- /examples/Linked-Data-Dataset-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Linked-Data-Dataset-expanded.jsonld -------------------------------------------------------------------------------- /examples/Linked-Data-Dataset-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Linked-Data-Dataset-statements.table -------------------------------------------------------------------------------- /examples/Linked-Data-Dataset-trig.trig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Linked-Data-Dataset-trig.trig -------------------------------------------------------------------------------- /examples/Marking-a-context-to-not-propagate-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Marking-a-context-to-not-propagate-compacted.jsonld -------------------------------------------------------------------------------- /examples/Marking-a-context-to-not-propagate-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Marking-a-context-to-not-propagate-expanded.jsonld -------------------------------------------------------------------------------- /examples/Marking-a-context-to-not-propagate-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Marking-a-context-to-not-propagate-statements.table -------------------------------------------------------------------------------- /examples/Marking-a-context-to-not-propagate-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Marking-a-context-to-not-propagate-turtle.ttl -------------------------------------------------------------------------------- /examples/Multiple-array-values-of-different-types-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Multiple-array-values-of-different-types-compacted.jsonld -------------------------------------------------------------------------------- /examples/Multiple-array-values-of-different-types-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Multiple-array-values-of-different-types-expanded.jsonld -------------------------------------------------------------------------------- /examples/Multiple-array-values-of-different-types-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Multiple-array-values-of-different-types-statements.table -------------------------------------------------------------------------------- /examples/Multiple-array-values-of-different-types-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Multiple-array-values-of-different-types-turtle.ttl -------------------------------------------------------------------------------- /examples/Multiple-values-with-no-inherent-order-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Multiple-values-with-no-inherent-order-compacted.jsonld -------------------------------------------------------------------------------- /examples/Multiple-values-with-no-inherent-order-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Multiple-values-with-no-inherent-order-expanded.jsonld -------------------------------------------------------------------------------- /examples/Multiple-values-with-no-inherent-order-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Multiple-values-with-no-inherent-order-statements.table -------------------------------------------------------------------------------- /examples/Multiple-values-with-no-inherent-order-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Multiple-values-with-no-inherent-order-turtle.ttl -------------------------------------------------------------------------------- /examples/Nested-properties-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Nested-properties-compacted.jsonld -------------------------------------------------------------------------------- /examples/Nested-properties-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Nested-properties-expanded.jsonld -------------------------------------------------------------------------------- /examples/Nested-properties-folded-into-containing-object-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Nested-properties-folded-into-containing-object-compacted.jsonld -------------------------------------------------------------------------------- /examples/Nested-properties-folded-into-containing-object-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Nested-properties-folded-into-containing-object-expanded.jsonld -------------------------------------------------------------------------------- /examples/Nested-properties-folded-into-containing-object-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Nested-properties-folded-into-containing-object-statements.table -------------------------------------------------------------------------------- /examples/Nested-properties-folded-into-containing-object-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Nested-properties-folded-into-containing-object-turtle.ttl -------------------------------------------------------------------------------- /examples/Nested-properties-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Nested-properties-statements.table -------------------------------------------------------------------------------- /examples/Nested-properties-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Nested-properties-turtle.ttl -------------------------------------------------------------------------------- /examples/Overriding-default-language-and-default-base-direction-using-an-expanded-value.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Overriding-default-language-and-default-base-direction-using-an-expanded-value.jsonld -------------------------------------------------------------------------------- /examples/Overriding-default-language-using-an-expanded-value.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Overriding-default-language-using-an-expanded-value.jsonld -------------------------------------------------------------------------------- /examples/Overriding-permitted-if-both-definitions-are-identical-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Overriding-permitted-if-both-definitions-are-identical-statements.table -------------------------------------------------------------------------------- /examples/Prefix-expansion-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Prefix-expansion-compacted.jsonld -------------------------------------------------------------------------------- /examples/Prefix-expansion-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Prefix-expansion-expanded.jsonld -------------------------------------------------------------------------------- /examples/Prefix-expansion-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Prefix-expansion-statements.table -------------------------------------------------------------------------------- /examples/Prefix-expansion-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Prefix-expansion-turtle.ttl -------------------------------------------------------------------------------- /examples/Property-based-data-indexing-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Property-based-data-indexing-compacted.jsonld -------------------------------------------------------------------------------- /examples/RDFa-fragment-that-describes-three-people.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/RDFa-fragment-that-describes-three-people.html -------------------------------------------------------------------------------- /examples/Referencing-Objects-on-the-Web-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Referencing-Objects-on-the-Web-compacted.jsonld -------------------------------------------------------------------------------- /examples/Referencing-Objects-on-the-Web-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Referencing-Objects-on-the-Web-expanded.jsonld -------------------------------------------------------------------------------- /examples/Referencing-Objects-on-the-Web-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Referencing-Objects-on-the-Web-statements.table -------------------------------------------------------------------------------- /examples/Referencing-Objects-on-the-Web-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Referencing-Objects-on-the-Web-turtle.ttl -------------------------------------------------------------------------------- /examples/Referencing-a-JSON-LD-context-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Referencing-a-JSON-LD-context-compacted.jsonld -------------------------------------------------------------------------------- /examples/Referencing-a-JSON-LD-context-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Referencing-a-JSON-LD-context-expanded.jsonld -------------------------------------------------------------------------------- /examples/Referencing-a-JSON-LD-context-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Referencing-a-JSON-LD-context-statements.table -------------------------------------------------------------------------------- /examples/Referencing-a-JSON-LD-context-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Referencing-a-JSON-LD-context-turtle.ttl -------------------------------------------------------------------------------- /examples/Referencing-an-unidentified-node-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Referencing-an-unidentified-node-compacted.jsonld -------------------------------------------------------------------------------- /examples/Referencing-an-unidentified-node-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Referencing-an-unidentified-node-expanded.jsonld -------------------------------------------------------------------------------- /examples/Referencing-an-unidentified-node-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Referencing-an-unidentified-node-statements.table -------------------------------------------------------------------------------- /examples/Referencing-an-unidentified-node-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Referencing-an-unidentified-node-turtle.ttl -------------------------------------------------------------------------------- /examples/Referencing-named-graphs-using-an-id-map-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Referencing-named-graphs-using-an-id-map-compacted.jsonld -------------------------------------------------------------------------------- /examples/Referencing-named-graphs-using-an-id-map-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Referencing-named-graphs-using-an-id-map-expanded.jsonld -------------------------------------------------------------------------------- /examples/Referencing-named-graphs-using-an-id-map-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Referencing-named-graphs-using-an-id-map-statements.table -------------------------------------------------------------------------------- /examples/Referencing-named-graphs-using-an-id-map-trig.trig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Referencing-named-graphs-using-an-id-map-trig.trig -------------------------------------------------------------------------------- /examples/Referencing-named-graphs-using-an-id-map-with-none-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Referencing-named-graphs-using-an-id-map-with-none-compacted.jsonld -------------------------------------------------------------------------------- /examples/Referencing-named-graphs-using-an-id-map-with-none-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Referencing-named-graphs-using-an-id-map-with-none-expanded.jsonld -------------------------------------------------------------------------------- /examples/Referencing-named-graphs-using-an-id-map-with-none-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Referencing-named-graphs-using-an-id-map-with-none-statements.table -------------------------------------------------------------------------------- /examples/Referencing-named-graphs-using-an-id-map-with-none-trig.trig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Referencing-named-graphs-using-an-id-map-with-none-trig.trig -------------------------------------------------------------------------------- /examples/Referencing-node-objects-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Referencing-node-objects-compacted.jsonld -------------------------------------------------------------------------------- /examples/Referencing-node-objects-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Referencing-node-objects-expanded.jsonld -------------------------------------------------------------------------------- /examples/Referencing-node-objects-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Referencing-node-objects-statements.table -------------------------------------------------------------------------------- /examples/Referencing-node-objects-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Referencing-node-objects-turtle.ttl -------------------------------------------------------------------------------- /examples/Removing-language-information-using-an-expanded-value.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Removing-language-information-using-an-expanded-value.jsonld -------------------------------------------------------------------------------- /examples/Result-of-sourcing-a-context-in-a-type-scoped-context-and-setting-it-to-propagate.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Result-of-sourcing-a-context-in-a-type-scoped-context-and-setting-it-to-propagate.jsonld -------------------------------------------------------------------------------- /examples/Result-of-sourcing-a-context-to-modify-vocab-and-a-term-definition.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Result-of-sourcing-a-context-to-modify-vocab-and-a-term-definition.jsonld -------------------------------------------------------------------------------- /examples/Reversing-Node-Relationships-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Reversing-Node-Relationships-compacted.jsonld -------------------------------------------------------------------------------- /examples/Reversing-Node-Relationships-context.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Reversing-Node-Relationships-context.jsonld -------------------------------------------------------------------------------- /examples/Reversing-Node-Relationships-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Reversing-Node-Relationships-expanded.jsonld -------------------------------------------------------------------------------- /examples/Same-book-description-in-JSON-LD-avoiding-contexts-.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Same-book-description-in-JSON-LD-avoiding-contexts-.jsonld -------------------------------------------------------------------------------- /examples/Same-description-in-JSON-LD-context-shared-among-node-objects-.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Same-description-in-JSON-LD-context-shared-among-node-objects-.jsonld -------------------------------------------------------------------------------- /examples/Same-embedding-example-in-JSON-LD.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Same-embedding-example-in-JSON-LD.jsonld -------------------------------------------------------------------------------- /examples/Same-example-in-Turtle-using-typed-literals.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Same-example-in-Turtle-using-typed-literals.ttl -------------------------------------------------------------------------------- /examples/Same-example-with-a-list-of-values-in-JSON-LD.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Same-example-with-a-list-of-values-in-JSON-LD.jsonld -------------------------------------------------------------------------------- /examples/Sample-JSON-LD-document-to-be-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Sample-JSON-LD-document-to-be-expanded.jsonld -------------------------------------------------------------------------------- /examples/Sample-JSON-LD-document-to-be-flattened.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Sample-JSON-LD-document-to-be-flattened.jsonld -------------------------------------------------------------------------------- /examples/Sample-JSON-LD-document-using-full-IRIs-instead-of-terms-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Sample-JSON-LD-document-using-full-IRIs-instead-of-terms-expanded.jsonld -------------------------------------------------------------------------------- /examples/Sample-JSON-LD-document-using-full-IRIs-instead-of-terms-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Sample-JSON-LD-document-using-full-IRIs-instead-of-terms-statements.table -------------------------------------------------------------------------------- /examples/Sample-JSON-LD-document-using-full-IRIs-instead-of-terms-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Sample-JSON-LD-document-using-full-IRIs-instead-of-terms-turtle.ttl -------------------------------------------------------------------------------- /examples/Sample-JSON-LD-document.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Sample-JSON-LD-document.jsonld -------------------------------------------------------------------------------- /examples/Sample-JSON-document.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Sample-JSON-document.jsonld -------------------------------------------------------------------------------- /examples/Sample-context.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Sample-context.jsonld -------------------------------------------------------------------------------- /examples/Sample-expanded-JSON-LD-document.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Sample-expanded-JSON-LD-document.jsonld -------------------------------------------------------------------------------- /examples/Sample-library-frame.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Sample-library-frame.jsonld -------------------------------------------------------------------------------- /examples/Setting-container-set-on-type.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Setting-container-set-on-type.jsonld -------------------------------------------------------------------------------- /examples/Setting-the-default-base-direction-of-a-JSON-LD-document-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Setting-the-default-base-direction-of-a-JSON-LD-document-compacted.jsonld -------------------------------------------------------------------------------- /examples/Setting-the-default-base-direction-of-a-JSON-LD-document-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Setting-the-default-base-direction-of-a-JSON-LD-document-expanded.jsonld -------------------------------------------------------------------------------- /examples/Setting-the-default-base-direction-of-a-JSON-LD-document-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Setting-the-default-base-direction-of-a-JSON-LD-document-statements.table -------------------------------------------------------------------------------- /examples/Setting-the-default-base-direction-of-a-JSON-LD-document-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Setting-the-default-base-direction-of-a-JSON-LD-document-turtle.ttl -------------------------------------------------------------------------------- /examples/Setting-the-default-language-of-a-JSON-LD-document-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Setting-the-default-language-of-a-JSON-LD-document-compacted.jsonld -------------------------------------------------------------------------------- /examples/Setting-the-default-language-of-a-JSON-LD-document-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Setting-the-default-language-of-a-JSON-LD-document-expanded.jsonld -------------------------------------------------------------------------------- /examples/Setting-the-default-language-of-a-JSON-LD-document-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Setting-the-default-language-of-a-JSON-LD-document-statements.table -------------------------------------------------------------------------------- /examples/Setting-the-default-language-of-a-JSON-LD-document-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Setting-the-default-language-of-a-JSON-LD-document-turtle.ttl -------------------------------------------------------------------------------- /examples/Setting-the-document-base-in-a-document-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Setting-the-document-base-in-a-document-compacted.jsonld -------------------------------------------------------------------------------- /examples/Setting-the-document-base-in-a-document-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Setting-the-document-base-in-a-document-expanded.jsonld -------------------------------------------------------------------------------- /examples/Setting-the-document-base-in-a-document-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Setting-the-document-base-in-a-document-statements.table -------------------------------------------------------------------------------- /examples/Setting-the-document-base-in-a-document-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Setting-the-document-base-in-a-document-turtle.ttl -------------------------------------------------------------------------------- /examples/Setting-version-in-context.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Setting-version-in-context.jsonld -------------------------------------------------------------------------------- /examples/Sourcing-a-context-in-a-type-scoped-context-and-setting-it-to-propagate.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Sourcing-a-context-in-a-type-scoped-context-and-setting-it-to-propagate.jsonld -------------------------------------------------------------------------------- /examples/Sourcing-a-context-to-modify-vocab-and-a-term-definition.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Sourcing-a-context-to-modify-vocab-and-a-term-definition.jsonld -------------------------------------------------------------------------------- /examples/Specifying-a-local-blank-node-identifier-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Specifying-a-local-blank-node-identifier-compacted.jsonld -------------------------------------------------------------------------------- /examples/Specifying-a-local-blank-node-identifier-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Specifying-a-local-blank-node-identifier-expanded.jsonld -------------------------------------------------------------------------------- /examples/Specifying-a-local-blank-node-identifier-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Specifying-a-local-blank-node-identifier-statements.table -------------------------------------------------------------------------------- /examples/Specifying-a-local-blank-node-identifier-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Specifying-a-local-blank-node-identifier-turtle.ttl -------------------------------------------------------------------------------- /examples/Specifying-multiple-types-for-a-node-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Specifying-multiple-types-for-a-node-compacted.jsonld -------------------------------------------------------------------------------- /examples/Specifying-multiple-types-for-a-node-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Specifying-multiple-types-for-a-node-expanded.jsonld -------------------------------------------------------------------------------- /examples/Specifying-multiple-types-for-a-node-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Specifying-multiple-types-for-a-node-statements.table -------------------------------------------------------------------------------- /examples/Specifying-multiple-types-for-a-node-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Specifying-multiple-types-for-a-node-turtle.ttl -------------------------------------------------------------------------------- /examples/Specifying-that-a-collection-is-ordered-in-the-context-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Specifying-that-a-collection-is-ordered-in-the-context-compacted.jsonld -------------------------------------------------------------------------------- /examples/Specifying-that-a-collection-is-ordered-in-the-context-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Specifying-that-a-collection-is-ordered-in-the-context-expanded.jsonld -------------------------------------------------------------------------------- /examples/Specifying-that-a-collection-is-ordered-in-the-context-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Specifying-that-a-collection-is-ordered-in-the-context-statements.table -------------------------------------------------------------------------------- /examples/Specifying-that-a-collection-is-ordered-in-the-context-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Specifying-that-a-collection-is-ordered-in-the-context-turtle.ttl -------------------------------------------------------------------------------- /examples/Specifying-that-a-collection-is-unordered-in-the-context-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Specifying-that-a-collection-is-unordered-in-the-context-compacted.jsonld -------------------------------------------------------------------------------- /examples/Specifying-that-a-collection-is-unordered-in-the-context-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Specifying-that-a-collection-is-unordered-in-the-context-expanded.jsonld -------------------------------------------------------------------------------- /examples/Specifying-that-a-collection-is-unordered-in-the-context-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Specifying-that-a-collection-is-unordered-in-the-context-statements.table -------------------------------------------------------------------------------- /examples/Specifying-that-a-collection-is-unordered-in-the-context-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Specifying-that-a-collection-is-unordered-in-the-context-turtle.ttl -------------------------------------------------------------------------------- /examples/Specifying-the-type-for-a-node-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Specifying-the-type-for-a-node-compacted.jsonld -------------------------------------------------------------------------------- /examples/Specifying-the-type-for-a-node-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Specifying-the-type-for-a-node-expanded.jsonld -------------------------------------------------------------------------------- /examples/Specifying-the-type-for-a-node-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Specifying-the-type-for-a-node-statements.table -------------------------------------------------------------------------------- /examples/Specifying-the-type-for-a-node-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Specifying-the-type-for-a-node-turtle.ttl -------------------------------------------------------------------------------- /examples/Statements-associated-with-expanded-term-definition-with-language-and-direction.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Statements-associated-with-expanded-term-definition-with-language-and-direction.table -------------------------------------------------------------------------------- /examples/Targeting-a-specific-script-element-by-id-compacted.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Targeting-a-specific-script-element-by-id-compacted.html -------------------------------------------------------------------------------- /examples/Targeting-a-specific-script-element-by-id-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Targeting-a-specific-script-element-by-id-statements.table -------------------------------------------------------------------------------- /examples/Targeting-a-specific-script-element-by-id-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Targeting-a-specific-script-element-by-id-turtle.ttl -------------------------------------------------------------------------------- /examples/Term-Selection-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Term-Selection-compacted.jsonld -------------------------------------------------------------------------------- /examples/Term-Selection-context.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Term-Selection-context.jsonld -------------------------------------------------------------------------------- /examples/Term-Selection-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Term-Selection-expanded.jsonld -------------------------------------------------------------------------------- /examples/Term-definitions-using-compact-and-absolute-IRIs-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Term-definitions-using-compact-and-absolute-IRIs-compacted.jsonld -------------------------------------------------------------------------------- /examples/Term-definitions-using-compact-and-absolute-IRIs-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Term-definitions-using-compact-and-absolute-IRIs-expanded.jsonld -------------------------------------------------------------------------------- /examples/Term-definitions-using-compact-and-absolute-IRIs-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Term-definitions-using-compact-and-absolute-IRIs-statements.table -------------------------------------------------------------------------------- /examples/Term-definitions-using-compact-and-absolute-IRIs-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Term-definitions-using-compact-and-absolute-IRIs-turtle.ttl -------------------------------------------------------------------------------- /examples/Term-expansion-for-values-not-identifiers-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Term-expansion-for-values-not-identifiers-compacted.jsonld -------------------------------------------------------------------------------- /examples/Term-expansion-for-values-not-identifiers-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Term-expansion-for-values-not-identifiers-expanded.jsonld -------------------------------------------------------------------------------- /examples/Term-expansion-for-values-not-identifiers-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Term-expansion-for-values-not-identifiers-statements.table -------------------------------------------------------------------------------- /examples/Term-expansion-for-values-not-identifiers-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Term-expansion-for-values-not-identifiers-turtle.ttl -------------------------------------------------------------------------------- /examples/Term-expansion-from-context-definition-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Term-expansion-from-context-definition-compacted.jsonld -------------------------------------------------------------------------------- /examples/Term-expansion-from-context-definition-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Term-expansion-from-context-definition-expanded.jsonld -------------------------------------------------------------------------------- /examples/Term-expansion-from-context-definition-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Term-expansion-from-context-definition-statements.table -------------------------------------------------------------------------------- /examples/Term-expansion-from-context-definition-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Term-expansion-from-context-definition-turtle.ttl -------------------------------------------------------------------------------- /examples/Terms-not-expanded-when-document-relative-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Terms-not-expanded-when-document-relative-compacted.jsonld -------------------------------------------------------------------------------- /examples/Terms-not-expanded-when-document-relative-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Terms-not-expanded-when-document-relative-expanded.jsonld -------------------------------------------------------------------------------- /examples/Terms-not-expanded-when-document-relative-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Terms-not-expanded-when-document-relative-turtle.ttl -------------------------------------------------------------------------------- /examples/The-same-set-of-statements-serialized-in-JSON-LD.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/The-same-set-of-statements-serialized-in-JSON-LD.jsonld -------------------------------------------------------------------------------- /examples/Turtle-representation-of-expanded-flattened-document.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Turtle-representation-of-expanded-flattened-document.ttl -------------------------------------------------------------------------------- /examples/Type-coercion-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Type-coercion-compacted.jsonld -------------------------------------------------------------------------------- /examples/Type-coercion-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Type-coercion-expanded.jsonld -------------------------------------------------------------------------------- /examples/Type-coercion-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Type-coercion-statements.table -------------------------------------------------------------------------------- /examples/Type-coercion-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Type-coercion-turtle.ttl -------------------------------------------------------------------------------- /examples/Use-a-relative-IRI-as-node-identifier.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Use-a-relative-IRI-as-node-identifier.jsonld -------------------------------------------------------------------------------- /examples/Using-Arrays-for-Lists-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-Arrays-for-Lists-compacted.jsonld -------------------------------------------------------------------------------- /examples/Using-Arrays-for-Lists-context.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-Arrays-for-Lists-context.jsonld -------------------------------------------------------------------------------- /examples/Using-Arrays-for-Lists-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-Arrays-for-Lists-expanded.jsonld -------------------------------------------------------------------------------- /examples/Using-a-compact-IRI-as-a-term.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-a-compact-IRI-as-a-term.jsonld -------------------------------------------------------------------------------- /examples/Using-a-default-vocabulary-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-a-default-vocabulary-compacted.jsonld -------------------------------------------------------------------------------- /examples/Using-a-default-vocabulary-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-a-default-vocabulary-expanded.jsonld -------------------------------------------------------------------------------- /examples/Using-a-default-vocabulary-relative-to-a-previous-default-vocabulary-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-a-default-vocabulary-relative-to-a-previous-default-vocabulary-compacted.jsonld -------------------------------------------------------------------------------- /examples/Using-a-default-vocabulary-relative-to-a-previous-default-vocabulary-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-a-default-vocabulary-relative-to-a-previous-default-vocabulary-expanded.jsonld -------------------------------------------------------------------------------- /examples/Using-a-default-vocabulary-relative-to-a-previous-default-vocabulary-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-a-default-vocabulary-relative-to-a-previous-default-vocabulary-statements.table -------------------------------------------------------------------------------- /examples/Using-a-default-vocabulary-relative-to-a-previous-default-vocabulary-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-a-default-vocabulary-relative-to-a-previous-default-vocabulary-turtle.ttl -------------------------------------------------------------------------------- /examples/Using-a-default-vocabulary-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-a-default-vocabulary-statements.table -------------------------------------------------------------------------------- /examples/Using-a-default-vocabulary-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-a-default-vocabulary-turtle.ttl -------------------------------------------------------------------------------- /examples/Using-a-term-to-define-the-IRI-of-another-term-within-a-context.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-a-term-to-define-the-IRI-of-another-term-within-a-context.jsonld -------------------------------------------------------------------------------- /examples/Using-a-term-to-specify-the-type-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-a-term-to-specify-the-type-compacted.jsonld -------------------------------------------------------------------------------- /examples/Using-a-term-to-specify-the-type-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-a-term-to-specify-the-type-expanded.jsonld -------------------------------------------------------------------------------- /examples/Using-a-term-to-specify-the-type-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-a-term-to-specify-the-type-statements.table -------------------------------------------------------------------------------- /examples/Using-a-term-to-specify-the-type-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-a-term-to-specify-the-type-turtle.ttl -------------------------------------------------------------------------------- /examples/Using-an-expanded-form-to-set-multiple-values-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-an-expanded-form-to-set-multiple-values-compacted.jsonld -------------------------------------------------------------------------------- /examples/Using-an-expanded-form-to-set-multiple-values-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-an-expanded-form-to-set-multiple-values-expanded.jsonld -------------------------------------------------------------------------------- /examples/Using-an-expanded-form-to-set-multiple-values-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-an-expanded-form-to-set-multiple-values-statements.table -------------------------------------------------------------------------------- /examples/Using-an-expanded-form-to-set-multiple-values-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-an-expanded-form-to-set-multiple-values-turtle.ttl -------------------------------------------------------------------------------- /examples/Using-as-the-vocabulary-mapping-expanded-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-as-the-vocabulary-mapping-expanded-expanded.jsonld -------------------------------------------------------------------------------- /examples/Using-as-the-vocabulary-mapping-expanded-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-as-the-vocabulary-mapping-expanded-statements.table -------------------------------------------------------------------------------- /examples/Using-as-the-vocabulary-mapping-expanded-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-as-the-vocabulary-mapping-expanded-turtle.ttl -------------------------------------------------------------------------------- /examples/Using-as-the-vocabulary-mapping.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-as-the-vocabulary-mapping.jsonld -------------------------------------------------------------------------------- /examples/Using-graph-to-explicitly-express-the-default-graph-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-graph-to-explicitly-express-the-default-graph-compacted.jsonld -------------------------------------------------------------------------------- /examples/Using-graph-to-explicitly-express-the-default-graph-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-graph-to-explicitly-express-the-default-graph-expanded.jsonld -------------------------------------------------------------------------------- /examples/Using-graph-to-explicitly-express-the-default-graph-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-graph-to-explicitly-express-the-default-graph-statements.table -------------------------------------------------------------------------------- /examples/Using-graph-to-explicitly-express-the-default-graph-trig.trig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-graph-to-explicitly-express-the-default-graph-trig.trig -------------------------------------------------------------------------------- /examples/Using-multiple-contexts-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-multiple-contexts-compacted.jsonld -------------------------------------------------------------------------------- /examples/Using-multiple-contexts-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-multiple-contexts-expanded.jsonld -------------------------------------------------------------------------------- /examples/Using-multiple-contexts-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-multiple-contexts-statements.table -------------------------------------------------------------------------------- /examples/Using-multiple-contexts-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-multiple-contexts-turtle.ttl -------------------------------------------------------------------------------- /examples/Using-reverse-to-define-reverse-properties-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-reverse-to-define-reverse-properties-compacted.jsonld -------------------------------------------------------------------------------- /examples/Using-reverse-to-define-reverse-properties-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-reverse-to-define-reverse-properties-expanded.jsonld -------------------------------------------------------------------------------- /examples/Using-reverse-to-define-reverse-properties-flattened.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-reverse-to-define-reverse-properties-flattened.jsonld -------------------------------------------------------------------------------- /examples/Using-reverse-to-define-reverse-properties-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-reverse-to-define-reverse-properties-statements.table -------------------------------------------------------------------------------- /examples/Using-reverse-to-define-reverse-properties-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-reverse-to-define-reverse-properties-turtle.ttl -------------------------------------------------------------------------------- /examples/Using-the-document-base-URL-to-establish-the-default-base-IRI-compacted.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-the-document-base-URL-to-establish-the-default-base-IRI-compacted.html -------------------------------------------------------------------------------- /examples/Using-the-document-base-URL-to-establish-the-default-base-IRI-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-the-document-base-URL-to-establish-the-default-base-IRI-expanded.jsonld -------------------------------------------------------------------------------- /examples/Using-the-document-base-URL-to-establish-the-default-base-IRI-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-the-document-base-URL-to-establish-the-default-base-IRI-statements.table -------------------------------------------------------------------------------- /examples/Using-the-document-base-URL-to-establish-the-default-base-IRI-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-the-document-base-URL-to-establish-the-default-base-IRI-turtle.ttl -------------------------------------------------------------------------------- /examples/Using-the-null-keyword-to-ignore-data-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-the-null-keyword-to-ignore-data-compacted.jsonld -------------------------------------------------------------------------------- /examples/Using-the-null-keyword-to-ignore-data-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-the-null-keyword-to-ignore-data-expanded.jsonld -------------------------------------------------------------------------------- /examples/Using-the-null-keyword-to-ignore-data-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-the-null-keyword-to-ignore-data-statements.table -------------------------------------------------------------------------------- /examples/Using-the-null-keyword-to-ignore-data-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-the-null-keyword-to-ignore-data-turtle.ttl -------------------------------------------------------------------------------- /examples/Using-vocabularies-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-vocabularies-compacted.jsonld -------------------------------------------------------------------------------- /examples/Using-vocabularies-expanded.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-vocabularies-expanded.jsonld -------------------------------------------------------------------------------- /examples/Using-vocabularies-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-vocabularies-statements.table -------------------------------------------------------------------------------- /examples/Using-vocabularies-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/Using-vocabularies-turtle.ttl -------------------------------------------------------------------------------- /examples/Values-of-id-are-interpreted-as-IRI.jsonld: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": { "@id": "http://example.com/" } 3 | } -------------------------------------------------------------------------------- /examples/overriding-permitted-in-property-scoped-context-compacted.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/overriding-permitted-in-property-scoped-context-compacted.jsonld -------------------------------------------------------------------------------- /examples/overriding-permitted-in-property-scoped-context-statements.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/overriding-permitted-in-property-scoped-context-statements.table -------------------------------------------------------------------------------- /examples/overriding-permitted-in-property-scoped-context-turtle.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/examples/overriding-permitted-in-property-scoped-context-turtle.ttl -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/index.html -------------------------------------------------------------------------------- /linked-data-graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/linked-data-graph.png -------------------------------------------------------------------------------- /linked-data-graph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/linked-data-graph.svg -------------------------------------------------------------------------------- /publication-snapshots/CR/Overview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/publication-snapshots/CR/Overview.html -------------------------------------------------------------------------------- /publication-snapshots/CR/linked-data-graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/publication-snapshots/CR/linked-data-graph.png -------------------------------------------------------------------------------- /publication-snapshots/CR/linked-data-graph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/publication-snapshots/CR/linked-data-graph.svg -------------------------------------------------------------------------------- /publication-snapshots/CR2/Overview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/publication-snapshots/CR2/Overview.html -------------------------------------------------------------------------------- /publication-snapshots/CR2/linked-data-graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/publication-snapshots/CR2/linked-data-graph.png -------------------------------------------------------------------------------- /publication-snapshots/CR2/linked-data-graph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/publication-snapshots/CR2/linked-data-graph.svg -------------------------------------------------------------------------------- /publication-snapshots/FPWD/Overview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/publication-snapshots/FPWD/Overview.html -------------------------------------------------------------------------------- /publication-snapshots/FPWD/linked-data-graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/publication-snapshots/FPWD/linked-data-graph.png -------------------------------------------------------------------------------- /publication-snapshots/FPWD/linked-data-graph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/publication-snapshots/FPWD/linked-data-graph.svg -------------------------------------------------------------------------------- /publication-snapshots/PR/Overview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/publication-snapshots/PR/Overview.html -------------------------------------------------------------------------------- /publication-snapshots/PR/linked-data-graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/publication-snapshots/PR/linked-data-graph.png -------------------------------------------------------------------------------- /publication-snapshots/PR/linked-data-graph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/publication-snapshots/PR/linked-data-graph.svg -------------------------------------------------------------------------------- /publication-snapshots/REC/Overview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/publication-snapshots/REC/Overview.html -------------------------------------------------------------------------------- /publication-snapshots/REC/json-ld11.epub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/publication-snapshots/REC/json-ld11.epub -------------------------------------------------------------------------------- /publication-snapshots/REC/linked-data-graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/publication-snapshots/REC/linked-data-graph.png -------------------------------------------------------------------------------- /publication-snapshots/REC/linked-data-graph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/publication-snapshots/REC/linked-data-graph.svg -------------------------------------------------------------------------------- /w3c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/w3c.json -------------------------------------------------------------------------------- /yaml/A-document-with-children-linking-to-their-parent-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/A-document-with-children-linking-to-their-parent-compacted.yaml -------------------------------------------------------------------------------- /yaml/A-document-with-children-linking-to-their-parent-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/A-document-with-children-linking-to-their-parent-expanded.yaml -------------------------------------------------------------------------------- /yaml/A-person-and-its-children-using-a-reverse-property-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/A-person-and-its-children-using-a-reverse-property-compacted.yaml -------------------------------------------------------------------------------- /yaml/A-person-and-its-children-using-a-reverse-property-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/A-person-and-its-children-using-a-reverse-property-expanded.yaml -------------------------------------------------------------------------------- /yaml/A-person-and-its-children-using-a-reverse-property-flattened.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/A-person-and-its-children-using-a-reverse-property-flattened.yaml -------------------------------------------------------------------------------- /yaml/A-protected-context-with-an-exception-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/A-protected-context-with-an-exception-compacted.yaml -------------------------------------------------------------------------------- /yaml/A-protected-context-with-an-exception-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/A-protected-context-with-an-exception-expanded.yaml -------------------------------------------------------------------------------- /yaml/A-remote-context-to-be-imported-in-a-type-scoped-context.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/A-remote-context-to-be-imported-in-a-type-scoped-context.yaml -------------------------------------------------------------------------------- /yaml/Aliasing-keywords-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Aliasing-keywords-compacted.yaml -------------------------------------------------------------------------------- /yaml/Aliasing-keywords-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Aliasing-keywords-expanded.yaml -------------------------------------------------------------------------------- /yaml/An-ordered-collection-of-values-in-JSON-LD-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/An-ordered-collection-of-values-in-JSON-LD-compacted.yaml -------------------------------------------------------------------------------- /yaml/An-ordered-collection-of-values-in-JSON-LD-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/An-ordered-collection-of-values-in-JSON-LD-expanded.yaml -------------------------------------------------------------------------------- /yaml/An-unordered-collection-of-values-in-JSON-LD-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/An-unordered-collection-of-values-in-JSON-LD-compacted.yaml -------------------------------------------------------------------------------- /yaml/An-unordered-collection-of-values-in-JSON-LD-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/An-unordered-collection-of-values-in-JSON-LD-expanded.yaml -------------------------------------------------------------------------------- /yaml/Associating-context-definitions-with-absolute-IRIs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Associating-context-definitions-with-absolute-IRIs.yaml -------------------------------------------------------------------------------- /yaml/Clearing-default-language.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Clearing-default-language.yaml -------------------------------------------------------------------------------- /yaml/Coercing-Values-to-Strings-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Coercing-Values-to-Strings-compacted.yaml -------------------------------------------------------------------------------- /yaml/Coercing-Values-to-Strings-context.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Coercing-Values-to-Strings-context.yaml -------------------------------------------------------------------------------- /yaml/Coercing-Values-to-Strings-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Coercing-Values-to-Strings-expanded.yaml -------------------------------------------------------------------------------- /yaml/Combining-external-and-local-contexts-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Combining-external-and-local-contexts-compacted.yaml -------------------------------------------------------------------------------- /yaml/Combining-external-and-local-contexts-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Combining-external-and-local-contexts-expanded.yaml -------------------------------------------------------------------------------- /yaml/Compact-IRI-generation-context-1-0-.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Compact-IRI-generation-context-1-0-.yaml -------------------------------------------------------------------------------- /yaml/Compact-IRI-generation-context-1-1-.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Compact-IRI-generation-context-1-1-.yaml -------------------------------------------------------------------------------- /yaml/Compact-IRI-generation-term-selection-1-0-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Compact-IRI-generation-term-selection-1-0-compacted.yaml -------------------------------------------------------------------------------- /yaml/Compact-IRI-generation-term-selection-1-1-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Compact-IRI-generation-term-selection-1-1-compacted.yaml -------------------------------------------------------------------------------- /yaml/Compact-form-of-the-sample-document-once-sample-context-has-been-applied-original.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Compact-form-of-the-sample-document-once-sample-context-has-been-applied-original.yaml -------------------------------------------------------------------------------- /yaml/Compacting-using-a-base-IRI-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Compacting-using-a-base-IRI-compacted.yaml -------------------------------------------------------------------------------- /yaml/Compacting-using-a-base-IRI-context.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Compacting-using-a-base-IRI-context.yaml -------------------------------------------------------------------------------- /yaml/Compacting-using-a-base-IRI-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Compacting-using-a-base-IRI-expanded.yaml -------------------------------------------------------------------------------- /yaml/Compacting-using-a-default-vocabulary-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Compacting-using-a-default-vocabulary-compacted.yaml -------------------------------------------------------------------------------- /yaml/Compacting-using-a-default-vocabulary-context.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Compacting-using-a-default-vocabulary-context.yaml -------------------------------------------------------------------------------- /yaml/Compacting-using-a-default-vocabulary-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Compacting-using-a-default-vocabulary-expanded.yaml -------------------------------------------------------------------------------- /yaml/Context-for-the-sample-document-in-the-previous-section.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Context-for-the-sample-document-in-the-previous-section.yaml -------------------------------------------------------------------------------- /yaml/Context-needs-to-be-duplicated-if-graph-is-not-used-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Context-needs-to-be-duplicated-if-graph-is-not-used-compacted.yaml -------------------------------------------------------------------------------- /yaml/Context-needs-to-be-duplicated-if-graph-is-not-used-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Context-needs-to-be-duplicated-if-graph-is-not-used-expanded.yaml -------------------------------------------------------------------------------- /yaml/Coordinates-expressed-in-GeoJSON.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Coordinates-expressed-in-GeoJSON.yaml -------------------------------------------------------------------------------- /yaml/Coordinates-expressed-in-JSON-LD-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Coordinates-expressed-in-JSON-LD-compacted.yaml -------------------------------------------------------------------------------- /yaml/Coordinates-expressed-in-JSON-LD-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Coordinates-expressed-in-JSON-LD-expanded.yaml -------------------------------------------------------------------------------- /yaml/Defining-an-context-within-a-term-definition-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Defining-an-context-within-a-term-definition-compacted.yaml -------------------------------------------------------------------------------- /yaml/Defining-an-context-within-a-term-definition-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Defining-an-context-within-a-term-definition-expanded.yaml -------------------------------------------------------------------------------- /yaml/Defining-an-context-within-a-term-definition-used-on-type-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Defining-an-context-within-a-term-definition-used-on-type-compacted.yaml -------------------------------------------------------------------------------- /yaml/Defining-an-context-within-a-term-definition-used-on-type-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Defining-an-context-within-a-term-definition-used-on-type-expanded.yaml -------------------------------------------------------------------------------- /yaml/Defining-property-nesting-Context.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Defining-property-nesting-Context.yaml -------------------------------------------------------------------------------- /yaml/Defining-property-nesting-Expanded-Input.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Defining-property-nesting-Expanded-Input.yaml -------------------------------------------------------------------------------- /yaml/Defining-property-nesting-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Defining-property-nesting-compacted.yaml -------------------------------------------------------------------------------- /yaml/Describing-disconnected-nodes-with-graph-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Describing-disconnected-nodes-with-graph-compacted.yaml -------------------------------------------------------------------------------- /yaml/Describing-disconnected-nodes-with-graph-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Describing-disconnected-nodes-with-graph-expanded.yaml -------------------------------------------------------------------------------- /yaml/Describing-disconnected-nodes-with-included-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Describing-disconnected-nodes-with-included-compacted.yaml -------------------------------------------------------------------------------- /yaml/Describing-disconnected-nodes-with-included-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Describing-disconnected-nodes-with-included-expanded.yaml -------------------------------------------------------------------------------- /yaml/Describing-disconnected-nodes-with-included-flattened.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Describing-disconnected-nodes-with-included-flattened.yaml -------------------------------------------------------------------------------- /yaml/Embedded-contexts-within-node-objects-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Embedded-contexts-within-node-objects-compacted.yaml -------------------------------------------------------------------------------- /yaml/Embedded-contexts-within-node-objects-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Embedded-contexts-within-node-objects-expanded.yaml -------------------------------------------------------------------------------- /yaml/Embedding-JSON-LD-containing-HTML-in-HTML-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Embedding-JSON-LD-containing-HTML-in-HTML-expanded.yaml -------------------------------------------------------------------------------- /yaml/Embedding-JSON-LD-in-HTML-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Embedding-JSON-LD-in-HTML-expanded.yaml -------------------------------------------------------------------------------- /yaml/Embedding-Objects-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Embedding-Objects-compacted.yaml -------------------------------------------------------------------------------- /yaml/Embedding-Objects-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Embedding-Objects-expanded.yaml -------------------------------------------------------------------------------- /yaml/Embedding-a-node-object-as-property-value-of-another-node-object-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Embedding-a-node-object-as-property-value-of-another-node-object-compacted.yaml -------------------------------------------------------------------------------- /yaml/Embedding-a-node-object-as-property-value-of-another-node-object-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Embedding-a-node-object-as-property-value-of-another-node-object-expanded.yaml -------------------------------------------------------------------------------- /yaml/Example-demonstrating-the-context-sensitivity-for-type.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Example-demonstrating-the-context-sensitivity-for-type.yaml -------------------------------------------------------------------------------- /yaml/Expanded-document-used-to-illustrate-compact-IRI-creation.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Expanded-document-used-to-illustrate-compact-IRI-creation.yaml -------------------------------------------------------------------------------- /yaml/Expanded-form-for-the-previous-example-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Expanded-form-for-the-previous-example-expanded.yaml -------------------------------------------------------------------------------- /yaml/Expanded-term-definition-with-language-and-direction.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Expanded-term-definition-with-language-and-direction.yaml -------------------------------------------------------------------------------- /yaml/Expanded-term-definition-with-language.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Expanded-term-definition-with-language.yaml -------------------------------------------------------------------------------- /yaml/Expanded-term-definition-with-type-coercion-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Expanded-term-definition-with-type-coercion-compacted.yaml -------------------------------------------------------------------------------- /yaml/Expanded-term-definition-with-type-coercion-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Expanded-term-definition-with-type-coercion-expanded.yaml -------------------------------------------------------------------------------- /yaml/Expanded-term-definition-with-types-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Expanded-term-definition-with-types-compacted.yaml -------------------------------------------------------------------------------- /yaml/Expanded-term-definition-with-types-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Expanded-term-definition-with-types-expanded.yaml -------------------------------------------------------------------------------- /yaml/Expanded-value-with-type-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Expanded-value-with-type-compacted.yaml -------------------------------------------------------------------------------- /yaml/Expanded-value-with-type-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Expanded-value-with-type-expanded.yaml -------------------------------------------------------------------------------- /yaml/Expansion-using-embedded-and-scoped-contexts-embedding-equivalent-.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Expansion-using-embedded-and-scoped-contexts-embedding-equivalent-.yaml -------------------------------------------------------------------------------- /yaml/Expansion-using-embedded-and-scoped-contexts.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Expansion-using-embedded-and-scoped-contexts.yaml -------------------------------------------------------------------------------- /yaml/Flattened-and-compacted-form-for-the-previous-example-original.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Flattened-and-compacted-form-for-the-previous-example-original.yaml -------------------------------------------------------------------------------- /yaml/Flattened-and-expanded-form-for-the-previous-example.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Flattened-and-expanded-form-for-the-previous-example.yaml -------------------------------------------------------------------------------- /yaml/Flattened-form-for-included-blocks-flattened.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Flattened-form-for-included-blocks-flattened.yaml -------------------------------------------------------------------------------- /yaml/Flattened-library-objects.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Flattened-library-objects.yaml -------------------------------------------------------------------------------- /yaml/Forcing-Object-Values-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Forcing-Object-Values-compacted.yaml -------------------------------------------------------------------------------- /yaml/Forcing-Object-Values-context.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Forcing-Object-Values-context.yaml -------------------------------------------------------------------------------- /yaml/Forcing-Object-Values-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Forcing-Object-Values-expanded.yaml -------------------------------------------------------------------------------- /yaml/Framed-library-objects-original.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Framed-library-objects-original.yaml -------------------------------------------------------------------------------- /yaml/IRI-as-a-key.yaml: -------------------------------------------------------------------------------- 1 | Example 009: IRI as a key 2 | --- 3 | http://schema.org/name: Manu Sporny 4 | -------------------------------------------------------------------------------- /yaml/IRI-expansion-within-a-context.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/IRI-expansion-within-a-context.yaml -------------------------------------------------------------------------------- /yaml/IRIs-can-be-relative.yaml: -------------------------------------------------------------------------------- 1 | Example 008: IRIs can be relative 2 | --- 3 | homepage: 4 | "@id": "../" 5 | -------------------------------------------------------------------------------- /yaml/Identifying-a-node-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Identifying-a-node-compacted.yaml -------------------------------------------------------------------------------- /yaml/Identifying-a-node-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Identifying-a-node-expanded.yaml -------------------------------------------------------------------------------- /yaml/Identifying-and-making-statements-about-a-graph-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Identifying-and-making-statements-about-a-graph-compacted.yaml -------------------------------------------------------------------------------- /yaml/Identifying-and-making-statements-about-a-graph-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Identifying-and-making-statements-about-a-graph-expanded.yaml -------------------------------------------------------------------------------- /yaml/Implicitly-named-graph-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Implicitly-named-graph-compacted.yaml -------------------------------------------------------------------------------- /yaml/Implicitly-named-graph-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Implicitly-named-graph-expanded.yaml -------------------------------------------------------------------------------- /yaml/In-line-context-definition-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/In-line-context-definition-compacted.yaml -------------------------------------------------------------------------------- /yaml/In-line-context-definition-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/In-line-context-definition-expanded.yaml -------------------------------------------------------------------------------- /yaml/Included-Blocks.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Included-Blocks.yaml -------------------------------------------------------------------------------- /yaml/Indexing-data-in-JSON-LD-by-node-identifiers-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Indexing-data-in-JSON-LD-by-node-identifiers-compacted.yaml -------------------------------------------------------------------------------- /yaml/Indexing-data-in-JSON-LD-by-node-identifiers-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Indexing-data-in-JSON-LD-by-node-identifiers-expanded.yaml -------------------------------------------------------------------------------- /yaml/Indexing-data-in-JSON-LD-by-node-identifiers-using-none-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Indexing-data-in-JSON-LD-by-node-identifiers-using-none-compacted.yaml -------------------------------------------------------------------------------- /yaml/Indexing-data-in-JSON-LD-by-node-identifiers-using-none-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Indexing-data-in-JSON-LD-by-node-identifiers-using-none-expanded.yaml -------------------------------------------------------------------------------- /yaml/Indexing-data-in-JSON-LD-by-node-identifiers-with-set-representation-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Indexing-data-in-JSON-LD-by-node-identifiers-with-set-representation-compacted.yaml -------------------------------------------------------------------------------- /yaml/Indexing-data-in-JSON-LD-by-node-identifiers-with-set-representation-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Indexing-data-in-JSON-LD-by-node-identifiers-with-set-representation-expanded.yaml -------------------------------------------------------------------------------- /yaml/Indexing-data-in-JSON-LD-by-type-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Indexing-data-in-JSON-LD-by-type-compacted.yaml -------------------------------------------------------------------------------- /yaml/Indexing-data-in-JSON-LD-by-type-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Indexing-data-in-JSON-LD-by-type-expanded.yaml -------------------------------------------------------------------------------- /yaml/Indexing-data-in-JSON-LD-by-type-using-none-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Indexing-data-in-JSON-LD-by-type-using-none-compacted.yaml -------------------------------------------------------------------------------- /yaml/Indexing-data-in-JSON-LD-by-type-using-none-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Indexing-data-in-JSON-LD-by-type-using-none-expanded.yaml -------------------------------------------------------------------------------- /yaml/Indexing-data-in-JSON-LD-by-type-with-set-representation-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Indexing-data-in-JSON-LD-by-type-with-set-representation-compacted.yaml -------------------------------------------------------------------------------- /yaml/Indexing-data-in-JSON-LD-by-type-with-set-representation-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Indexing-data-in-JSON-LD-by-type-with-set-representation-expanded.yaml -------------------------------------------------------------------------------- /yaml/Indexing-data-in-JSON-LD-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Indexing-data-in-JSON-LD-compacted.yaml -------------------------------------------------------------------------------- /yaml/Indexing-data-in-JSON-LD-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Indexing-data-in-JSON-LD-expanded.yaml -------------------------------------------------------------------------------- /yaml/Indexing-data-using-none-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Indexing-data-using-none-compacted.yaml -------------------------------------------------------------------------------- /yaml/Indexing-data-using-none-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Indexing-data-using-none-expanded.yaml -------------------------------------------------------------------------------- /yaml/Indexing-graph-data-in-JSON-LD-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Indexing-graph-data-in-JSON-LD-compacted.yaml -------------------------------------------------------------------------------- /yaml/Indexing-graph-data-in-JSON-LD-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Indexing-graph-data-in-JSON-LD-expanded.yaml -------------------------------------------------------------------------------- /yaml/Indexing-graphs-using-none-for-no-index-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Indexing-graphs-using-none-for-no-index-compacted.yaml -------------------------------------------------------------------------------- /yaml/Indexing-graphs-using-none-for-no-index-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Indexing-graphs-using-none-for-no-index-expanded.yaml -------------------------------------------------------------------------------- /yaml/Indexing-language-tagged-strings-and-set-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Indexing-language-tagged-strings-and-set-compacted.yaml -------------------------------------------------------------------------------- /yaml/Indexing-language-tagged-strings-and-set-context.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Indexing-language-tagged-strings-and-set-context.yaml -------------------------------------------------------------------------------- /yaml/Indexing-language-tagged-strings-and-set-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Indexing-language-tagged-strings-and-set-expanded.yaml -------------------------------------------------------------------------------- /yaml/Indexing-language-tagged-strings-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Indexing-language-tagged-strings-compacted.yaml -------------------------------------------------------------------------------- /yaml/Indexing-language-tagged-strings-context.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Indexing-language-tagged-strings-context.yaml -------------------------------------------------------------------------------- /yaml/Indexing-language-tagged-strings-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Indexing-language-tagged-strings-expanded.yaml -------------------------------------------------------------------------------- /yaml/Indexing-languaged-tagged-strings-in-JSON-LD-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Indexing-languaged-tagged-strings-in-JSON-LD-compacted.yaml -------------------------------------------------------------------------------- /yaml/Indexing-languaged-tagged-strings-in-JSON-LD-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Indexing-languaged-tagged-strings-in-JSON-LD-expanded.yaml -------------------------------------------------------------------------------- /yaml/Indexing-languaged-tagged-strings-in-JSON-LD-with-set-representation-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Indexing-languaged-tagged-strings-in-JSON-LD-with-set-representation-compacted.yaml -------------------------------------------------------------------------------- /yaml/Indexing-languaged-tagged-strings-in-JSON-LD-with-set-representation-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Indexing-languaged-tagged-strings-in-JSON-LD-with-set-representation-expanded.yaml -------------------------------------------------------------------------------- /yaml/Indexing-languaged-tagged-strings-using-none-for-no-language-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Indexing-languaged-tagged-strings-using-none-for-no-language-compacted.yaml -------------------------------------------------------------------------------- /yaml/Indexing-languaged-tagged-strings-using-none-for-no-language-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Indexing-languaged-tagged-strings-using-none-for-no-language-expanded.yaml -------------------------------------------------------------------------------- /yaml/JSON-LD-using-native-data-types-for-numbers-and-boolean-values.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/JSON-LD-using-native-data-types-for-numbers-and-boolean-values.yaml -------------------------------------------------------------------------------- /yaml/JSON-Literal-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/JSON-Literal-compacted.yaml -------------------------------------------------------------------------------- /yaml/JSON-Literal-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/JSON-Literal-expanded.yaml -------------------------------------------------------------------------------- /yaml/Language-map-expressing-a-property-in-three-languages.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Language-map-expressing-a-property-in-three-languages.yaml -------------------------------------------------------------------------------- /yaml/Linked-Data-Dataset-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Linked-Data-Dataset-compacted.yaml -------------------------------------------------------------------------------- /yaml/Linked-Data-Dataset-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Linked-Data-Dataset-expanded.yaml -------------------------------------------------------------------------------- /yaml/Marking-a-context-to-not-propagate-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Marking-a-context-to-not-propagate-compacted.yaml -------------------------------------------------------------------------------- /yaml/Marking-a-context-to-not-propagate-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Marking-a-context-to-not-propagate-expanded.yaml -------------------------------------------------------------------------------- /yaml/Multiple-array-values-of-different-types-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Multiple-array-values-of-different-types-compacted.yaml -------------------------------------------------------------------------------- /yaml/Multiple-array-values-of-different-types-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Multiple-array-values-of-different-types-expanded.yaml -------------------------------------------------------------------------------- /yaml/Multiple-values-with-no-inherent-order-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Multiple-values-with-no-inherent-order-compacted.yaml -------------------------------------------------------------------------------- /yaml/Multiple-values-with-no-inherent-order-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Multiple-values-with-no-inherent-order-expanded.yaml -------------------------------------------------------------------------------- /yaml/Nested-properties-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Nested-properties-compacted.yaml -------------------------------------------------------------------------------- /yaml/Nested-properties-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Nested-properties-expanded.yaml -------------------------------------------------------------------------------- /yaml/Nested-properties-folded-into-containing-object-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Nested-properties-folded-into-containing-object-compacted.yaml -------------------------------------------------------------------------------- /yaml/Nested-properties-folded-into-containing-object-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Nested-properties-folded-into-containing-object-expanded.yaml -------------------------------------------------------------------------------- /yaml/Overriding-default-language-and-default-base-direction-using-an-expanded-value.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Overriding-default-language-and-default-base-direction-using-an-expanded-value.yaml -------------------------------------------------------------------------------- /yaml/Overriding-default-language-using-an-expanded-value.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Overriding-default-language-using-an-expanded-value.yaml -------------------------------------------------------------------------------- /yaml/Prefix-expansion-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Prefix-expansion-compacted.yaml -------------------------------------------------------------------------------- /yaml/Prefix-expansion-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Prefix-expansion-expanded.yaml -------------------------------------------------------------------------------- /yaml/Property-based-data-indexing-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Property-based-data-indexing-compacted.yaml -------------------------------------------------------------------------------- /yaml/Referencing-Objects-on-the-Web-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Referencing-Objects-on-the-Web-compacted.yaml -------------------------------------------------------------------------------- /yaml/Referencing-Objects-on-the-Web-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Referencing-Objects-on-the-Web-expanded.yaml -------------------------------------------------------------------------------- /yaml/Referencing-a-JSON-LD-context-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Referencing-a-JSON-LD-context-compacted.yaml -------------------------------------------------------------------------------- /yaml/Referencing-a-JSON-LD-context-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Referencing-a-JSON-LD-context-expanded.yaml -------------------------------------------------------------------------------- /yaml/Referencing-an-unidentified-node-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Referencing-an-unidentified-node-compacted.yaml -------------------------------------------------------------------------------- /yaml/Referencing-an-unidentified-node-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Referencing-an-unidentified-node-expanded.yaml -------------------------------------------------------------------------------- /yaml/Referencing-named-graphs-using-an-id-map-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Referencing-named-graphs-using-an-id-map-compacted.yaml -------------------------------------------------------------------------------- /yaml/Referencing-named-graphs-using-an-id-map-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Referencing-named-graphs-using-an-id-map-expanded.yaml -------------------------------------------------------------------------------- /yaml/Referencing-named-graphs-using-an-id-map-with-none-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Referencing-named-graphs-using-an-id-map-with-none-compacted.yaml -------------------------------------------------------------------------------- /yaml/Referencing-named-graphs-using-an-id-map-with-none-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Referencing-named-graphs-using-an-id-map-with-none-expanded.yaml -------------------------------------------------------------------------------- /yaml/Referencing-node-objects-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Referencing-node-objects-compacted.yaml -------------------------------------------------------------------------------- /yaml/Referencing-node-objects-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Referencing-node-objects-expanded.yaml -------------------------------------------------------------------------------- /yaml/Removing-language-information-using-an-expanded-value.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Removing-language-information-using-an-expanded-value.yaml -------------------------------------------------------------------------------- /yaml/Result-of-sourcing-a-context-in-a-type-scoped-context-and-setting-it-to-propagate.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Result-of-sourcing-a-context-in-a-type-scoped-context-and-setting-it-to-propagate.yaml -------------------------------------------------------------------------------- /yaml/Result-of-sourcing-a-context-to-modify-vocab-and-a-term-definition.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Result-of-sourcing-a-context-to-modify-vocab-and-a-term-definition.yaml -------------------------------------------------------------------------------- /yaml/Reversing-Node-Relationships-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Reversing-Node-Relationships-compacted.yaml -------------------------------------------------------------------------------- /yaml/Reversing-Node-Relationships-context.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Reversing-Node-Relationships-context.yaml -------------------------------------------------------------------------------- /yaml/Reversing-Node-Relationships-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Reversing-Node-Relationships-expanded.yaml -------------------------------------------------------------------------------- /yaml/Same-book-description-in-JSON-LD-avoiding-contexts-.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Same-book-description-in-JSON-LD-avoiding-contexts-.yaml -------------------------------------------------------------------------------- /yaml/Same-description-in-JSON-LD-context-shared-among-node-objects-.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Same-description-in-JSON-LD-context-shared-among-node-objects-.yaml -------------------------------------------------------------------------------- /yaml/Same-embedding-example-in-JSON-LD.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Same-embedding-example-in-JSON-LD.yaml -------------------------------------------------------------------------------- /yaml/Same-example-with-a-list-of-values-in-JSON-LD.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Same-example-with-a-list-of-values-in-JSON-LD.yaml -------------------------------------------------------------------------------- /yaml/Sample-JSON-LD-document-to-be-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Sample-JSON-LD-document-to-be-expanded.yaml -------------------------------------------------------------------------------- /yaml/Sample-JSON-LD-document-to-be-flattened.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Sample-JSON-LD-document-to-be-flattened.yaml -------------------------------------------------------------------------------- /yaml/Sample-JSON-LD-document-using-full-IRIs-instead-of-terms-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Sample-JSON-LD-document-using-full-IRIs-instead-of-terms-expanded.yaml -------------------------------------------------------------------------------- /yaml/Sample-JSON-LD-document.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Sample-JSON-LD-document.yaml -------------------------------------------------------------------------------- /yaml/Sample-JSON-document.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Sample-JSON-document.yaml -------------------------------------------------------------------------------- /yaml/Sample-context.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Sample-context.yaml -------------------------------------------------------------------------------- /yaml/Sample-expanded-JSON-LD-document.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Sample-expanded-JSON-LD-document.yaml -------------------------------------------------------------------------------- /yaml/Sample-library-frame.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Sample-library-frame.yaml -------------------------------------------------------------------------------- /yaml/Setting-container-set-on-type.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Setting-container-set-on-type.yaml -------------------------------------------------------------------------------- /yaml/Setting-the-default-base-direction-of-a-JSON-LD-document-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Setting-the-default-base-direction-of-a-JSON-LD-document-compacted.yaml -------------------------------------------------------------------------------- /yaml/Setting-the-default-base-direction-of-a-JSON-LD-document-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Setting-the-default-base-direction-of-a-JSON-LD-document-expanded.yaml -------------------------------------------------------------------------------- /yaml/Setting-the-default-language-of-a-JSON-LD-document-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Setting-the-default-language-of-a-JSON-LD-document-compacted.yaml -------------------------------------------------------------------------------- /yaml/Setting-the-default-language-of-a-JSON-LD-document-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Setting-the-default-language-of-a-JSON-LD-document-expanded.yaml -------------------------------------------------------------------------------- /yaml/Setting-the-document-base-in-a-document-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Setting-the-document-base-in-a-document-compacted.yaml -------------------------------------------------------------------------------- /yaml/Setting-the-document-base-in-a-document-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Setting-the-document-base-in-a-document-expanded.yaml -------------------------------------------------------------------------------- /yaml/Setting-version-in-context.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Setting-version-in-context.yaml -------------------------------------------------------------------------------- /yaml/Sourcing-a-context-in-a-type-scoped-context-and-setting-it-to-propagate.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Sourcing-a-context-in-a-type-scoped-context-and-setting-it-to-propagate.yaml -------------------------------------------------------------------------------- /yaml/Sourcing-a-context-to-modify-vocab-and-a-term-definition.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Sourcing-a-context-to-modify-vocab-and-a-term-definition.yaml -------------------------------------------------------------------------------- /yaml/Specifying-a-local-blank-node-identifier-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Specifying-a-local-blank-node-identifier-compacted.yaml -------------------------------------------------------------------------------- /yaml/Specifying-a-local-blank-node-identifier-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Specifying-a-local-blank-node-identifier-expanded.yaml -------------------------------------------------------------------------------- /yaml/Specifying-multiple-types-for-a-node-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Specifying-multiple-types-for-a-node-compacted.yaml -------------------------------------------------------------------------------- /yaml/Specifying-multiple-types-for-a-node-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Specifying-multiple-types-for-a-node-expanded.yaml -------------------------------------------------------------------------------- /yaml/Specifying-that-a-collection-is-ordered-in-the-context-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Specifying-that-a-collection-is-ordered-in-the-context-compacted.yaml -------------------------------------------------------------------------------- /yaml/Specifying-that-a-collection-is-ordered-in-the-context-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Specifying-that-a-collection-is-ordered-in-the-context-expanded.yaml -------------------------------------------------------------------------------- /yaml/Specifying-that-a-collection-is-unordered-in-the-context-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Specifying-that-a-collection-is-unordered-in-the-context-compacted.yaml -------------------------------------------------------------------------------- /yaml/Specifying-that-a-collection-is-unordered-in-the-context-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Specifying-that-a-collection-is-unordered-in-the-context-expanded.yaml -------------------------------------------------------------------------------- /yaml/Specifying-the-type-for-a-node-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Specifying-the-type-for-a-node-compacted.yaml -------------------------------------------------------------------------------- /yaml/Specifying-the-type-for-a-node-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Specifying-the-type-for-a-node-expanded.yaml -------------------------------------------------------------------------------- /yaml/Term-Selection-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Term-Selection-compacted.yaml -------------------------------------------------------------------------------- /yaml/Term-Selection-context.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Term-Selection-context.yaml -------------------------------------------------------------------------------- /yaml/Term-Selection-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Term-Selection-expanded.yaml -------------------------------------------------------------------------------- /yaml/Term-definitions-using-compact-and-absolute-IRIs-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Term-definitions-using-compact-and-absolute-IRIs-compacted.yaml -------------------------------------------------------------------------------- /yaml/Term-definitions-using-compact-and-absolute-IRIs-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Term-definitions-using-compact-and-absolute-IRIs-expanded.yaml -------------------------------------------------------------------------------- /yaml/Term-expansion-for-values-not-identifiers-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Term-expansion-for-values-not-identifiers-compacted.yaml -------------------------------------------------------------------------------- /yaml/Term-expansion-for-values-not-identifiers-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Term-expansion-for-values-not-identifiers-expanded.yaml -------------------------------------------------------------------------------- /yaml/Term-expansion-from-context-definition-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Term-expansion-from-context-definition-compacted.yaml -------------------------------------------------------------------------------- /yaml/Term-expansion-from-context-definition-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Term-expansion-from-context-definition-expanded.yaml -------------------------------------------------------------------------------- /yaml/Terms-not-expanded-when-document-relative-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Terms-not-expanded-when-document-relative-compacted.yaml -------------------------------------------------------------------------------- /yaml/Terms-not-expanded-when-document-relative-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Terms-not-expanded-when-document-relative-expanded.yaml -------------------------------------------------------------------------------- /yaml/The-same-set-of-statements-serialized-in-JSON-LD.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/The-same-set-of-statements-serialized-in-JSON-LD.yaml -------------------------------------------------------------------------------- /yaml/Type-coercion-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Type-coercion-compacted.yaml -------------------------------------------------------------------------------- /yaml/Type-coercion-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Type-coercion-expanded.yaml -------------------------------------------------------------------------------- /yaml/Use-a-relative-IRI-as-node-identifier.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Use-a-relative-IRI-as-node-identifier.yaml -------------------------------------------------------------------------------- /yaml/Using-Arrays-for-Lists-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Using-Arrays-for-Lists-compacted.yaml -------------------------------------------------------------------------------- /yaml/Using-Arrays-for-Lists-context.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Using-Arrays-for-Lists-context.yaml -------------------------------------------------------------------------------- /yaml/Using-Arrays-for-Lists-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Using-Arrays-for-Lists-expanded.yaml -------------------------------------------------------------------------------- /yaml/Using-a-compact-IRI-as-a-term.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Using-a-compact-IRI-as-a-term.yaml -------------------------------------------------------------------------------- /yaml/Using-a-default-vocabulary-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Using-a-default-vocabulary-compacted.yaml -------------------------------------------------------------------------------- /yaml/Using-a-default-vocabulary-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Using-a-default-vocabulary-expanded.yaml -------------------------------------------------------------------------------- /yaml/Using-a-default-vocabulary-relative-to-a-previous-default-vocabulary-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Using-a-default-vocabulary-relative-to-a-previous-default-vocabulary-compacted.yaml -------------------------------------------------------------------------------- /yaml/Using-a-default-vocabulary-relative-to-a-previous-default-vocabulary-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Using-a-default-vocabulary-relative-to-a-previous-default-vocabulary-expanded.yaml -------------------------------------------------------------------------------- /yaml/Using-a-term-to-define-the-IRI-of-another-term-within-a-context.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Using-a-term-to-define-the-IRI-of-another-term-within-a-context.yaml -------------------------------------------------------------------------------- /yaml/Using-a-term-to-specify-the-type-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Using-a-term-to-specify-the-type-compacted.yaml -------------------------------------------------------------------------------- /yaml/Using-a-term-to-specify-the-type-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Using-a-term-to-specify-the-type-expanded.yaml -------------------------------------------------------------------------------- /yaml/Using-an-expanded-form-to-set-multiple-values-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Using-an-expanded-form-to-set-multiple-values-compacted.yaml -------------------------------------------------------------------------------- /yaml/Using-an-expanded-form-to-set-multiple-values-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Using-an-expanded-form-to-set-multiple-values-expanded.yaml -------------------------------------------------------------------------------- /yaml/Using-as-the-vocabulary-mapping-expanded-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Using-as-the-vocabulary-mapping-expanded-expanded.yaml -------------------------------------------------------------------------------- /yaml/Using-as-the-vocabulary-mapping.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Using-as-the-vocabulary-mapping.yaml -------------------------------------------------------------------------------- /yaml/Using-graph-to-explicitly-express-the-default-graph-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Using-graph-to-explicitly-express-the-default-graph-compacted.yaml -------------------------------------------------------------------------------- /yaml/Using-graph-to-explicitly-express-the-default-graph-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Using-graph-to-explicitly-express-the-default-graph-expanded.yaml -------------------------------------------------------------------------------- /yaml/Using-multiple-contexts-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Using-multiple-contexts-compacted.yaml -------------------------------------------------------------------------------- /yaml/Using-multiple-contexts-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Using-multiple-contexts-expanded.yaml -------------------------------------------------------------------------------- /yaml/Using-reverse-to-define-reverse-properties-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Using-reverse-to-define-reverse-properties-compacted.yaml -------------------------------------------------------------------------------- /yaml/Using-reverse-to-define-reverse-properties-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Using-reverse-to-define-reverse-properties-expanded.yaml -------------------------------------------------------------------------------- /yaml/Using-reverse-to-define-reverse-properties-flattened.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Using-reverse-to-define-reverse-properties-flattened.yaml -------------------------------------------------------------------------------- /yaml/Using-the-document-base-URL-to-establish-the-default-base-IRI-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Using-the-document-base-URL-to-establish-the-default-base-IRI-expanded.yaml -------------------------------------------------------------------------------- /yaml/Using-the-null-keyword-to-ignore-data-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Using-the-null-keyword-to-ignore-data-compacted.yaml -------------------------------------------------------------------------------- /yaml/Using-the-null-keyword-to-ignore-data-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Using-the-null-keyword-to-ignore-data-expanded.yaml -------------------------------------------------------------------------------- /yaml/Using-vocabularies-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Using-vocabularies-compacted.yaml -------------------------------------------------------------------------------- /yaml/Using-vocabularies-expanded.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Using-vocabularies-expanded.yaml -------------------------------------------------------------------------------- /yaml/Values-of-id-are-interpreted-as-IRI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/Values-of-id-are-interpreted-as-IRI.yaml -------------------------------------------------------------------------------- /yaml/overriding-permitted-in-property-scoped-context-compacted.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/json-ld-syntax/HEAD/yaml/overriding-permitted-in-property-scoped-context-compacted.yaml --------------------------------------------------------------------------------