-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathiscc.jsonld
57 lines (57 loc) · 2.72 KB
/
iscc.jsonld
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
{
"@context": {
"iscc": "@id",
"CreativeWork": "http://schema.org/CreativeWork",
"TextDigitalDocument": "http://schema.org/TextDigitalDocument",
"ImageObject": "http://schema.org/ImageObject",
"AudioObject": "http://schema.org/AudioObject",
"VideoObject": "http://schema.org/VideoObject",
"$schema": "http://purl.org/iscc/terms/#$schema",
"name": "http://schema.org/name",
"description": "http://schema.org/disambiguatingDescription",
"meta": "http://purl.org/iscc/terms/#meta",
"creator": "http://schema.org/creator",
"license": "http://schema.org/license",
"acquire": "http://schema.org/acquireLicensePage",
"credit": "http://schema.org/creditText",
"rights": "http://schema.org/copyrightNotice",
"media_id": "http://schema.org/identifier",
"iscc_id": "http://schema.org/identifier",
"image": "http://schema.org/image",
"identifier": "http://schema.org/identifier",
"content": "http://schema.org/contentUrl",
"keywords": "http://schema.org/keywords",
"previous": "http://purl.org/iscc/terms/#previous",
"version": "http://schema.org/version",
"created": "http://schema.org/dateCreated",
"filename": "http://purl.org/iscc/terms/#filename",
"filesize": "http://schema.org/fileSize",
"mediatype": "http://schema.org/encodingFormat",
"duration": "http://schema.org/duration",
"fps": "http://purl.org/iscc/terms/#fps",
"width": "http://purl.org/iscc/terms/#width",
"height": "http://purl.org/iscc/terms/#height",
"characters": "http://purl.org/iscc/terms/#characters",
"pages": "http://schema.org/numberOfPages",
"language": "http://schema.org/inLanguage",
"parts": "http://purl.org/iscc/terms/#parts",
"part_of": "http://purl.org/iscc/terms/#part_of",
"features": "http://purl.org/iscc/terms/#features",
"generator": "http://purl.org/iscc/terms/#generator",
"thumbnail": "http://schema.org/thumbnailUrl",
"external_url": "http://purl.org/iscc/terms/#external_url",
"animation_url": "http://purl.org/iscc/terms/#animation_url",
"properties": "http://purl.org/iscc/terms/#properties",
"attributes": "http://purl.org/iscc/terms/#attributes",
"nft": "http://purl.org/iscc/terms/#nft",
"tophash": "http://purl.org/iscc/terms/#tophash",
"metahash": "http://purl.org/iscc/terms/#metahash",
"datahash": "http://purl.org/iscc/terms/#datahash",
"original": "http://purl.org/iscc/terms/#original",
"redirect": "http://purl.org/iscc/terms/#redirect",
"chain": "http://purl.org/iscc/terms/#chain",
"wallet": "http://purl.org/iscc/terms/#wallet",
"credentials": "https://www.w3.org/2018/credentials#VerifiableCredential",
"verifications": "http://purl.org/iscc/terms/#verifications"
}
}