File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
{% endfor %}
19
19
20
20
{% for maindata in sets[' main' ] -%}
21
- <{{base_uri}}> rdf:type foaf:Project dcat:Catalog ;
21
+ <{{base_uri}}> rdf:type foaf:Project, dcat:Catalog ;
22
22
dc:title " {{maindata.long_name}}" ;
23
23
foaf:name " {{maindata.name_site}}" ;
24
24
dc:description " {{maindata.description}}" ;
25
25
foaf:logo <{{maindata.logo}}> ;
26
26
schema:mainEntityOfPage <{{base_uri}}> ;
27
- foas :homepage <{{base_uri}}> ;
27
+ foaf :homepage <{{base_uri}}> ;
28
28
dcat:dataset
29
29
{% for profile in sets[' project_profile' ] -%}
30
30
<{{profile.url}}>,
37
37
{% else -%}
38
38
<{{base_uri}}{{crate.lodurl}}>{% if not crate == sets[' project_crate' ]|list|last %},{% endif %}
39
39
{% endif -%}
40
- {% endfor -%}
40
+ {% endfor -%};
41
41
42
42
43
43
# {% for publication in sets['publications']%}
You can’t perform that action at this time.
0 commit comments