You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-30
Original file line number
Diff line number
Diff line change
@@ -17,37 +17,10 @@ Below is a graph showing the quality dimensions covered by KGHeartbeat and the p
17
17

18
18
19
19
## Examples
20
-
1.[How to choose the right KG to create an application that uses Cultural Heritage data.](#1-how-to-choose-the-right-kg-to-create-an-application-that-uses-cultural-heritage-data)
21
-
2.[What are the best 10 KGs in terms of Trust and Dataset dynamicity?](#2-what-are-the-best-10-kgs-in-terms-of-trust-and-dataset-dynamicity)
22
-
3.[What are the best KGs for automatic consumption?](#3-what-are-the-best-kgs-for-automatic-consumption)
20
+
1.[What are the best KGs for automatic consumption in the context of cultural heritage?](./examples/README.md#1-what-are-the-best-kgs-for-automatic-consumption-in-the-context-of-cultural-heritage)
21
+
2.[What are the best 10 KGs in terms of Trust and Dataset dynamicity?](./examples/README.md#2-what-are-the-best-10-kgs-in-terms-of-trust-and-dataset-dynamicity)
22
+
3.[What are the best KGs in the context of Linguistic Linked Open Data?](./examples/README.md#3-what-are-the-best-kgs-in-the-context-of-linguistic-linked-open-data)
23
23
24
-
### 1. How to choose the right KG to create an application that uses Cultural Heritage data.
25
-
We can filter the Knowledge Graphs to analyze using appropriate keywords to exclude those that do not interest us. For example we can use the following keywords: museum, library, archive, cultur, heritage, bibliotec, natural, biodiversity, geodiversity. Then the configuration.json file will be configured as follows:
Our tool in this case give us the following output:
30
-
```
31
-
Number of KG found with keyword cultur:118
32
-
Connection to API successful and data recovered
33
-
Number of KG found with keyword heritage:50
34
-
Connection to API successful and data recovered
35
-
Number of KG found with keyword bibliotec:18
36
-
Connection to API successful and data recovered
37
-
Number of KG found with keyword natural:67
38
-
Connection to API successful and data recovered
39
-
Number of KG found with keyword biodiversity:11
40
-
Connection to API successful and data recovered
41
-
Number of KG found with keyword geodiversity:0
42
-
```
43
-
And then the analysis phase begins (Be careful, given the large number of KGs, this may take a long time to complete, depending on the load of the servers hosting the KG and your internet connection). At the end of the analysis we will be able to visualize the quality of the KGs analyzed through the csv file produced in the [Analysis results](/Analysis%20results/) folder, having as its name the date of execution of the analysis.
44
-
45
-
46
-
### 2. What are the best 10 KGs in terms of Trust and Dataset dynamicity?
47
-
48
-
49
-
50
-
### 3. What are the best KGs for automatic consumption?
51
24
52
25
## License
53
26
KGHeartbeat is licensed under the [MIT License](https://opensource.org/license/mit/).
@@ -74,6 +47,7 @@ Or, by a list of ids like this:
74
47
{"name": [], "id": ["dbpedia","taxref-ld"]}
75
48
```
76
49
If instead, you want to analyze all the Knowledge Graphs automatically discoverable from [LODCloud](https://lod-cloud.net/) and [DataHub](https://old.datahub.io/):
0 commit comments