You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new project-level configuration option: `orcidio_support`. When
enabled, it creates a custom import module for ORCIDIO. The module is
generated by (1) extracting all ORCID references in dcterms:contributor
annotations within the source ontology and (2) extracting all
individuals corresponding to the referenced ORCIDs from the ORCIDIO
ontology.
Copy file name to clipboardExpand all lines: src/incatools/odk/templates/src/ontology/catalog-v001.xml.jinja2
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,9 @@
11
11
{%- endfor%}
12
12
{%- endif%}
13
13
{%- endif%}
14
+
{%- ifproject.orcidio_support%}
15
+
<uriname="{{project.uribase}}/{% if project.uribase_suffix is not none %}{{ project.uribase_suffix }}{% else %}{{ project.id }}{% endif %}/imports/orcidio_import.owl"uri="imports/orcidio_import.owl"/>
16
+
{%- endif%}
14
17
{%- ifproject.componentsisdefined%}
15
18
{%- forcomponentinproject.components.products%}
16
19
<uriname="{{project.uribase}}/{% if project.uribase_suffix is not none %}{{ project.uribase_suffix }}{% else %}{{ project.id }}{% endif %}/components/{{component.filename}}"uri="components/{{component.filename}}"/>
0 commit comments