diff --git a/templates/sediment_sampling.ldt.ttl.j2 b/templates/sediment_sampling.ldt.ttl.j2 index ace7544..6e52cd9 100644 --- a/templates/sediment_sampling.ldt.ttl.j2 +++ b/templates/sediment_sampling.ldt.ttl.j2 @@ -111,7 +111,8 @@ Sets: <> a sosa:Sample, prov:Entity ; {# properties #} - rdfs:label {{ _.source_mat_id_orig | xsd("string") | safe }} ; + emobon-sampling:origEmobonId {{ _.source_mat_id_orig | xsd("string") | safe }} ; + {# rdfs:label {{ _.source_mat_id_orig | xsd("string") | safe }} ; #} {%- if _.samp_description != "NA" %} dct:description {{ _.samp_description | xsd("string") | safe }} ; {%- endif %} diff --git a/templates/water_sampling.ldt.ttl.j2 b/templates/water_sampling.ldt.ttl.j2 index 897c663..dc7b2a5 100644 --- a/templates/water_sampling.ldt.ttl.j2 +++ b/templates/water_sampling.ldt.ttl.j2 @@ -109,7 +109,8 @@ Sets: <> a sosa:Sample, prov:Entity ; {# properties #} - rdfs:label {{ _.source_mat_id_orig | xsd("string") | safe }} ; + emobon-sampling:origEmobonId {{ _.source_mat_id_orig | xsd("string") | safe }} ; + {#rdfs:label {{ _.source_mat_id_orig | xsd("string") | safe }} ; #} {%- if _.samp_description != "NA" %} dct:description {{ _.samp_description | xsd("string") | safe }} ; {%- endif %}