-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvoid.ttl
123 lines (110 loc) · 4.59 KB
/
void.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix reldr: <https://reld.dice-research.org/resource/> .
@prefix : <#> .
:RELD
rdf:type void:Dataset ;
foaf:homepage <https://reld-tutorial.readthedocs.io/en/latest/intro.html> ;
dcterms:title "Knowledge Graph of Relation Extraction" ;
void:sparqlEndpoint <http://reld.cs.upb.de:8890/sparql>;
dcterms:contributor <https://dice-research.org> ;
dcterms:source <https://github.com/dice-group/RELD> ;
dcterms:modified "2022-11-03"^^xsd:date ;
dcterms:publisher :Manzoor_Ali ;
dcterms:publisher :Muhammad_Saleem ;
dcterms:publisher :Diego_Moussallem ;
dcterms:publisher :Mohamed_Ahmed_Sherif ;
dcterms:publisher :Axel-Cyrille_Ngonga_Ngomo ;
dcterms:license <https://creativecommons.org/licenses/by-nc/3.0/> ;
void:feature <https://www.w3.org/ns/formats/data/Turtle> ;
void:fearure <https://www.w3.org/ns/formats/data/JSON-LD>;
void:triples 55305748 ;
void:vocabulary <http://reld.dice-research.org/resource/> ;
void:vocabulary <http://reld.dice-research.org/schema/> ;
void:vocabulary <http://purl.org/ontology/bibo/> ;
void:vocabulary <http://purl.org/net/nknouf/ns/bibtex#> ;
void:vocabulary <http://purl.org/dc/terms/> ;
void:vocabulary <http://xmlns.com/foaf/0.1/> ;
void:vocabulary <http://www.w3.org/2005/11/its/rdf#> ;
void:vocabulary <http://www.w3.org/ns/prov#> ;
void:vocabulary <http://www.w3.org/1999/02/22-rdf-syntax-ns#> ;
void:vocabulary <http://www.w3.org/2000/01/rdf-schema#> ;
void:vocabulary <http://schema.org/> ;
void:vocabulary <http://www.w3.org/2006/vcard/ns#> ;
void:vocabulary <http://www.w3.org/XML/1998/namespace> ;
void:vocabulary <http://www.w3.org/2001/XMLSchema#> ;
void:vocabulary <https://data.linkeddatafragments.org/> ;
void:linkPredicate rdfs:seeAlso ;
void:linkPredicate rdfs:label ;
void:linkPredicate rdf:type ;
void:linkPredicate owl:equivalenProperty ;
void:linkPredicate owl:sameAs .
reldr:Google_RE a void:Dataset;
void:target <https://reld.dice-research.org/>;
void:target <https://github.com/google-research-datasets/>;
void:linkPredicate owl:sameAs;
void:triples 685633 .
reldr:NYT-FB a void:Dataset;
void:target <https://reld.dice-research.org/>;
void:target <http://iesl.cs.umass.edu/riedel/ecml/>;
void:linkPredicate owl:sameAs;
void:triples 3119910 .
reldr:FewRel a void:Dataset;
void:target <https://reld.dice-research.org/>;
void:target <https://www.zhuhao.me/fewrel/>;
void:linkPredicate owl:sameAs;
void:triples 1288803 .
reldr:SemEval a void:Dataset;
void:target <https://reld.dice-research.org/>;
void:target <http://www.kozareva.com/>;
void:linkPredicate owl:sameAs;
void:triples 188991 .
reldr:WebNLG a void:Dataset;
void:target <https://reld.dice-research.org/>;
void:target <https://webnlg-challenge.loria.fr/>;
void:linkPredicate owl:sameAs;
void:triples 1863267 .
reldr:Wiki-RE a void:Dataset;
void:target <https://reld.dice-research.org/>;
void:target <https://www.informatik.tu-darmstadt.de/ukp/research_ukp/ukp_research_data_and_software/>;
void:linkPredicate owl:sameAs;
void:triples 41156660 .
reldr:docRed a void:Dataset;
void:target <https://reld.dice-research.org/>;
void:target <https://github.com/thunlp/DocRED>;
void:linkPredicate owl:sameAs;
void:triples 2487493 .
reldr:t-rex a void:Dataset;
void:target <https://reld.dice-research.org/>;
void:target <https://hadyelsahar.github.io/t-rex/downloads/>;
void:linkPredicate owl:sameAs.
:Manzoor_Ali a
foaf:Person ;
rdfs:label "Manzoor Ali" ;
foaf:homepage <https://dice-research.org/ManzoorAli>;
foaf:mbox <mailto:[email protected]> .
:Muhammad_Saleem a
foaf:Person ;
rdfs:label "Muhammad Saleem" ;
foaf:homepage <https://dice-research.org/MuhammadSaleem>;
foaf:mbox <mailto:[email protected]> .
:Diego_Moussallem a
foaf:Person ;
rdfs:label "Diego Moussallem" ;
foaf:homepage <https://dice-research.org/DiegoMoussallem>;
foaf:mbox <mailto:[email protected]> .
:Mohamed_Ahmed_Sherif a
foaf:Person ;
rdfs:label "Mohamed Ahmed Sherif" ;
foaf:homepage <https://dice-research.org/MohamedAhmedSherif>;
foaf:mbox <mailto:[email protected]> .
:Axel-Cyrille_Ngonga_Ngomo a
foaf:Person ;
rdfs:label "Axel-Cyrille Ngonga Ngomo" ;
foaf:homepage <https://dice-research.org/AxelCyrilleNgongaNgomo>;
foaf:mbox <mailto:[email protected]> .