]> git.mxchange.org Git - friendica.git/blob - static/funkwhale.audio.jsonld
Changes:
[friendica.git] / static / funkwhale.audio.jsonld
1 {
2   "@context": {
3     "id": "@id",
4     "type": "@type",
5     "as": "https://www.w3.org/ns/activitystreams#",
6     "schema": "http://schema.org#",
7     "fw": "https://funkwhale.audio/ns#",
8     "xsd": "http://www.w3.org/2001/XMLSchema#",
9     "Album": "fw:Album",
10     "Track": "fw:Track",
11     "Artist": "fw:Artist",
12     "Library": "fw:Library",
13     "bitrate": {
14       "@id": "fw:bitrate",
15       "@type": "xsd:nonNegativeInteger"
16     },
17     "size": {
18       "@id": "fw:size",
19       "@type": "xsd:nonNegativeInteger"
20     },
21     "position": {
22       "@id": "fw:position",
23       "@type": "xsd:nonNegativeInteger"
24     },
25     "disc": {
26       "@id": "fw:disc",
27       "@type": "xsd:nonNegativeInteger"
28     },
29     "library": {
30       "@id": "fw:library",
31       "@type": "@id"
32     },
33     "track": {
34       "@id": "fw:track",
35       "@type": "@id"
36     },
37     "cover": {
38       "@id": "fw:cover",
39       "@type": "as:Link"
40     },
41     "album": {
42       "@id": "fw:album",
43       "@type": "@id"
44     },
45     "artists": {
46       "@id": "fw:artists",
47       "@type": "@id",
48       "@container": "@list"
49     },
50     "released": {
51       "@id": "fw:released",
52       "@type": "xsd:date"
53     },
54     "musicbrainzId": "fw:musicbrainzId",
55     "license": {
56       "@id": "fw:license",
57       "@type": "@id"
58     },
59     "copyright": "fw:copyright",
60     "category": "sc:category",
61     "language": "sc:inLanguage"
62   }
63 }