-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathschema_org.yml
46 lines (46 loc) · 1.33 KB
/
schema_org.yml
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
schema_org:
based_near:
property: contentLocation
type: "http://schema.org/Place"
value: name
contributor:
property: contributor
# used as the itemprop value for itemscoped attributes
type: "http://schema.org/Person"
value: name
creator:
property: creator
type: "http://schema.org/Person"
value: name
date_created:
property: dateCreated
description:
property: description
keyword:
property: keywords
language:
property: inLanguage
publisher:
property: publisher
type: "http://schema.org/Organization"
value: name
resource_type:
Article: "http://schema.org/Article"
Audio: "http://schema.org/AudioObject"
Book: "http://schema.org/Book"
Conference Proceeding: "http://schema.org/ScholarlyArticle"
Dataset: "http://schema.org/Dataset"
Dissertation: "http://schema.org/ScholarlyArticle"
Image: "http://schema.org/ImageObject"
Map or Cartographic Material: "http://schema.org/Map"
Masters Thesis: "http://schema.org/ScholarlyArticle"
Part of Book: "http://schema.org/Book"
Research Paper: "http://schema.org/ScholarlyArticle"
Software or Program Code: "http://schema.org/Code"
Video: "http://schema.org/VideoObject"
subject:
property: about
type: "http://schema.org/Thing"
value: name
title:
property: name