GS1 · JSON-LD Context

Gs1 Resolver Linkset Context

JSON-LD context defining the semantic vocabulary for Gs1 Resolver Linkset from GS1.

3 Classes 7 Properties 8 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
gs1: http://gs1.org/voc/
rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs: http://www.w3.org/2000/01/rdf-schema#
owl: http://www.w3.org/2002/07/owl#
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#
skos: http://www.w3.org/2004/02/skos/core#

Classes

href linkset anchor

Properties

Property Type Container
gs1:value float
hreflang set
title
title* set
type
modified
itemDescription

JSON-LD Document

Raw ↑
{
	"@context": {
		"schema": "https://schema.org/",
		"gs1": "http://gs1.org/voc/",
		"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
		"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
		"owl": "http://www.w3.org/2002/07/owl#",
		"dcterms": "http://purl.org/dc/terms/",
		"xsd": "http://www.w3.org/2001/XMLSchema#",
		"skos": "http://www.w3.org/2004/02/skos/core#",
		"gs1:value": {
			"@type": "xsd:float"
		},
		"@protected": true,
		"href": "@id",
		"hreflang": {
			"@id": "dcterms:language",
			"@container": "@set"
		},
		"title": {
			"@id": "dcterms:title"
		},
		"title*": {
			"@id": "dcterms:title",
			"@container": "@set"
		},
		"type": {
			"@id": "dcterms:format"
		},
		"modified": {
			"@id": "dcterms:modified"
		},
		"itemDescription": {
			"@id": "rdfs:comment"
		},
		"linkset": "@nest",
		"anchor": "@id"
	}
}