Amazon Data Exchange · JSON-LD Context
Amazon Data Exchange Context
JSON-LD context defining the semantic vocabulary for Amazon Data Exchange from Amazon Data Exchange.
0 Classes
49 Properties
4 Namespaces
Namespaces
aws:
https://aws.amazon.com/data-exchange/
schema:
https://schema.org/
xsd:
http://www.w3.org/2001/XMLSchema#
rdfs:
http://www.w3.org/2000/01/rdf-schema#
Properties
| Property | Type | Container |
|---|---|---|
| DataSet | ||
| Revision | ||
| Asset | ||
| Job | ||
| EventAction | ||
| Id | string | |
| Arn | string | |
| Name | string | |
| Description | string | |
| AssetType | string | |
| Origin | string | |
| OriginDetails | ||
| DataSetId | string | |
| RevisionId | string | |
| Comment | string | |
| Finalized | boolean | |
| AssetDetails | ||
| S3SnapshotAsset | ||
| Size | long | |
| Type | string | |
| State | string | |
| Details | ||
| Errors | ||
| Event | ||
| Action | ||
| RevisionPublished | ||
| ExportRevisionToS3 | ||
| ExportAssetsToS3 | ||
| ImportAssetsFromS3 | ||
| RevisionDestination | ||
| AssetDestinations | ||
| Bucket | string | |
| Key | string | |
| KeyPattern | string | |
| Encryption | ||
| ProductId | string | |
| EventSourceToken | string | |
| DataSets | set | |
| Revisions | set | |
| Assets | set | |
| Jobs | set | |
| EventActions | set | |
| NextToken | string | |
| Tags | ||
| CreatedAt | dateTime | |
| UpdatedAt | dateTime | |
| message | string | |
| code | string | |
| requestId | string |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"aws": "https://aws.amazon.com/data-exchange/",
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"DataSet": {"@id": "aws:DataSet"},
"Revision": {"@id": "aws:Revision"},
"Asset": {"@id": "aws:Asset"},
"Job": {"@id": "aws:Job"},
"EventAction": {"@id": "aws:EventAction"},
"Id": {"@id": "aws:id", "@type": "xsd:string"},
"Arn": {"@id": "aws:arn", "@type": "xsd:string"},
"Name": {"@id": "schema:name", "@type": "xsd:string"},
"Description": {"@id": "schema:description", "@type": "xsd:string"},
"AssetType": {"@id": "aws:assetType", "@type": "xsd:string"},
"Origin": {"@id": "aws:origin", "@type": "xsd:string"},
"OriginDetails": {"@id": "aws:originDetails"},
"DataSetId": {"@id": "aws:dataSetId", "@type": "xsd:string"},
"RevisionId": {"@id": "aws:revisionId", "@type": "xsd:string"},
"Comment": {"@id": "schema:comment", "@type": "xsd:string"},
"Finalized": {"@id": "aws:finalized", "@type": "xsd:boolean"},
"AssetDetails": {"@id": "aws:assetDetails"},
"S3SnapshotAsset": {"@id": "aws:s3SnapshotAsset"},
"Size": {"@id": "schema:size", "@type": "xsd:long"},
"Type": {"@id": "aws:jobType", "@type": "xsd:string"},
"State": {"@id": "aws:state", "@type": "xsd:string"},
"Details": {"@id": "aws:details"},
"Errors": {"@id": "aws:errors"},
"Event": {"@id": "aws:event"},
"Action": {"@id": "aws:action"},
"RevisionPublished": {"@id": "aws:revisionPublished"},
"ExportRevisionToS3": {"@id": "aws:exportRevisionToS3"},
"ExportAssetsToS3": {"@id": "aws:exportAssetsToS3"},
"ImportAssetsFromS3": {"@id": "aws:importAssetsFromS3"},
"RevisionDestination": {"@id": "aws:revisionDestination"},
"AssetDestinations": {"@id": "aws:assetDestinations"},
"Bucket": {"@id": "aws:s3Bucket", "@type": "xsd:string"},
"Key": {"@id": "aws:s3Key", "@type": "xsd:string"},
"KeyPattern": {"@id": "aws:keyPattern", "@type": "xsd:string"},
"Encryption": {"@id": "aws:encryption"},
"ProductId": {"@id": "aws:productId", "@type": "xsd:string"},
"EventSourceToken": {"@id": "aws:eventSourceToken", "@type": "xsd:string"},
"DataSets": {"@id": "aws:dataSets", "@container": "@set"},
"Revisions": {"@id": "aws:revisions", "@container": "@set"},
"Assets": {"@id": "aws:assets", "@container": "@set"},
"Jobs": {"@id": "aws:jobs", "@container": "@set"},
"EventActions": {"@id": "aws:eventActions", "@container": "@set"},
"NextToken": {"@id": "aws:nextToken", "@type": "xsd:string"},
"Tags": {"@id": "aws:tags"},
"CreatedAt": {"@id": "schema:dateCreated", "@type": "xsd:dateTime"},
"UpdatedAt": {"@id": "schema:dateModified", "@type": "xsd:dateTime"},
"message": {"@id": "schema:description", "@type": "xsd:string"},
"code": {"@id": "aws:errorCode", "@type": "xsd:string"},
"requestId": {"@id": "aws:requestId", "@type": "xsd:string"}
}
}