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
Copy file name to clipboardExpand all lines: docs/tech-guides/core_metadata_specification.en.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,3 @@
1
-
2
-
3
1
# FAIRagro Core Metadata Specification
4
2
Version 1.0
5
3
## 1. Introduction and motivation
@@ -866,7 +864,7 @@ Types and properties from following namespaces are used:
866
864
```
867
865
868
866
## 3. Agrischemas
869
-
### 3.1 Design principles and modeling conventions
867
+
**Design principles and modeling conventions**
870
868
Agrischemas aims at efficiently reusing established resources, only extending these where necessary. In general, the framework builds on following modeling conventions:<br>
871
869
- 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>
872
870
- 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:
894
892

895
893
**Figure 3:** Soil sampling depth as an example for a constructed property.
896
894
897
-
### 3.2. Crop
895
+
### 3.1 Crop
898
896
**Definition:** Plants cultivated for food, fiber, livestock fodder or other uses, usually sown and harvested during a single agricultural year.<br>
@@ -955,7 +953,7 @@ Agrischemas recommends the following set of constructed properties to describe a
955
953
956
954
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.
957
955
958
-
### 3.4 Plot
956
+
### 3.3 Plot
959
957
-**Definition:** An area of land, somehow related to a dataset, with a particular ownership, land use, or other characteristic.<br>
@@ -979,7 +977,7 @@ The following, existing properties are recommended to describe a plot:
979
977
|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|/|/|/
980
978
|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
981
979
982
-
### 3.5 Sensor
980
+
### 3.4 Sensor
983
981
-**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>
@@ -997,7 +995,7 @@ The following, existing properties are recommended to describe a sensor:
997
995
|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>
998
996
|SE_004|spectral band|Describes a specific spectral band of a sensor|/|/|/|/|/|/
999
997
1000
-
### 3.6 Agricultural process
998
+
### 3.5 Agricultural process
1001
999
-**Definition**: A planned process which occurs in an agricultural field.<br>
0 commit comments