-
Notifications
You must be signed in to change notification settings - Fork 915
Expand file tree
/
Copy pathissue-2173-examples.txt
More file actions
63 lines (45 loc) · 1.57 KB
/
issue-2173-examples.txt
File metadata and controls
63 lines (45 loc) · 1.57 KB
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
TYPES: #eg-0273 conditionsOfAccess
PRE-MARKUP:
<!-- Dataset with restricted access -->
MICRODATA:
<!-- Dataset with restricted access -->
<!-- JSON-LD example only -->
RDFA:
<!-- Dataset with restricted access -->
<!-- JSON-LD example only -->
JSON:
<!-- Dataset with restricted access -->
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Dataset",
"@id": "https://doi.org/10.7910/DVN/0OLJLM",
"name": "Restricted Access WFHS Leef Manager Linking Data, Version 1.0",
"conditionsOfAccess": "Access to this dataset can be obtained by visiting the Work, Family & Health Network web page and following the instructions: http://projects.iq.harvard.edu/wfhn/restricted-access-data."
}
</script>
TYPES: #eg-0274 conditionsOfAccess, ArchiveComponent
PRE-MARKUP:
<!-- ArchiveComponent with restricted access -->
MICRODATA:
<!-- ArchiveComponent with restricted access -->
<!-- JSON-LD example only -->
RDFA:
<!-- ArchiveComponent with restricted access -->
<!-- JSON-LD example only -->
JSON:
<!-- ArchiveComponent with restricted access -->
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": ["CreativeWork","ArchiveComponent"],
"url": "https://purl.stanford.edu/bp158wj7223",
"name": "Margaret Mitchell letter to Herschel Bricknell, 1936 August 22",
"conditionsOfAccess": "Online content is available for access via the Special Collections Reading Room.",
"holdingArchive": {
"@type": "ArchiveOrganization",
"name": "Stanford Digital Repository",
"url": "https://purl.stanford.edu/"
}
}
</script>