1X Technologies · JSON-LD Context

1X Robotics Context

JSON-LD context defining the semantic vocabulary for 1X Robotics from 1X Technologies.

15 Classes 15 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
ros: http://www.ros.org/wiki/
robot: https://www.1x.tech/vocab/

Classes

name description foundingDate foundingLocation headquarters industry locomotionType payload deploymentDomain messageType topicName messagePackage observationHours vectorQuantized robotDescription

Properties

Property Type Container
1XTechnologies reference
url reference
sameAs reference
Robot reference
robotModel reference
EVE reference
NEO reference
ROS2Interface reference
WholeBodyTrajectory reference
DrivingCommand reference
halodiMessages reference
WorldModel reference
worldModelDataset reference
URDF reference
GitHubOrg reference

JSON-LD Document

1x-robotics-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "ros": "http://www.ros.org/wiki/",
    "robot": "https://www.1x.tech/vocab/",

    "1XTechnologies": {
      "@id": "schema:Organization",
      "@type": "@id"
    },
    "name": "schema:name",
    "url": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "description": "schema:description",
    "foundingDate": "schema:foundingDate",
    "foundingLocation": "schema:foundingLocation",
    "headquarters": "schema:location",
    "industry": "schema:industry",
    "sameAs": {
      "@id": "schema:sameAs",
      "@type": "@id"
    },

    "Robot": {
      "@id": "schema:Product",
      "@type": "@id"
    },
    "robotModel": {
      "@id": "robot:model",
      "@type": "@id"
    },
    "locomotionType": "robot:locomotionType",
    "payload": "robot:payload",
    "deploymentDomain": "robot:deploymentDomain",

    "EVE": {
      "@id": "robot:EVE",
      "@type": "@id",
      "locomotionType": {"@value": "wheeled"},
      "deploymentDomain": {"@value": "industrial, security"}
    },
    "NEO": {
      "@id": "robot:NEO",
      "@type": "@id",
      "locomotionType": {"@value": "bipedal"},
      "deploymentDomain": {"@value": "home, warehouse"}
    },

    "ROS2Interface": {
      "@id": "ros:ROS2",
      "@type": "@id"
    },
    "messageType": "ros:messageType",
    "topicName": "ros:topicName",
    "messagePackage": "ros:package",

    "WholeBodyTrajectory": {
      "@id": "robot:WholeBodyTrajectory",
      "@type": "@id"
    },
    "DrivingCommand": {
      "@id": "robot:DrivingCommand",
      "@type": "@id"
    },
    "halodiMessages": {
      "@id": "robot:halodiMessages",
      "@type": "@id"
    },

    "WorldModel": {
      "@id": "robot:WorldModel",
      "@type": "@id"
    },
    "worldModelDataset": {
      "@id": "robot:worldModelDataset",
      "@type": "@id"
    },
    "observationHours": "robot:observationHours",
    "vectorQuantized": "robot:vectorQuantized",

    "URDF": {
      "@id": "robot:URDF",
      "@type": "@id"
    },
    "robotDescription": "robot:robotDescription",

    "GitHubOrg": {
      "@id": "schema:codeRepository",
      "@type": "@id"
    }
  },
  "@graph": [
    {
      "@type": "1XTechnologies",
      "name": "1X Technologies",
      "url": "https://www.1x.tech",
      "description": "Norwegian-American humanoid robotics company building general-purpose bipedal robots designed to live and work alongside people.",
      "foundingDate": "2014",
      "foundingLocation": "Norway",
      "headquarters": "Palo Alto, California",
      "industry": "Humanoid Robotics, Embodied AI",
      "sameAs": [
        "https://en.wikipedia.org/wiki/1X_Technologies",
        "https://github.com/1x-technologies",
        "https://www.linkedin.com/company/1x-tech"
      ]
    }
  ]
}