Extensis · JSON-LD Context

Extensis Context

JSON-LD context defining the semantic vocabulary for Extensis from Extensis.

9 Classes 9 Properties 3 Namespaces
View Context View on GitHub

Namespaces

extensis: https://www.extensis.com/ns/
portfolio: https://portfolio.extensis.com/api/v1/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

name description type metadata id creator fileSize width height

Properties

Property Type Container
catalog reference
asset reference
catalog_id string
asset_id string
catalogs set
assets set
keywords set
createdDate dateTime
modifiedDate dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "extensis": "https://www.extensis.com/ns/",
    "portfolio": "https://portfolio.extensis.com/api/v1/",
    "catalog": {
      "@id": "extensis:Catalog",
      "@type": "@id"
    },
    "asset": {
      "@id": "extensis:Asset",
      "@type": "@id"
    },
    "catalog_id": {
      "@id": "extensis:catalogId",
      "@type": "xsd:string"
    },
    "asset_id": {
      "@id": "extensis:assetId",
      "@type": "xsd:string"
    },
    "name": "schema:name",
    "description": "schema:description",
    "type": "schema:fileFormat",
    "metadata": "schema:additionalProperty",
    "id": "@id",
    "catalogs": {
      "@id": "extensis:hasCatalog",
      "@container": "@set"
    },
    "assets": {
      "@id": "extensis:hasAsset",
      "@container": "@set"
    },
    "keywords": {
      "@id": "schema:keywords",
      "@container": "@set"
    },
    "creator": "schema:creator",
    "fileSize": "schema:contentSize",
    "width": "schema:width",
    "height": "schema:height",
    "createdDate": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "modifiedDate": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "xsd": "http://www.w3.org/2001/XMLSchema#"
  }
}