Skip to content

Commit f6a85c1

Browse files
authored
Merge pull request #228 from njarboe/Issue77-temporalCoverage
Removed text elements from temporalCoverage examples and descripton edits
2 parents a2f9ee6 + 5c982f6 commit f6a85c1

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

guides/Dataset.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ These examples can be found in one JSON-LD file at [temporalCoverage.jsonld](/ex
722722

723723
"@type": "Dataset",
724724
"description": "Eruptive activity at Mt. St. Helens, Washington, March 1980 - January 1981",
725-
<strong> "temporalCoverage": ["1980-03-27T19:36:00/1981-01-03T00:00:00Z",
725+
<strong> "temporalCoverage": [
726726
{
727727
"@type": "time:ProperInterval",
728728
"time:hasBeginning": {
@@ -737,7 +737,7 @@ These examples can be found in one JSON-LD file at [temporalCoverage.jsonld](/ex
737737
}</strong>
738738
</pre>
739739

740-
2. The dataset's temporalCoverage is described using Instant, inTimePosition, hasTRS, and numericPosition elements for a single geological date/age without uncertainties from [OWL Time](http://www.w3.org/2006/time). Use a decimal value with appropriate timescale temporal reference system (TRS) and date/age unit abbreviation. Also provide a text form of the temporalCoverage (here "760 ka"). The human readable description can be found in the description field: "Eruption of Bishop Tuff, about 760,000 years ago".
740+
2. The dataset's temporalCoverage is described using Instant, inTimePosition, hasTRS, and numericPosition elements for a single geological date/age without uncertainties from [OWL Time](http://www.w3.org/2006/time). Use a decimal value with appropriate timescale temporal reference system (TRS) and date/age unit abbreviation. The human readable description can be found in the description field: "Eruption of Bishop Tuff, about 760,000 years ago".
741741

742742
*Example*:
743743

@@ -751,7 +751,7 @@ These examples can be found in one JSON-LD file at [temporalCoverage.jsonld](/ex
751751
{
752752
"@type": "Dataset",
753753
"description": "Eruption of Bishop Tuff, about 760,000 years ago",
754-
<strong> "temporalCoverage": ["760 ka",
754+
<strong> "temporalCoverage": [
755755
{
756756
"@type": "time:Instant",
757757
"time:inTimePosition": {
@@ -773,7 +773,7 @@ These examples can be found in one JSON-LD file at [temporalCoverage.jsonld](/ex
773773
}
774774
</pre>
775775

776-
3. The dataset's temporalCoverage is described using the Instant, inTimePosition, TimePosition, numericPosition from [OWL Time](http://www.w3.org/2006/time) with a geological date/age with uncertainties. Use a decimal value with appropriate timescale temporal reference system(TRS), date/age unit abbreviation, the uncertainty value and specify at what sigma. Also provide a text form of the temporalCoverage (here "4.404 +/-+/- 0.008 Ga"). "+/-+/-" indicates the uncertainty is given at 2-sigma. The human readable description can be found in the description field: "Very old zircons from the Jack Hills formation Australia 4.404 +- 0.008 Ga (2-sigma)".
776+
3. The dataset's temporalCoverage is described using the Instant, inTimePosition, TimePosition, numericPosition from [OWL Time](http://www.w3.org/2006/time) with a geological date/age with uncertainties. Use a decimal value with appropriate timescale temporal reference system(TRS), date/age unit abbreviation, the uncertainty value and specify at what sigma. The human readable description can be found in the description field: "Very old zircons from the Jack Hills formation Australia 4.404 +- 0.008 Ga (2-sigma)".
777777

778778
*Example*:
779779

@@ -788,7 +788,7 @@ These examples can be found in one JSON-LD file at [temporalCoverage.jsonld](/ex
788788
{
789789
"@type": "Dataset",
790790
"description": "Very old zircons from the Jack Hills formation Australia 4.404 +- 0.008 Ga (2-sigma)",
791-
<strong> "temporalCoverage": ["4.404 +/-+/- 0.008 Ga",
791+
<strong> "temporalCoverage": [
792792
{
793793
"@type": "time:Instant",
794794
"time:inTimePosition": {
@@ -818,7 +818,7 @@ These examples can be found in one JSON-LD file at [temporalCoverage.jsonld](/ex
818818
}
819819
</pre>
820820

821-
4. The dataset's temporalCoverage is described using the ProperInterval, hasBeginning, hasEnd, Instant, inTimePosition, TimePosition, and hasTRS elements from [OWL Time](http://www.w3.org/2006/time) with a geological date/age range with uncertainties. Use a decimal value with appropriate timescale temporal reference system(TRS), date/age unit abbreviation, uncertainty value and at what sigma. Also provide a text form of the temporalCoverage (here "17.1 +/- 0.15 to 15.7 +/- 0.14 Ma"). "+/-" indicates the uncertainty is given at 1-sigma. The human readable description can be found in the description field: "Isotopic ages determined at the bottom and top of a stratigraphic section in the Columbia River Basalts".
821+
4. The dataset's temporalCoverage is described using the ProperInterval, hasBeginning, hasEnd, Instant, inTimePosition, TimePosition, and hasTRS elements from [OWL Time](http://www.w3.org/2006/time) with a geological date/age range with uncertainties. Use a decimal value with appropriate timescale temporal reference system(TRS), date/age unit abbreviation, uncertainty value and at what sigma. The human readable description can be found in the description field: "Isotopic ages determined at the bottom and top of a stratigraphic section in the Columbia River Basalts".
822822

823823
*Example*:
824824

@@ -835,7 +835,7 @@ These examples can be found in one JSON-LD file at [temporalCoverage.jsonld](/ex
835835
{
836836
"@type": "Dataset",
837837
"description": "Isotopic ages determined at the bottom and top of a stratigraphic section in the Columbia River Basalts",
838-
<strong> "temporalCoverage": ["17.1 +/- 0.15 to 15.7 +/- 0.14 Ma",
838+
<strong> "temporalCoverage": [
839839
{
840840
"@type": "time:ProperInterval",
841841
"time:hasBeginning": {
@@ -895,7 +895,7 @@ These examples can be found in one JSON-LD file at [temporalCoverage.jsonld](/ex
895895
}
896896
</pre>
897897

898-
5. The dataset's temporalCoverage is described using the Instant, inTimePosition, TimePosition, and hasTRS elements from [OWL Time](http://www.w3.org/2006/time) with a archeological date/age range with uncertainties. Use a decimal value with appropriate timescale temporal reference system(TRS), date/age unit abbreviation, the older and younger uncertainty values and at what sigma. Also provide a text form of the temporalCoverage (here "2640 +130 -80 BP-CAL (INTCAL20)"). The human readable description can be found in the description field: "Age of a piece of charcoal found in a burnt hut at an archeological site in Kenya carbon dated at BP Calibrated of 2640 +130 -80 (one-sigma) using the INTCAL20 carbon dating curve."
898+
5. The dataset's temporalCoverage is described using the Instant, inTimePosition, TimePosition, and hasTRS elements from [OWL Time](http://www.w3.org/2006/time) with a archeological date/age range with uncertainties. Use a decimal value with appropriate timescale temporal reference system(TRS), date/age unit abbreviation, the older and younger uncertainty values and at what sigma. The human readable description can be found in the description field: "Age of a piece of charcoal found in a burnt hut at an archeological site in Kenya carbon dated at BP Calibrated of 2640 +130 -80 (one-sigma) using the INTCAL20 carbon dating curve."
899899

900900
*Example:*
901901

@@ -911,7 +911,7 @@ These examples can be found in one JSON-LD file at [temporalCoverage.jsonld](/ex
911911
{
912912
"@type": "Dataset",
913913
"description": "Age of a piece of charcoal found in a burnt hut at an archeological site in Kenya carbon dated at BP Calibrated of 2640 +130 -80 (one-sigma) using the INTCAL20 carbon dating curve.",
914-
<strong> "temporalCoverage": ["2640 +130 -80 BP-CAL (INTCAL20)",
914+
<strong> "temporalCoverage": [
915915
{
916916
"@type": "time:Instant",
917917
"time:inTimePosition": {
@@ -945,7 +945,7 @@ These examples can be found in one JSON-LD file at [temporalCoverage.jsonld](/ex
945945
}
946946
</pre>
947947

948-
6. The dataset's temporalCoverage is described using the Instant, TimePosition, inTimePosition, NominalPosition, Interval, hasBeginning, hasEnd, and hasTRS elements from [OWL Time](http://www.w3.org/2006/time). With temporal coverage that is a named time interval from a geologic time scale, provide numeric positions of the beginning and end for interoperability. Providing the numeric values is only critical, but still recommended, if the TRS for the nominalPosition is not the [International Chronostratigraphic Chart](https://stratigraphy.org/chart).
948+
6. The dataset's temporalCoverage is described using the Instant, TimePosition, inTimePosition, NominalPosition, Interval, hasBeginning, hasEnd, and hasTRS elements from [OWL Time](http://www.w3.org/2006/time). With temporal coverage that is a named time interval from a geologic time scale, provide numeric positions of the beginning and end for interoperability. Providing the numeric values is only critical, but still recommended, if the TRS for the nominalPosition is not the [International Chronostratigraphic Chart](https://stratigraphy.org/chart). In this example the temporalCoverage is described in two ways: by the named interval Bartonian and by defining a time interval using numerical beginning and end values.
949949

950950
*Example:*
951951

@@ -963,7 +963,7 @@ These examples can be found in one JSON-LD file at [temporalCoverage.jsonld](/ex
963963
{
964964
"@type": "Dataset",
965965
"description": "Temporal position expressed with a named time ordinal era from [International Chronostratigraphic Chart](https://stratigraphy.org/chart):",
966-
<strong> "temporalCoverage": ["Bartonian",
966+
<strong> "temporalCoverage": [
967967
{
968968
"@type": "time:Instant",
969969
"time:inTimePosition": {
@@ -1033,7 +1033,7 @@ These examples can be found in one JSON-LD file at [temporalCoverage.jsonld](/ex
10331033
},
10341034
"@type": "Dataset",
10351035
"description": "Temporal position expressed with an interval bounded by named time ordinal eras from [International Chronostratigraphic Chart](https://stratigraphy.org/chart). NumericPositions not included, expect clients can lookup bounds for ISC nominal positions:",
1036-
<strong> "temporalCoverage": ["Triassic to Jurassic", {
1036+
<strong> "temporalCoverage": [{
10371037
"@type": "time:ProperInterval",
10381038
"time:hasBeginning": {
10391039
"@type": "time:Instant",

0 commit comments

Comments
 (0)