-
Notifications
You must be signed in to change notification settings - Fork 57
/
mappings.html
102 lines (93 loc) · 4 KB
/
mappings.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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>
schema.rdfs.org - Mappings
</title>
<link rel="stylesheet" type="text/css" href="schemaorg.css" media="screen, projection">
<link rel="stylesheet" type="text/css" href="default.css">
</head>
<body>
<div id="container">
<div id="intro">
<div id="pageHeader">
<div class="wrapper">
<h1>
<a href="/">schema.rdfs.org</a>
</h1>
</div>
</div>
<div id="selectionbar">
<div class="wrapper">
<ul>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="faq.html">FAQ</a>
</li>
<li class="activelink">
<a href="mappings.html">Mappings</a>
</li>
<li>
<a href="tools.html">Tools</a>
</li>
<li>
<a href="learn.html">Learn</a>
</li>
<li>
<a href="index.html">Home</a>
</li>
</ul>
</div>
</div><!-- end intro -->
<div id="mainContent">
<h1>
Mappings of Web data vocabularies to Schema.org terms ...
</h1>
<h2>DBpedia</h2>
<p>
The <a href="http://wiki.dbpedia.org/Ontology">DBpedia</a> ontology is a collection of terms from the DBpedia project. The mapping from <a href="http://mappings.dbpedia.org/server/ontology/export">DBpedia to Schema.org terms</a> is available.
</p>
<h2>Dublin Core</h2>
<p>
<a href="http://dublincore.org/">Dublin Core</a> is a general purpose vocabulary. The <a href="http://wiki.dublincore.org/index.php/Schema.org_Alignment">DCMI Schema.org Alignment Task Group</a> is working on a mapping. A draft of the mappings of <a href="https://raw.github.com/dcmi/schema.org/master/mappings_schema.org.xml">Dublin Core Terms to Schema.org</a> is available (Note: this is work in progress).
</p>
<h2>FOAF</h2>
<p>
<a href="http://xmlns.com/foaf/spec/" title="FOAF Vocabulary Specification">FOAF</a> is a vocabulary for describing people, their characteristics and social networking features. The mapping will be available soon ...
</p>
<h2>GoodRelations</h2>
<p>
<a href="http://purl.org/goodrelations/">GoodRelations</a> is a vocabulary to describe products and product offerings. Learn more about the <a href="http://wiki.goodrelations-vocabulary.org/GoodRelations_and_schema.org">relation between GoodRelations and Schema.org</a>.
</p>
<h2>SIOC</h2>
<p>
<a href="http://sioc-project.org/">SIOC</a> is a vocabulary for describing online communities and posts (blogs, mailing lists, Wiki pages, etc.). The mapping from <a href="http://schema.rdfs.org/mappings/sioc">SIOC to Schema.org</a> terms is available.
</p>
<h2>BIBO</h2>
<p>
The <a href="http://bibliontology.com/">Bibliographic Ontology</a> is a vocabulary for describing bibliographic things (books, articles, patents, quotes...). A partial mapping from <a href="http://schema.rdfs.org/mappings/bibo">BIBO to Schema.org</a> terms is available.
</p>
<h2>WordNet</h2>
<p>
<a href="http://wordnet.princeton.edu/">WordNet®</a> is a large lexical database of English. A comprehensive mapping from <a href="http://schema.rdfs.org/mappings/schemaorg_wn.owl">WordNet to schema.org</a> terms is available.
</p>
<h2>More?</h2>
<p>
Did we miss out something? Read more about how to contribute a mapping on the <a href="about.html">about</a> page.
</p>
<p class="date">
Last Updated: 12 January 2012
</p>
</div><!-- end maincontent -->
</div><!-- closes #container -->
<div id="footer">
<p>
The code of this site is available via <a href="https://github.com/mhausenblas/schema-org-rdf">github</a> - blame <a href="http://sw-app.org/mic.xhtml#i">Michael</a> and <a href="http://richard.cyganiak.de/#me">Richard</a> from the Linked Data Research Centre, <a href="http://www.deri.ie/">DERI</a>, NUI Galway.
</p>
</div>
</div>
</body>
</html>