From 49c056f1197cf61608041366225a88d083586fcf Mon Sep 17 00:00:00 2001 From: Daniel Hardman Date: Thu, 29 Aug 2024 21:19:53 +0200 Subject: [PATCH] minor tweaks for appearance Signed-off-by: Daniel Hardman --- concepts.md | 2 +- explaining.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/concepts.md b/concepts.md index ff77360..2f5069c 100644 --- a/concepts.md +++ b/concepts.md @@ -28,7 +28,7 @@ Sometimes, co files are created by different authors than the pre file they depe ## External vs. internal strategies -There are various ways to declare a CFA. We call them __strategies__. Different strategies have different pros and cons. +There are various ways to declare a CFA. We call them __strategies__. [Different strategies](strategies.md) have different pros and cons. When the strategy that binds a file to a CFA requires changes to the content of the file, we say that the strategy is __internal__, or that the file is __internally bound__ to that CFA. When the binding convention manifests outside the content of the file, we say that the strategy is __external__, or that the file is __externally bound__. External and internal strategies are not mutually exclusive; a given file may use both to bind CFAs. diff --git a/explaining.md b/explaining.md index b7c1788..ea41ea4 100644 --- a/explaining.md +++ b/explaining.md @@ -11,7 +11,7 @@ A __nature__ characterizes the relationship between the bound file and the CFA, nature | meaning --- | --- `identifier` | There is a 1-to-1 relationship between this file and the CFA, and the identifier can be used to look up either one. The file is thus the one and only pre file in the CFA. This matches the semantics of the [`identifier`](http://purl.org/dc/terms/identifier) keyword in Dublin Core. -`relation` | This file relates to something else to make its meaning clear. The file is thus co, either to a pre or to a common CFA. This matches the semantics of the [relation](http://purl.org/dc/terms/relation) keyword in Dublin Core. +`relation` | This file relates to something else to make its meaning clear. The file is thus co, either to a pre or to a common CFA. This matches the semantics of the [`relation`](http://purl.org/dc/terms/relation) keyword in Dublin Core. `isPartOf` | This file is part of a multi-file pre, and the set as a whole is identified by the CFA. This matches the semantics of [`isPartOf`](http://purl.org/dc/terms/isPartOf) in Dublin Core. ## clarifier