-
Notifications
You must be signed in to change notification settings - Fork 0
/
course1920.html
61 lines (52 loc) · 3.32 KB
/
course1920.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
<!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>Semantic web course, course 19-20</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/course1920/20_SemWeb.pdf">Introduction to semantic web (Spanish)</a></li>
<li><a href="slides/course1920/21_RDF.pdf">Introduction to RDF (Spanish)</a></li>
<li><a href="slides/course1920/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="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>
<li><a href="slides/course1920/27_Ontologias.pdf">Ontologies (Spanish)</a></li>
</ul>
<h2>Tools and software</h2>
<ul>
<li><a href="http://rdfshape.weso.es">RDFShape</a></li>
</ul>
</article>
</main>
</body>
</html>