From b134a09e5db754b292716254bd7b3a479aa7669d Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Mon, 13 Jan 2025 11:49:11 -0500 Subject: [PATCH] replace "differenciated" with "differentiated" #610 --- docs/croissant-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/croissant-spec.md b/docs/croissant-spec.md index 43e7837f0..5775ccad7 100644 --- a/docs/croissant-spec.md +++ b/docs/croissant-spec.md @@ -237,7 +237,7 @@ Note that while the Croissant specification is versioned, the Croissant namespac In Croissant datasets, various elements need to be connected to each other. For instance, a `FileObject` may be extracted from another `FileObject`, or a column of a table may reference another table. We therefore need a mechanism to define **identifiers** for parts of a dataset, and to reference them in other places. -We use the standard JSON-LD mechanism for IDs and references, which relies on using the special `@id` property. References to objects are also specified using the `@id` property. They can be differenciated from ID definitions by the fact that no other properties are specified within the same object, e.g., `{"@id": "flores200_dataset.tar.gz"}` is a reference. +We use the standard JSON-LD mechanism for IDs and references, which relies on using the special `@id` property. References to objects are also specified using the `@id` property. They can be differentiated from ID definitions by the fact that no other properties are specified within the same object, e.g., `{"@id": "flores200_dataset.tar.gz"}` is a reference. IDs may be specified as short strings, but they are interpreted as IRIs. The "base" IRI is either the URL of the document (when accessed on the Web), or is specified explicitly in the context, via the `@base` property (see [JSON-LD specification](https://www.w3.org/TR/json-ld11/#base-iri)).