RDF · JSON-LD Context

Rdf Context

JSON-LD context defining the semantic vocabulary for Rdf from RDF.

0 Classes 30 Properties 7 Namespaces
View Context View on GitHub

Namespaces

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#
xsd: http://www.w3.org/2001/XMLSchema#
skos: http://www.w3.org/2004/02/skos/core#
dcterms: http://purl.org/dc/terms/
schema: https://schema.org/

Properties

Property Type Container
Resource reference
Class reference
Property reference
Statement reference
Datatype reference
NamedGraph reference
subject reference
predicate reference
object
type reference
value
label string
comment string
domain reference
range reference
subClassOf reference
subPropertyOf reference
seeAlso reference
isDefinedBy reference
member reference set
first
rest reference
nil reference
name string
description string
url reference
title string
creator reference
created date
modified date

JSON-LD Document

rdf-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "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#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "skos": "http://www.w3.org/2004/02/skos/core#",
    "dcterms": "http://purl.org/dc/terms/",
    "schema": "https://schema.org/",

    "Resource": {
      "@id": "rdfs:Resource",
      "@type": "@id"
    },
    "Class": {
      "@id": "rdfs:Class",
      "@type": "@id"
    },
    "Property": {
      "@id": "rdf:Property",
      "@type": "@id"
    },
    "Statement": {
      "@id": "rdf:Statement",
      "@type": "@id"
    },
    "Datatype": {
      "@id": "rdfs:Datatype",
      "@type": "@id"
    },
    "NamedGraph": {
      "@id": "rdf:Graph",
      "@type": "@id"
    },

    "subject": {
      "@id": "rdf:subject",
      "@type": "@id"
    },
    "predicate": {
      "@id": "rdf:predicate",
      "@type": "@id"
    },
    "object": {
      "@id": "rdf:object"
    },
    "type": {
      "@id": "rdf:type",
      "@type": "@id"
    },
    "value": {
      "@id": "rdf:value"
    },

    "label": {
      "@id": "rdfs:label",
      "@type": "xsd:string"
    },
    "comment": {
      "@id": "rdfs:comment",
      "@type": "xsd:string"
    },
    "domain": {
      "@id": "rdfs:domain",
      "@type": "@id"
    },
    "range": {
      "@id": "rdfs:range",
      "@type": "@id"
    },
    "subClassOf": {
      "@id": "rdfs:subClassOf",
      "@type": "@id"
    },
    "subPropertyOf": {
      "@id": "rdfs:subPropertyOf",
      "@type": "@id"
    },
    "seeAlso": {
      "@id": "rdfs:seeAlso",
      "@type": "@id"
    },
    "isDefinedBy": {
      "@id": "rdfs:isDefinedBy",
      "@type": "@id"
    },
    "member": {
      "@id": "rdfs:member",
      "@type": "@id",
      "@container": "@set"
    },

    "first": {
      "@id": "rdf:first"
    },
    "rest": {
      "@id": "rdf:rest",
      "@type": "@id"
    },
    "nil": {
      "@id": "rdf:nil",
      "@type": "@id"
    },

    "name": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "description": {
      "@id": "dcterms:description",
      "@type": "xsd:string"
    },
    "url": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "title": {
      "@id": "dcterms:title",
      "@type": "xsd:string"
    },
    "creator": {
      "@id": "dcterms:creator",
      "@type": "@id"
    },
    "created": {
      "@id": "dcterms:created",
      "@type": "xsd:date"
    },
    "modified": {
      "@id": "dcterms:modified",
      "@type": "xsd:date"
    }
  }
}