Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified images/ConceptSource.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/Concepts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/Designations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/ManagedConcepts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion models/concepts/BibliographyEntry.lutaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class BibliographyEntry {
+id: String [1] {
definition {
Entry identifier, dataset-unique. Cited from concept sources and inline
{{cite:...}} mentions.
cite:... mentions.
}
}

Expand Down
7 changes: 3 additions & 4 deletions models/concepts/ConceptSource.lutaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
class ConceptSource {
definition {
Bibliographic source for a managed term. May carry an
optional `id` for inline reference via {{cite:id}}
mentions in the concept's text.
optional `id` for inline reference via the cite:id mention.
}
+id: String [0..1] {
definition {
Optional stable identifier for the source, used by
inline `{{cite:id}}` references in the concept's text.
inline cite:id references in the concept's text.
The id is local to the concept; it must be unique within
the concept's sources list (across concept-level,
localization-level, and designation-level sources).

A source with an id can be referenced by inline mentions
using the `{{cite:id}}` form. The mention resolves to
using the cite:id form. The mention resolves to
this source's Citation (origin.ref + locality + link).

A source without an id is not referenceable by inline
Expand Down
2 changes: 1 addition & 1 deletion models/concepts/SharedNonVerbalEntity.lutaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class SharedNonVerbalEntity < NonVerbalEntity {
definition {
Stable identifier used for cross-referencing. Matches the filename
(e.g. "fig_A.23" -> figures/fig_A.23.yaml). Authors cite this id via
inline {{fig:id}} mentions or structural figures[] entries.
inline fig:id mentions or structural figures[] entries.
}
}
+identifier: String [0..1] {
Expand Down
Loading