-
Notifications
You must be signed in to change notification settings - Fork 0
/
course2324.html
122 lines (109 loc) · 5.1 KB
/
course2324.html
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
<!DOCTYPE html>
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<meta charset="utf-8" />
<title>Semantic web course 19-20</title>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link href="https://dokie.li/media/css/basic.css" media="all" rel="stylesheet" title="Basic" />
<link href="https://dokie.li/media/css/dokieli.css" media="all" rel="stylesheet" />
<script src="https://dokie.li/scripts/dokieli.js"></script>
</head>
<body
about=""
prefix="rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs: http://www.w3.org/2000/01/rdf-schema#
owl: http://www.w3.org/2002/07/owl#
xsd: http://www.w3.org/2001/XMLSchema#
dcterms: http://purl.org/dc/terms/
dctypes: http://purl.org/dc/dcmitype/
foaf: http://xmlns.com/foaf/0.1/
pimspace: http://www.w3.org/ns/pim/space#
cc: https://creativecommons.org/ns#
skos: http://www.w3.org/2004/02/skos/core#
prov: http://www.w3.org/ns/prov#
qb: http://purl.org/linked-data/cube#
schema: http://schema.org/
void: http://rdfs.org/ns/void#
rsa: http://www.w3.org/ns/auth/rsa#
cert: http://www.w3.org/ns/auth/cert#
wgs: http://www.w3.org/2003/01/geo/wgs84_pos#
bibo: http://purl.org/ontology/bibo/
sioc: http://rdfs.org/sioc/ns#
doap: http://usefulinc.com/ns/doap#
dbr: http://dbpedia.org/resource/
dbp: http://dbpedia.org/property/
sio: http://semanticscience.org/resource/
opmw: http://www.opmw.org/ontology/
deo: http://purl.org/spar/deo/
doco: http://purl.org/spar/doco/
cito: http://purl.org/spar/cito/
fabio: http://purl.org/spar/fabio/
oa: http://www.w3.org/ns/oa#
as: https://www.w3.org/ns/activitystreams#
ldp: http://www.w3.org/ns/ldp#
solid: http://www.w3.org/ns/solid/terms#
acl: http://www.w3.org/ns/auth/acl#
dio: https://w3id.org/dio#"
typeof="schema:CreativeWork sioc:Post prov:Entity">
<main>
<article about="" typeof="schema:Article">
<h1>Course 23-24 (Semantic web/New advances in semantic web)</h1>
<div id="authors">
<ul>
<li><a href="http://labra.weso.es/"
about="http://labra.weso.es#me"
property="schema:name"
typeof="http://xmlns.com/foaf/0.1/Person">Jose Emilio Labra Gayo</a></li>
</ul>
<ul id="affiliations">
<li id="uniovi">
<a
about="http://www.wikidata.org/entity/Q2303432"
rel="schema:url" typeof="schema:Organization"
property="schema:name"
href="http://uniovi.es">University of Oviedo, Spain</a>
</li>
</ul>
</div>
<h2>Lecture note slides</h2>
<ul>
<li><a href="slides/course2324/20_SemWeb.pdf">Introduction to semantic web (Spanish)</a></li>
<li><a href="slides/course2324/21_RDF.pdf">Introduction to RDF and RDF modeling (Spanish)</a></li>
<li><a href="slides/course2324/21_RDF_Ejercicios.pdf">Exercises about RDF modeling (Spanish)</a></li>
<li><a href="slides/course2223/22_Wikidata.pdf">Introduction to Wikidata (Spanish)</a></li>
<li><a href="slides/course1920/23_AplicacionesRDF.pdf">RDF applications (Spanish)</a></li>
<li><a href="slides/course2223/24_SPARQL.pdf">SPARQL (Spanish)</a></li>
<li><a href="slides/course2223/25_ValidatingRDF.pdf">Validando datos RDF (ShEx/SHACL) (Spanish)</a></li>
<li><a href="slides/course2223/26_Posicionamiento_Microdatos.pdf">Posicionamiento semántico</a></li>
<li><a href="slides/course2223/27_Ontologias.pdf">Ontologías</a></li>
<!-- <li><a href="slides/course2223/29_ModeladoDatosRDF.pdf">Modelado de datos en RDF</a></li> -->
</ul>
<h2>Other presentations</h2>
<ul>
<li><a href="slides/course2223/03_ShExByExample.pdf">ShEx by example</a></li>
<li><a href="slides/course2223/04_SHACLByExample.pdf">SHACL by example</a></li>
<li><a href="https://docs.google.com/presentation/d/16gAEuMKMcERFm_wbSVl5i5qP1ZYfxtzKgxbYB7kaSjM/edit?usp=sharing">Introduction to Entity schemas (Spanish)</a></li>
<li><a href="http://www.validatingrdf.com/tutorial/iswc2018/">Validating RDF data (tutorial material in English)</a></li>
<li><a href="http://labra.weso.es/talk/2020_challengesapplicationsdatashapes_kth/">Challenges and applications of data shapes</a></li>
</ul>
<h2>Tools and software</h2>
<ul>
<li><a href="http://rdfshape.weso.es">RDFShape</a></li>
<li><a href="https://github.com/cursosLabra/exampleWikibaseDocker">WikibaseDocker</a></li>
<li><a href="https://jena.apache.org/">Apache Jena (contains Fuseki triplestore)</a></li>
<li><a href="https://virtuoso.openlinksw.com/">Openlink Virtuosso</a></li>
</ul>
<h2>Books and further information</h2>
<ul>
<li><a href="http://book.validatingrdf.com/">Validating RDF Data</a></li>
<li><a href="https://kgbook.org/">Knowledge Graphs</a></li>
</ul>
<h2>Related courses</h2>
<ul>
<li>The course <a href="https://aidanhogan.com/teaching/cc7220-1-2021/">CC7220-1: La Web de Datos (2021), Universidad de Chile</a> from <a href="http://aidanhogan.com/">Aidan Hogan</a> contains very useful material</li>
<li><a href="https://web.stanford.edu/~vinayc/kg/2021/">CS520 - Knowledge Graphs, University of Stanford</a></li>
<li><a href="https://iccl.inf.tu-dresden.de/web/Knowledge_Graphs_(WS2022)/en">Knowledge Graphs, TU Dresden, Alemania</a></li>
</ul>
</article>
</main>
</body>
</html>