Skip to content

Commit 0b35881

Browse files
committed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/sediment_sampling.ldt.ttl.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Sets:
172172
schema:additionalType "blank sample"^^xsd:string ;
173173
emobon-sampling:sampleReplicate {{ _.replicate | xsd("string") | safe }} ;
174174
{%- else %}
175-
schema:additionalType "http://vocab.nerc.ac.uk/collection/P01/current/IDTCRE01/"^^anyURI ;
175+
schema:additionalType "http://vocab.nerc.ac.uk/collection/S29/current/PE001525/"^^anyURI ;
176176
emobon-sampling:sampleReplicate {{ _.replicate | xsd("string") | safe }} ;
177177
{%- endif %}
178178
{%- endif %}

templates/water_sampling.ldt.ttl.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Sets:
170170
schema:additionalType "blank sample" ;
171171
emobon-sampling:sampleReplicate {{ _.replicate | xsd("string") | safe }} ;
172172
{%- else %}
173-
schema:additionalType "http://vocab.nerc.ac.uk/collection/P01/current/IDTCRE01/"^^anyURI ;
173+
schema:additionalType "http://vocab.nerc.ac.uk/collection/S29/current/PE001525/"^^anyURI ;
174174
emobon-sampling:sampleReplicate {{ _.replicate | xsd("string") | safe }} ;
175175
{%- endif %}
176176
{%- endif %}

0 commit comments

Comments
 (0)