{{ root_dataset.name ?? "New RO Crate" }}
{{ if root_dataset.description }} {{ root_dataset.description }} {{ end }}
{{ if root_dataset.image }}-
{{ if root_dataset.creator }}
{{ if is_object_list(root_dataset.creator) }}
- Creators {{ for obj in root_dataset.creator }}
- {{ stringify(obj) }} {{ end }} {{ else }}
- Creator
- {{ stringify(root_dataset.creator) }} {{ end }} {{ end }} {{ if root_dataset.publisher }}
- Publishers {{ for obj in root_dataset.publisher }}
- {{ obj['@id'] }} {{ end }} {{ end }} {{ if root_dataset.url }}
- URL
- {{ end }} {{ if root_dataset.license }}
- License
- {{ root_dataset.license }} {{ end }} {{ if root_dataset.keywords }}
- Keyword(s)
- {{ stringify(root_dataset.keywords) }} {{ end }} {{ if root_dataset.isBasedOn }}
- isBasedOn
- {{ root_dataset.isBasedOn }} {{ end }} {{ if root_dataset.datePublished }}
- datePublished
- {{ root_dataset.datePublished }} {{ end }} {{ if root_dataset.CreativeWorkStatus }}
- CreativeWorkStatus
- {{ root_dataset.CreativeWorkStatus }} {{ end }}
Contents
{{ for entry in data }}
Data entity
{{ entry['@id'] }}
{{ end }}
Type: {{ entry['@type'] }}
{{ if entry['programmingLanguage'] }}ProgrammingLanguage: {{ entry['programmingLanguage']['@id'] }}
{{ end }}