Skip to content

Commit

Permalink
update template include path
Browse files Browse the repository at this point in the history
  • Loading branch information
bulricht authored Oct 23, 2024
1 parent ea2382e commit fdc40a4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion templates/sediment_measured.ldt.ttl.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Output:
- observatory-{obs_id}-crate/rdf/sediment/measured/{source_mat_id}.ttl
-#}

{%- include './observatory-profile/templates/includes/prefixes.ttl' %}
{%- include './includes/prefixes.ttl' %}

{#Observations made from the Sample#}
{%- for observatory in sets['observatory'] %}
Expand Down
2 changes: 1 addition & 1 deletion templates/sediment_observatory.ldt.ttl.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Sets:
- observatory-profile/logsheet_schema_extended.csv as schema
-#}

{% include './observatory-profile/templates/includes/prefixes.ttl' %}
{% include './includes/prefixes.ttl' %}

@base <http://data.emobon.embrc.eu/observatory-{{_.obs_id|lower}}-crate/{{_.env_package}}/observatory/{{_.obs_id}}> . {# baseref ~ http://data.emobon.embrc.eu #}

Expand Down
2 changes: 1 addition & 1 deletion templates/sediment_sampling.ldt.ttl.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Input:
Sets:
- observatory-{obs_id}-crate/logsheets-transformed/sediment_observatory.csv as observatory
-#}
{% include 'observatory-profile/templates/includes/prefixes.ttl' %}
{% include './includes/prefixes.ttl' %}

{% for observatory in sets['observatory'] %}
{#note: row in csv corresponds to sample replicate --> baseurl should also refer to this #}
Expand Down
2 changes: 1 addition & 1 deletion templates/sequencing_draft.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Sets:
-#}

{%- if ctrl.isFirst %}
{%- include 'includes/prefixes.ttl' %}
{%- include './includes/prefixes.ttl' %}
{%- endif %}
@prefix: seq: <http://xmlns.com/foaf/0.1/> .

Expand Down
2 changes: 1 addition & 1 deletion templates/water_measured.ldt.ttl.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Output:
- observatory-{obs_id}-crate/rdf/water/measured/{source_mat_id}.ttl
-#}

{%- include './observatory-profile/templates/includes/prefixes.ttl' %}
{%- include './includes/prefixes.ttl' %}

{#Observations made from the Sample#}
{%- for observatory in sets['observatory'] %}
Expand Down
2 changes: 1 addition & 1 deletion templates/water_observatory.ldt.ttl.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Sets:
- observatory-profile/logsheet_schema_extended.csv as schema
-#}

{% include './observatory-profile/templates/includes/prefixes.ttl' %}
{% include './includes/prefixes.ttl' %}

@base <http://data.emobon.embrc.eu/observatory-{{_.obs_id|lower}}-crate/{{_.env_package}}/observatory/{{_.obs_id}}> . {# baseref ~ http://data.emobon.embrc.eu #}

Expand Down
2 changes: 1 addition & 1 deletion templates/water_sampling.ldt.ttl.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Sets:
- observatory-{obs_id}-crate/logsheets-transformed/sediment_observatory.csv as observatory
-#}

{% include './observatory-profile/templates/includes/prefixes.ttl' %}
{% include './includes/prefixes.ttl' %}

{%- for observatory in sets['observatory'] %}
@base <http://data.emobon.embrc.eu/observatory-{{observatory.obs_id|lower}}-crate/{{observatory.env_package}}/sampling/{{_.source_mat_id}}> . {# baseref ~ http://data.emobon.embrc.eu #}
Expand Down

0 comments on commit fdc40a4

Please sign in to comment.