-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
91 lines (82 loc) · 3.5 KB
/
index.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
<!DOCTYPE html>
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Semantic web course</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>Semantic Web Course</h1>
<ul id="authors">
<li><a href="http://labra.weso.es/"
resource="http://www.wikidata.org/entity/Q51602692"
typeof="http://xmlns.com/foaf/0.1/Person">Jose Emilio Labra Gayo</a>,
<a href="http://uniovi.es">University of Oviedo, Spain</a>
</li>
</ul>
<section id="context">
<h2>Context</h2>
<p>These web pages are developed for two courses that are part of the
<a href="http://miw.uniovi.es/">Master in Web Engineering</a> at the
<a href="http://ingenieriainformatica.uniovi.es/">School of Computer Science Engineering</a>.
<p>Although this web site is in English, the subject is taught in Spanish, so most of the slides are in Spanish.
<p>The courses are <i>Semantic web (Web Semántica)</i> and <i>New advances in Semantic web (Nuevos avances en Web Semántica)</i>.
We decided to keep a single web page for both courses as they share some teaching material</p>
</section>
<section id="CourseEditions">
<h2>Course editions</h2>
<p>Although the course started in 2007, we were using University of Oviedo's virtual campus infrastructure to store teaching material.
In 2020, we decided to create this complementary web page to allocate teaching resources that we consider public.
<ul>
<li><a href="course2324.html">Latest edition (2023-24)</a></li>
<li><a href="course2223.html">Course 2022-23</a></li>
<li><a href="course2122.html">Course 2021-22</a></li>
<li><a href="course2021.html">Course 2020-21</a></li>
<li><a href="course1920.html">Course 2019-20</a></li>
</ul>
</section>
</article>
</main>
</body>
</html>