Datasets:

Modalities:
Text
Formats:
parquet
License:
VytasM commited on
Commit
a001ef7
·
verified ·
1 Parent(s): 88e0bb8

Upload lt_fakenews.jsonld with huggingface_hub

Browse files
Files changed (1) hide show
  1. lt_fakenews.jsonld +69 -0
lt_fakenews.jsonld ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "@context": "https://semiceu.github.io/MLDCAT-AP/releases/3.0.0/context/mldcat-ap.jsonld",
3
+ "@type": "dcat:Dataset",
4
+ "@id": "https://vssa.lrv.lt/dataset/LT_FakeNews",
5
+ "dct:identifier": "LT_FakeNews",
6
+ "dct:title": {
7
+ "@value": "Melagingos informacijos automatinio identifikavimo tekstynas",
8
+ "@language": "lt"
9
+ },
10
+ "dct:description": {
11
+ "@value": "Melagingos informacijos automatinio identifikavimo tekstynas, skirtas DI automatinio atpažinimo priemonių mokymui",
12
+ "@language": "lt"
13
+ },
14
+ "it6:collectionDate": "2026-04-02",
15
+ "dct:publisher": {
16
+ "@type": "foaf:Agent",
17
+ "foaf:name": "VSSA"
18
+ },
19
+ "dct:creator": {
20
+ "@type": "foaf:Agent",
21
+ "foaf:name": "UAB Delfi"
22
+ },
23
+ "dct:rightsHolder": {
24
+ "@type": "foaf:Agent",
25
+ "foaf:name": "VSSA"
26
+ },
27
+ "dct:license": {
28
+ "@id": "openRail"
29
+ },
30
+ "dct:accessRights": {
31
+ "@id": "http://publications.europa.eu/resource/authority/access-right/PUBLIC"
32
+ },
33
+ "dct:language": [
34
+ {
35
+ "@value": "lt"
36
+ }
37
+ ],
38
+ "it6:version": "1.0",
39
+ "dcat:keyword": [
40
+ {
41
+ "@value": "melagienos",
42
+ "@language": "lt"
43
+ },
44
+ {
45
+ "@value": "dezinformacija",
46
+ "@language": "lt"
47
+ },
48
+ {
49
+ "@value": "melagingos naujienos",
50
+ "@language": "lt"
51
+ }
52
+ ],
53
+ "dcat:landingPage": {
54
+ "@id": "https://vssa.lrv.lt/lt/apie-vssa/projektai/melagingos-informacijos-automatinio-identifikavimo-tekstyno-sukurimas/"
55
+ },
56
+ "dcat:distribution": [
57
+ {
58
+ "@type": "dcat:Distribution",
59
+ "@id": "https://vssa.lrv.lt/distribution/lt_fakenews",
60
+ "dct:title": {
61
+ "@value": "Pagrindinė distribucija",
62
+ "@language": "lt"
63
+ },
64
+ "dcat:accessURL": {
65
+ "@id": "https://clarin-repo.lt/home"
66
+ }
67
+ }
68
+ ]
69
+ }