Skip to content

Commit

Permalink
minor tweaks for appearance
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hardman <[email protected]>
  • Loading branch information
dhh1128 committed Aug 29, 2024
1 parent 84f81ae commit 49c056f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion explaining.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49c056f

Please sign in to comment.