Labguru · JSON-LD Context

Labguru Context

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

9 Classes 19 Properties 2 Namespaces
View Context View on GitHub

Namespaces

labguru: https://www.labguru.com/ontology/
api: https://my.labguru.com/api/v1/

Classes

id name description created_at updated_at title notes token account_id

Properties

Property Type Container
Experiment reference
Project reference
Protocol reference
Milestone reference
Sample reference
Equipment reference
Inventory reference
Compound reference
Plasmid reference
Antibody reference
CellLine reference
Box reference
Location reference
Measurement reference
Dataset reference
Comment reference
Attachment reference
User reference
Organization reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "labguru": "https://www.labguru.com/ontology/",
    "api": "https://my.labguru.com/api/v1/",
    "Experiment": {
      "@id": "labguru:Experiment",
      "@type": "@id"
    },
    "Project": {
      "@id": "labguru:Project",
      "@type": "@id"
    },
    "Protocol": {
      "@id": "labguru:Protocol",
      "@type": "@id"
    },
    "Milestone": {
      "@id": "labguru:Milestone",
      "@type": "@id"
    },
    "Sample": {
      "@id": "labguru:Sample",
      "@type": "@id"
    },
    "Equipment": {
      "@id": "labguru:Equipment",
      "@type": "@id"
    },
    "Inventory": {
      "@id": "labguru:Inventory",
      "@type": "@id"
    },
    "Compound": {
      "@id": "labguru:Compound",
      "@type": "@id"
    },
    "Plasmid": {
      "@id": "labguru:Plasmid",
      "@type": "@id"
    },
    "Antibody": {
      "@id": "labguru:Antibody",
      "@type": "@id"
    },
    "CellLine": {
      "@id": "labguru:CellLine",
      "@type": "@id"
    },
    "Box": {
      "@id": "labguru:Box",
      "@type": "@id"
    },
    "Location": {
      "@id": "schema:Place",
      "@type": "@id"
    },
    "Measurement": {
      "@id": "labguru:Measurement",
      "@type": "@id"
    },
    "Dataset": {
      "@id": "schema:Dataset",
      "@type": "@id"
    },
    "Comment": {
      "@id": "schema:Comment",
      "@type": "@id"
    },
    "Attachment": {
      "@id": "schema:MediaObject",
      "@type": "@id"
    },
    "User": {
      "@id": "schema:Person",
      "@type": "@id"
    },
    "Organization": {
      "@id": "schema:Organization",
      "@type": "@id"
    },
    "id": "@id",
    "name": "schema:name",
    "description": "schema:description",
    "created_at": "schema:dateCreated",
    "updated_at": "schema:dateModified",
    "title": "schema:name",
    "notes": "schema:description",
    "token": "labguru:token",
    "account_id": "labguru:accountId"
  }
}