You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#97 - Enable lightbox for Photo Gallery: adds `lightbox: true` to
_quarto.yml. The existing `group="gallery"` attributes on all 6 images
now activate GLightbox with prev/next arrow navigation.
#100 - Improve Vocabularies table readability: replace broken auto-
generated listings with clean markdown tables. Remove redundant
collapsible callout. Add section headings for Core and Extension
vocabularies. Link extensions to their GitHub repos (pages are 404).
#77 - Globe hero reframe: raise camera to center globe in viewport
(was sitting low). Slow rotation from 15s to 18s per loop. Reduce
file size from 3.8 MB to 1.6 MB (90 frames, quality 35).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: models/index.qmd
+13-28Lines changed: 13 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,6 @@
1
1
---
2
2
title: iSamples Vocabularies
3
3
subtitle: Vocabularies for interoperable sample description
4
-
listing:
5
-
- id: vocabulary-listing
6
-
contents: "generated/vocabularies"
7
-
page-size: 33
8
-
sort-ui: false
9
-
filter-ui: false
10
-
sort: "title asc"
11
-
fields: [title, subtitle]
12
-
type: table
13
-
- id: extension-listing
14
-
contents: "generated/extensions"
15
-
page-size: 33
16
-
sort-ui: false
17
-
filter-ui: false
18
-
sort: "title asc"
19
-
fields: [title, subtitle]
20
-
type: table
21
4
number-sections: false
22
5
---
23
6
@@ -28,23 +11,25 @@ See the [iSamples Metadata Model](https://isamplesorg.github.io/metadata/) for t
28
11
The authoritative versions of iSamples vocabularies are maintained as RDF/SKOS files in the [iSamples GitHub repositories](https://github.com/isamplesorg/). Vocabulary terms are also registered with the [Australian Research Data Commons (ARDC) Research Vocabularies](https://vocabs.ardc.edu.au/).
29
12
:::
30
13
31
-
## Taxonomies {.unnumbered}
14
+
## Core Vocabularies {.unnumbered}
32
15
33
16
One of the foundations for interoperability of iSamples material sample descriptions is the definition of vocabularies for the categorization of sample type. There are three core vocabularies for different aspects of sample type: material sample type, material type, and sampled feature type. Each vocabulary is maintained as an RDF file using the SKOS vocabulary, with hierarchical relationships using [`SKOS:broader`](https://www.w3.org/2009/08/skos-reference/skos.html#broader). In order to be domain agnostic, these core taxonomies cover a small set of top level terms. The taxonomies may be extended as necessary to support more specialized domains by relating additional terms using `SKOS:broader` and `SKOS:narrower`.
34
17
35
-
The iSamples taxonomies are used to characterize three fundamental concepts pertaining to physical samples:
18
+
| Vocabulary | Description |
19
+
|:-----------|:------------|
20
+
|[Specimen Type](generated/vocabularies/material_sample_object_type.html)| Classifies what type of specimen the physical sample record represents |
21
+
|[Material Type](generated/vocabularies/material_type.html)| Categorizes the composition of a physical sample |
22
+
|[Sampled Feature Type](generated/vocabularies/sampled_feature_type.html)| Indicates what the sample is representative of |
36
23
37
-
1. The **Materials Vocabulary** categorizes the composition of a physical sample ("What material is the sample composed of?")
38
-
2. The **Sampled Feature Type Vocabulary** indicates what the sample is representative of
39
-
3. The **Specimen Type Vocabulary** classifies what type of specimen the physical sample record represents
24
+
: {.striped .hover}
40
25
41
-
::: {.callout-note collapse="true"}
42
-
## Core Vocabularies
26
+
## Extension Vocabularies {.unnumbered}
43
27
44
-
-[Material Sample (specimen) Type Vocabulary](generated/vocabularies/material_sample_object_type.html)
-[Sampled Feature (context) Type vocabulary](generated/vocabularies/sampled_feature_type.html)
47
-
:::
28
+
The core vocabularies can be extended for specialized domains. Extension vocabularies add narrower terms beneath the core concepts using `SKOS:broader` and `SKOS:narrower`. Domain-specific extensions are maintained in the following repositories:
0 commit comments