Skip to content

Commit cc8ee4b

Browse files
committed
resized figure
1 parent 5f5e415 commit cc8ee4b

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

-178 KB
Loading

docs/tech-guides/core_metadata_specification.en.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
# FAIRagro Core Metadata Specification
42
Version 1.0
53
## 1. Introduction and motivation
@@ -866,7 +864,7 @@ Types and properties from following namespaces are used:
866864
```
867865

868866
## 3. Agrischemas
869-
### 3.1 Design principles and modeling conventions
867+
**Design principles and modeling conventions**
870868
Agrischemas aims at efficiently reusing established resources, only extending these where necessary. In general, the framework builds on following modeling conventions:<br>
871869
- Agrischemas uses a set of existing Schema.org / [Bioschemas](https://bioschemas.org/types/) types to represent its core entities. The corresponding type for each core entity is listed in its chapter. Instances of the core entities are typed via the "@type" property.<br>
872870
- Instances of the core entities are linked to [Dataset](https://schema.org/Dataset) via the [about](https://schema.org/about) property.<br>
@@ -894,7 +892,7 @@ An example metadata instance in Agrischemas could look like this:
894892
![Publication Metadata Set Diagram](../images/Agrischemas_Example_Property_Diagram.png)
895893
**Figure 3:** Soil sampling depth as an example for a constructed property.
896894

897-
### 3.2. Crop
895+
### 3.1 Crop
898896
**Definition:** Plants cultivated for food, fiber, livestock fodder or other uses, usually sown and harvested during a single agricultural year.<br>
899897
- [Definition source](http://aims.fao.org/aos/agrovoc/c_1972)<br>
900898
- **Type:** [BioSample](https://bioschemas.org/BioSample)<br>
@@ -931,7 +929,7 @@ For expressing pheontypic traits, we recommend using traits from the [Crop Ontol
931929
}
932930
```
933931

934-
### 3.3 Soil
932+
### 3.2 Soil
935933
**Definition:** Upper layer of the earth in which plants grow.<br>
936934
- [Definition source](http://aims.fao.org/aos/agrovoc/c_7156)<br>
937935
- **Type:** [Sample](https://bioschemas.org/Sample)<br>
@@ -955,7 +953,7 @@ Agrischemas recommends the following set of constructed properties to describe a
955953

956954
If you want to represent additional soil properties, we recommend using subclasses of the AGROVOC [soil properties](http://aims.fao.org/aos/agrovoc/c_330883) concept.
957955

958-
### 3.4 Plot
956+
### 3.3 Plot
959957
- **Definition:** An area of land, somehow related to a dataset, with a particular ownership, land use, or other characteristic.<br>
960958
- [Definition source](http://aims.fao.org/aos/agrovoc/c_fdfbb37f)<br>
961959
- **Type:** [Place](https://schema.org/Place)<br>
@@ -979,7 +977,7 @@ The following, existing properties are recommended to describe a plot:
979977
|PL_003|plot size|The size of a specific plot measured in m².|http://aims.fao.org/aos/agrovoc/c_2893|square meter|http://purl.obolibrary.org/obo/UO_0000080|/|/|/
980978
|PL_004|spatial reference system|A spatial reference system (SRS) or coordinate reference system (CRS) is a framework used to precisely measure locations on the surface of Earth as coordinates.|https://www.commoncoreontologies.org/ont00000275|/|/|/|/|Please use [ESPG codes](https://epsg.io/), e.g. "EPSG:4326" for WGS 84, where possible
981979

982-
### 3.5 Sensor
980+
### 3.4 Sensor
983981
- **Definition**: A device, somehow related to a dataset, that observes and measures a physical property of a natural phenomenon or man-made process and converts that measurement into a signal (chemical, electrical or other).<br>
984982
- [Definition source](http://aims.fao.org/aos/agrovoc/c_28279)<br>
985983
- **Type:**[Product](https://schema.org/Product)<br>
@@ -997,7 +995,7 @@ The following, existing properties are recommended to describe a sensor:
997995
|SE_004|band category|Describes if a sensor uses single, multi or hyper spectral bands.|/|/|/|/|/|<ul><li>single-band</li><li>multi-band</li><li>hyper-spectral</li><li> broadband</li></ul>
998996
|SE_004|spectral band|Describes a specific spectral band of a sensor|/|/|/|/|/|/
999997

1000-
### 3.6 Agricultural process
998+
### 3.5 Agricultural process
1001999
- **Definition**: A planned process which occurs in an agricultural field.<br>
10021000
- [Definition source](http://purl.obolibrary.org/obo/AGRO_00002071)<br>
10031001
- **Type:** [LabProcess](https://bioschemas.org/LabProcess)<br>

0 commit comments

Comments
 (0)