Skip to content

Commit

Permalink
updating to new Component Models structure
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholascar committed Jul 4, 2024
1 parent c96d061 commit 446281d
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 16 deletions.
17 changes: 10 additions & 7 deletions docs/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@ Profiles may profile multiple Standards, bringing together all the parts needed

Several of the Component Models within this Supermodel are full defined here. Others are defined elsewhere and just referred to from here. The table below lists the current Component Models.

**Model** | **Domain(s)** | **Persistent Identifier** | **Notes**
--- | --- | --- | ---
[Features Hierarchy Model](components/features-hierarchy.md) | geospatial spatial features | `https://linked.data.gov.au/def/xxx` | Coming...
[Geo Features](components/geo-features.md) | geospatial spatial features | `https://linked.data.gov.au/def/xxx` | child model of [Features Hierarchy Model](components/features-hierarchy.md)
[Sites & Admin Features Model](components/sites-admin.md) | man-made & administrative spatial features | `https://linked.data.gov.au/def/xxx` | child model of [Features Hierarchy Model](components/features-hierarchy.md)
[Borehole Model](components/boreholes.md) | boreholes | `https://linked.data.gov.au/def/borehole` | child model of [Sites & Admin Features Model](components/sites-admin.md)
[Samples Model](components/samples.md) | samples, sampling | `https://linked.data.gov.au/def/xxx` | Coming...
| **Model** | **Domain(s)** | **Persistent Identifier** | **Notes** |
|----------------------------------------------------------------|------------------------------------------------------|---------------------------------------|-----------------------------------------------------------------------------|
| [Features Hierarchy Model](components/features-hierarchy.md) | geospatial spatial features | `https://linked.data.gov.au/def/xxx` | Coming... |
| [Sites & Admin Features Model](components/sites-admin.md) | man-made & administrative spatial features | `https://linked.data.gov.au/def/xxx` | child model of [Features Hierarchy Model](components/features-hierarchy.md) |
| [Bore Model](components/bore.md) | bores, boreholes, wells etc | `https://linked.data.gov.au/def/bore` | child model of [Sites & Admin Features Model](components/sites-admin.md) |
| [Mine Model](components/mine.md) | mines | `https://linked.data.gov.au/def/mine` | child model of [Sites & Admin Features Model](components/sites-admin.md) |
| [Mining Authorities Model](components/mining-authorities.md) | tenements, permits, licenses etc., to do with mining | `https://linked.data.gov.au/def/xxx` | child model of [Sites & Admin Features Model](components/sites-admin.md) |
| [GeoFeatures](components/geo-features.md) | geospatial spatial features | `https://linked.data.gov.au/def/xxx` | child model of [Features Hierarchy Model](components/features-hierarchy.md) ||
| [Sample Model](components/sample.md) | samples, sampling | `https://linked.data.gov.au/def/xxx` | Coming... |
| [Resource Occurrence Model](components/resource-occurrence.md) | spatial position and values of resources | `https://linked.data.gov.au/def/xxx` | child model of [GeoFeatures Model](components/features-hierarchy.md) |
2 changes: 1 addition & 1 deletion docs/components/bores.md → docs/components/bore.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Bores Model
# Bore Model

<a href="../../assets/bores-model/Concepts.svg">
<figure id="figure-bc" markdown>
Expand Down
4 changes: 3 additions & 1 deletion docs/components/mines.md → docs/components/mine.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Mine Model

## Overview

<a href="../../assets/mines-Overview.svg">
Expand Down Expand Up @@ -37,7 +39,7 @@ Agents relations - of Mines and Mine Projects to People and Organisations - foll

Authorities are licenses, permits etc. that give permission or exclusivity to own/operate Mines in designated areas.

Authority modelling itself is not directly handled in this model (see the [Authorities Component Model](../components/authorities.md) for that) however common authorities associated with Mines and Projects are shown here.
Authority modelling itself is not directly handled in this model (see the [Authorities Component Model](../components/mining-authorities) for that) however common authorities associated with Mines and Projects are shown here.

### Commodities

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Mining Authorities

## Overview

<a href="../../assets/authorities-Overview.svg">
Expand Down
2 changes: 2 additions & 0 deletions docs/components/samples.md → docs/components/sample.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Samples Model

## Overview

<a href="../../assets/samples-Overview.svg">
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Currently, as of May 2023, the following elements have been established:
* some aspects of the , and the
* [Component Models](components.md)
* [Boreholes Profile](components/boreholes.md) - developed
* [Samples Profile](components/samples.md) - started
* [Samples Profile](components/sample) - started

## License & Rights

Expand Down
13 changes: 7 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ nav:
- 'Component Models':
- 'Overview': 'components.md'
- 'Features Hierarchy': 'components/features-hierarchy.md'
- 'Geological Features': 'components/geo-features.md'
- 'Sites & Admin Features': 'components/sites-admin.md'
- 'Bores': 'components/bores.md'
- 'Mines': 'components/mines.md'
- 'Resource Occurence': 'components/resource-occurrence.md'
- 'Samples': 'components/samples.md'
- 'Authorities': 'components/authorities.md'
- 'Bore': 'components/bore.md'
- 'Mine': 'components/mine.md'
- 'Mining Authorities': 'components/mining-authorities.md'
- 'Geological Features': 'components/geo-features.md'
- 'Resource Occurrence': 'components/resource-occurrence.md'
- 'Samples': 'components/sample.md'

- 'vocabularies.md'
- 'validators.md'

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 446281d

Please sign in to comment.