From 8def0adfd7fb010fbbe968b9fb7f73f0be707841 Mon Sep 17 00:00:00 2001 From: tucotuco Date: Sat, 6 Dec 2014 10:51:33 +0100 Subject: [PATCH] Amended JSON formatting in examples of dynamicProperties. --- downloads/SimpleDwC.properties | 2 +- rdf/dwcterms.rdf | 4 ++-- rdf/dwctermshistory.rdf | 4 ++-- terms/history/index.htm | 6 +++--- terms/index.htm | 6 +++--- terms/simple/index.htm | 6 +++--- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/downloads/SimpleDwC.properties b/downloads/SimpleDwC.properties index 0f350b4..d86f688 100644 --- a/downloads/SimpleDwC.properties +++ b/downloads/SimpleDwC.properties @@ -125,7 +125,7 @@ simpleDwCTerm.comments.disposition=Examples: "in collection", "missing", "vouche simpleDwCTerm.name.dynamicProperties=dynamicProperties simpleDwCTerm.label.dynamicProperties=Dynamic Properties simpleDwCTerm.definition.dynamicProperties=A list of additional measurements, facts, characteristics, or assertions about the record. Meant to provide a mechanism for structured content. -simpleDwCTerm.comments.dynamicProperties=The recommended best practice is to use a key:value encoding schema such as JSON. Examples: "{'heightInMeters':'1.5'}", "{'tragusLengthInMeters':'0.014', 'weightInGrams':'120'}", "{'natureOfID':'expert identification', 'identificationEvidence':'cytochrome B sequence'}", "{'relativeHumidity':'28', 'airTemperatureInCelcius':'22', 'sampleSizeInKilograms':'10'}", "{'aspectHeading':'277', 'slopeInDegrees':'6'}", "{'iucnStatus':'vulnerable', 'taxonDistribution':'Neuquén, Argentina'}". +simpleDwCTerm.comments.dynamicProperties=The recommended best practice is to use a key:value encoding schema such as JSON. Examples: "{"heightInMeters":1.5}", "{"tragusLengthInMeters":0.014, "weightInGrams":120}", "{"natureOfID":"expert identification", "identificationEvidence":"cytochrome B sequence"}", "{"relativeHumidity":28, "airTemperatureInCelcius":22, "sampleSizeInKilograms":10}", "{"aspectHeading":277, "slopeInDegrees":6}", "{"iucnStatus":"vulnerable", "taxonDistribution":"Neuquén, Argentina"}". simpleDwCTerm.name.earliestAgeOrLowestStage=earliestAgeOrLowestStage simpleDwCTerm.label.earliestAgeOrLowestStage=Earliest Age Or Lowest Stage simpleDwCTerm.definition.earliestAgeOrLowestStage=The full name of the earliest possible geochronologic age or lowest chronostratigraphic stage attributable to the stratigraphic horizon from which the cataloged item was collected. diff --git a/rdf/dwcterms.rdf b/rdf/dwcterms.rdf index 162537b..c161fed 100644 --- a/rdf/dwcterms.rdf +++ b/rdf/dwcterms.rdf @@ -27,7 +27,7 @@ xml:base="http://rs.tdwg.org/dwc/terms/"> Darwin Core Recommended Terms This document contains a list of Darwin Core terms that have the dwcattributes:status equal to "recommended". For the full normative RDF document of all Darwin Core terms, see dwctermshistory.rdf. To comment on this schema, please create a new issue in https://github.com/tdwg/dwc/issues Biodiversity Information Standards (TDWG) - 2014-11-08 + 2014-12-05