Skip to content

Commit

Permalink
Add v0.4.1 context and schema files
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Jan 21, 2024
1 parent 780ec85 commit a6b26f9
Show file tree
Hide file tree
Showing 2 changed files with 558 additions and 0 deletions.
56 changes: 56 additions & 0 deletions docs/context/0.4.1.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"@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",
"verifications": "http://purl.org/iscc/terms/#verifications"
}
}
Loading

0 comments on commit a6b26f9

Please sign in to comment.