Skip to content

Commit

Permalink
some small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricdcc committed Sep 4, 2024
1 parent b9c90b5 commit c77f793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pysubyt/templates/metadata.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
schema:partOf <{{base_uri}}>;
schema:name "Vocabularies in {{maindata.long_name}}" ;
{% for vocab in sets['vocabulary'] -%}
schema:itemListElement <{{base_uri}}{{vocab}}>;
schema:itemListElement <{{vocab}}>;
{% endfor -%}
];
[
rdf:type schema:ItemList;
schema:partOf <{{base_uri}}>;
schema:name "Ontologies in {{maindata.long_name}}" ;
{% for vocab in sets['ontology'] -%}
schema:itemListElement <{{base_uri}}{{vocab}}>;
schema:itemListElement <{{vocab}}>;
{% endfor -%}
];
{% for publication in sets['publications']%}
Expand Down

0 comments on commit c77f793

Please sign in to comment.