Skip to content

Commit d7af477

Browse files
authored
Update README.md
add News section
1 parent 288555e commit d7af477

File tree

1 file changed

+11
-48
lines changed

1 file changed

+11
-48
lines changed

README.md

Lines changed: 11 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -78,57 +78,20 @@ top_class: http://schema.org/Book
7878
- http://schema.org/name
7979
- http://www.w3.org/2004/02/skos/core#prefLabel
8080
* ``top_class``: Specified URI is the class of the records listed in the top page. By default, this tool does not generate the top page.
81-
* ``top_additional_property``: For each set of resources expanded by ``top_class`` setting, specify a list of additional sub-hierarchies to be expanded. The properties that make up the sub-hierarchy are specified as a list.
82-
* ``output_turtle``: Whether to output the RDF/Turtle format file corresponding to each resource URI, as ``true`` / ``false``. Default is ``true`` (i.e. output RDF/Turtle format files).
83-
* ``template_dir``: Local template directory to find a template file. Default template files are available at [here](https://github.com/masao/ttl2html/tree/master/templates). To overwrite the contents of the original template, copy the original file to the directory specified here and rewrite it.
84-
* ``locale``: Locale name for the output messages. Default: ``en`` (e.g. ``ja``, ``en``)
85-
* ``about_file``: Specified filename is used for documenting schemas of the dataset. It requires SHACL documentation within the dataset. By default, the filename `about.html` is used.
86-
* ``about_toc``: ``true`` / ``false`` to specify whether to output a table of contents in ``about.html``. The default is ``false``, which means no table of contents.
87-
* ``admin_name``: Name of the dataset publisher displayed at the footer.
88-
* ``copyright_year``: Copyright year statement displayed at the footer along with the ``admin_name`` parameter above.
89-
* ``logo``: The logo image file to be displayed on the menu. Specify the file path or URL.
90-
* ``custom_css``: Specify the code snippet of the CSS stylesheet (e.g. `` nav.navbar {background-color: pink} ``).
91-
* ``css_file``: The path of the CSS stylesheet file to use locally.
92-
* ``javascript_file``: The path of the JavaScript file to use locally.
93-
* ``navbar_class``: Specifies the class setting for displaying the navigation bar at the top of the screen. If not specified, ``navbar-light`` is used. Use this if you want to specify a black background color as follows:
94-
```yaml
95-
navbar_class: navbar-dark bg-dark
96-
```
97-
* ``additional_link``: Addional links displayed at the top menu. Specify an array of link items with two keys ``href`` and ``label``. e.g. ``[ { "href": "http://example.org", "label": "Link" } ]``
98-
* ``breadcrumbs``: Configuration for creating a hierarchical breadcrumb list of multiple resources. Define a list of properties that are higher level resources or related resources of the resource. In the example below, the ``schema:hasPart`` and ``jp-cos:hasOfStudy`` properties, if present, respectively, are used to construct the navigation menu by considering resources linked from the current resource to be higher-level resources. The default display label on the breadcrumb list is "title", but if the ``label`` attribute is defined, the value of the property defined in the ``label`` attribute can be used as a breadcrumb link. Also, if the ``inverse`` attribute is present, then the resource being transitioned to as a property to the current resource is considered to be a higher level. It is also possible to specify a resource that spans a multi-level relationship with an empty node, etc. In that case, add a list to the ``property`` attribute and add a ``property`` attribute to its subordinate items as well. At the end of the example below, the ``schema:isPartOf`` property of the resource to which the ``schema:workExample`` property of the resource in question is specified can be used as a navigation resource.
99-
100-
```yaml
101-
- property: http://schema.org/hasPart
102-
inverse: true
103-
label: https://w3id.org/jp-cos/sectionNumber
104-
- property: https://w3id.org/jp-cos/courseOfStudy
105-
- property:
106-
- property: http://schema.org/workExample
107-
- property: http://schema.org/isPartOf
108-
```
109-
* ``shape_orders``: controls the order in which resource descriptions are output to about.html. The descriptions are output in the order of the resource shapes listed here. If not set, the default is alphabetical order of shape URIs. Set as a list, as in the following example:
110-
```yaml
111-
shape_orders:
112-
- https://example.org/ItemShape
113-
- https://example.org/BookShape
114-
```
115-
* ``google_analytics``: Google tracking code for usage statistics by [Google Analytics](https://analytics.google.com).
116-
```yaml
117-
google_analytics: G-XXXXXXXXXXXX
118-
```
119-
* ``google_custom_search_id``: Specify the search engine ID for setting up a site search form using [Google Custom Search](https://developers.google.com/custom-search). .
120-
```yaml
121-
google_custom_search_id: 0123456789
122-
* ``ogp``: Specify [OGP (Open Graph Protocol)](https://ogp.me) settings if you have additional logo settings for social networking sites, etc. You can specify ``ogp:image``, ``ogp:type``, etc.
123-
```yaml
124-
ogp:
125-
image: https://example.org/logo2.png
126-
type: article
127-
```
12881
12982
A more detailed instructions can be found at https://ttl2html-doc.readthedocs.io/.
13083
131-
## See also
84+
## News
85+
86+
### 2024-12-22
87+
88+
:trophy: We received the **Technology Award** at the [LOD Challenge Japan 2024](https://2024.lodc.jp/)
89+
90+
* Linked Open Data Challenge Japan 2024 Organizing Committee. [[Press release] Linked Open Data Challenge Japan 2024 Winners Announced](https://2024.lodc.jp/awardPressRelease2024.html). 2024-11-27. (in Japanese)
91+
* Linked Open Data Challenge Japan 2024 Organizing Committee. [[Event report] LOD Challenge Japan 2024 Award Ceremony Symposium](https://2024.lodc.jp/awardSymposium2024Report.html). 2025-01-11. (in Japanese)
92+
* Yuka Egusa. [We received the "Technology Award" at the "LOD Challenge 2024"](https://www.nier.go.jp/03_laboratory/pdf/222.pdf#page=10). NIER NEWS. 2025, No.222, p.10. (in Japanese)
93+
94+
## Bundled tool
13295
13396
There is another tool **``xlsx2shape``** to describe a dataset schema using SHACL. See [README-xlsx2shape.md](README-xlsx2shape.md) for details.
13497

0 commit comments

Comments
 (0)