Datamuse · JSON-LD Context

Datamuse Context

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

14 Classes 6 Properties 5 Namespaces
View Context View on GitHub

Namespaces

datamuse: https://api.datamuse.com/vocab#
schema: https://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
lexinfo: http://www.lexinfo.net/ontology/3.0/lexinfo#
ontolex: http://www.w3.org/ns/lemon/ontolex#

Classes

Word Suggestion partOfSpeech pronunciation synonym antonym hypernym hyponym holonym meronym rhyme homophone trigger vocabulary

Properties

Property Type Container
word string
score integer
numSyllables integer
tags set
defs set
defHeadword string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "datamuse": "https://api.datamuse.com/vocab#",
    "schema": "https://schema.org/",
    "skos": "http://www.w3.org/2004/02/skos/core#",
    "lexinfo": "http://www.lexinfo.net/ontology/3.0/lexinfo#",
    "ontolex": "http://www.w3.org/ns/lemon/ontolex#",
    "Word": "datamuse:Word",
    "Suggestion": "datamuse:Suggestion",
    "word": {
      "@id": "ontolex:writtenRep",
      "@type": "xsd:string"
    },
    "score": {
      "@id": "datamuse:score",
      "@type": "xsd:integer"
    },
    "numSyllables": {
      "@id": "datamuse:numSyllables",
      "@type": "xsd:integer"
    },
    "tags": {
      "@id": "datamuse:tag",
      "@container": "@set"
    },
    "defs": {
      "@id": "skos:definition",
      "@container": "@set"
    },
    "defHeadword": {
      "@id": "datamuse:defHeadword",
      "@type": "xsd:string"
    },
    "partOfSpeech": "lexinfo:partOfSpeech",
    "pronunciation": "ontolex:phoneticRep",
    "synonym": "skos:related",
    "antonym": "datamuse:antonym",
    "hypernym": "skos:broader",
    "hyponym": "skos:narrower",
    "holonym": "datamuse:holonym",
    "meronym": "datamuse:meronym",
    "rhyme": "datamuse:rhyme",
    "homophone": "datamuse:homophone",
    "trigger": "datamuse:trigger",
    "vocabulary": "datamuse:vocabulary"
  }
}