RSC · JSON-LD Context

Rsc Context

JSON-LD context defining the semantic vocabulary for Rsc from RSC.

5 Classes 15 Properties 4 Namespaces
View Context View on GitHub

Namespaces

rsc: https://developer.rsc.org/vocab/
schema: https://schema.org/
chebi: http://purl.obolibrary.org/obo/CHEBI_
cheminf: http://semanticscience.org/resource/CHEMINF_

Classes

Compound QueryResponse FilterStatus ExternalReference id

Properties

Property Type Container
smiles schema:Text
formula schema:Text
averageMass schema:Number
molecularWeight schema:Number
monoisotopicMass schema:Number
nominalMass schema:Integer
commonName schema:Text
referenceCount schema:Integer
dataSourceCount schema:Integer
pubmedCount schema:Integer
queryId schema:Text
status schema:Text
source schema:Text
externalId schema:Text
externalUrl reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "rsc": "https://developer.rsc.org/vocab/",
    "schema": "https://schema.org/",
    "chebi": "http://purl.obolibrary.org/obo/CHEBI_",
    "cheminf": "http://semanticscience.org/resource/CHEMINF_",

    "Compound": "rsc:Compound",
    "QueryResponse": "rsc:QueryResponse",
    "FilterStatus": "rsc:FilterStatus",
    "ExternalReference": "rsc:ExternalReference",

    "id": "@id",
    "smiles": {
      "@id": "cheminf:000018",
      "@type": "schema:Text"
    },
    "formula": {
      "@id": "cheminf:000042",
      "@type": "schema:Text"
    },
    "averageMass": {
      "@id": "cheminf:000060",
      "@type": "schema:Number"
    },
    "molecularWeight": {
      "@id": "cheminf:000058",
      "@type": "schema:Number"
    },
    "monoisotopicMass": {
      "@id": "cheminf:000337",
      "@type": "schema:Number"
    },
    "nominalMass": {
      "@id": "rsc:nominalMass",
      "@type": "schema:Integer"
    },
    "commonName": {
      "@id": "schema:name",
      "@type": "schema:Text"
    },
    "referenceCount": {
      "@id": "rsc:referenceCount",
      "@type": "schema:Integer"
    },
    "dataSourceCount": {
      "@id": "rsc:dataSourceCount",
      "@type": "schema:Integer"
    },
    "pubmedCount": {
      "@id": "rsc:pubmedCount",
      "@type": "schema:Integer"
    },
    "queryId": {
      "@id": "rsc:queryId",
      "@type": "schema:Text"
    },
    "status": {
      "@id": "rsc:queryStatus",
      "@type": "schema:Text"
    },
    "source": {
      "@id": "schema:provider",
      "@type": "schema:Text"
    },
    "externalId": {
      "@id": "schema:identifier",
      "@type": "schema:Text"
    },
    "externalUrl": {
      "@id": "schema:url",
      "@type": "@id"
    }
  }
}