context Context
JSON-LD context defining the semantic vocabulary for context from Openverse.
30 Classes
9 Properties
5 Namespaces
Namespaces
schema:
https://schema.org/
openverse:
https://api.openverse.org/v1/schema/
xsd:
http://www.w3.org/2001/XMLSchema#
cc:
https://creativecommons.org/ns#
dcterms:
http://purl.org/dc/terms/
Classes
Audio
Image
Tag
Source
id
type
title
description
creator
license_version
attribution
source
provider
tags
category
filesize
filetype
duration
bit_rate
sample_rate
genres
alt_files
audio_set
height
width
aspect_ratio
mature
page
page_size
result_count
Properties
| Property |
Type |
Container |
| creator_url |
reference |
|
| license |
reference |
|
| license_url |
reference |
|
| url |
reference |
|
| foreign_landing_url |
reference |
|
| thumbnail |
reference |
|
| detail_url |
reference |
|
| related_url |
reference |
|
| indexed_on |
dateTime |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"openverse": "https://api.openverse.org/v1/schema/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"cc": "https://creativecommons.org/ns#",
"dcterms": "http://purl.org/dc/terms/",
"Audio": "schema:AudioObject",
"Image": "schema:ImageObject",
"Tag": "schema:DefinedTerm",
"Source": "schema:Organization",
"id": "@id",
"type": "@type",
"title": "dcterms:title",
"description": "dcterms:description",
"creator": "dcterms:creator",
"creator_url": { "@id": "dcterms:creator", "@type": "@id" },
"license": { "@id": "cc:license", "@type": "@id" },
"license_version": "cc:licenseVersion",
"license_url": { "@id": "cc:license", "@type": "@id" },
"attribution": "cc:attributionName",
"source": "dcterms:source",
"provider": "schema:provider",
"url": { "@id": "schema:url", "@type": "@id" },
"foreign_landing_url": { "@id": "schema:sameAs", "@type": "@id" },
"thumbnail": { "@id": "schema:thumbnailUrl", "@type": "@id" },
"detail_url": { "@id": "schema:url", "@type": "@id" },
"related_url": { "@id": "schema:relatedLink", "@type": "@id" },
"tags": "schema:keywords",
"category": "schema:category",
"filesize": "schema:fileSize",
"filetype": "schema:encodingFormat",
"duration": "schema:duration",
"bit_rate": "schema:bitrate",
"sample_rate": "schema:sampleRate",
"genres": "schema:genre",
"alt_files": "schema:associatedMedia",
"audio_set": "schema:album",
"height": "schema:height",
"width": "schema:width",
"aspect_ratio": "schema:width",
"indexed_on": { "@id": "dcterms:dateSubmitted", "@type": "xsd:dateTime" },
"mature": "schema:isFamilyFriendly",
"attribution": "schema:creditText",
"page": "schema:pageNumber",
"page_size": "schema:numberOfItems",
"result_count": "schema:totalResults"
}
}