Skip to content

Commit a1ba2a1

Browse files
edit doc, update prefix.cc
1 parent 05694ee commit a1ba2a1

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/)
66

7-
## Unreleased
7+
## [3.0.1] 2025-03-13
88

99
### Fixed
1010

11-
- Fixed error when "Properties to ignore" field is empty (or contains empty lines)
11+
- Fixed error when "Properties to ignore" field is empty, or contains empty lines.
12+
13+
### Changed
14+
15+
- Removed warning regarding "Fetch namespace prefixes from prefix.cc" parameter in documentation,
16+
since no information about the used namespaces is revealed when downloading the namespace list.
1217

1318
## [3.0.0] 2025-03-05
1419

cmem_plugin_shapes/doc/shapes_doc.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ If the graph is not imported, the new shapes are not activated and used.
2828

2929
**<a id="parameter_doc_prefix_cc">Fetch namespace prefixes from prefix.cc</a>**
3030

31-
Attempt to fetch namespace prefixes from prefix.cc instead of from the local database. If this fails, fall back on local
32-
database. Prefixes defined in the Corporate Memory project will override prefixes defined in the external database.
33-
34-
WARNING: Enabling this flag reveals information to an external service.
31+
Attempt to fetch the list of namespace prefixes from https://prefix.cc instead of using the local database. If this fails,
32+
fall back on the local database. Prefixes defined in the Corporate Memory project will override prefixes defined in the database.
3533

3634
**<a id="parameter_doc_ignore_properties">Properties to ignore</a>**
3735

cmem_plugin_shapes/plugin_shapes.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,10 @@ def str2bool(value: str) -> bool:
119119
param_type=BoolParameterType(),
120120
name="prefix_cc",
121121
label="Fetch namespace prefixes from prefix.cc",
122-
description="Attempt to fetch namespace prefixes from prefix.cc instead of from the "
123-
"local database. If this fails, fall back on local database. Prefixes defined in the "
124-
"Corporate Memory project will override prefixes defined in the external database.",
122+
description="Attempt to fetch the list of namespace prefixes from https://prefix.cc "
123+
"instead of using the local database. If this fails, fall back on the local database. "
124+
"Prefixes defined in the Corporate Memory project will override prefixes defined in "
125+
"the database.",
125126
advanced=True,
126127
),
127128
PluginParameter(

cmem_plugin_shapes/prefix_cc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@
14141414
"ldt": "https://www.w3.org/ns/ldt#",
14151415
"ldvm": "http://linked.opendata.cz/ontology/ldvm/",
14161416
"leak": "http://maco.com/",
1417-
"leaks": "https://cuzin.com/",
1417+
"leaks": "https://onlyfans.com/chelxie/",
14181418
"led": "http://led.kmi.open.ac.uk/term/",
14191419
"legal": "http://www.w3.org/ns/legal#",
14201420
"lemon": "http://lemon-model.net/lemon#",

0 commit comments

Comments
 (0)