schema.org.ai

roam

Note-taking tool for networked thought.

Extends: Technology

Roam Research

Note-taking tool for networked thought.

Overview

Category: Productivity software

Note-taking tool for networked thought.

Related Skills

No related skills listed.

Occupations Using This Technology

No occupations listed.

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'Roam Research',
  category: 'Productivity software',
  description: 'Note-taking tool for networked thought.',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Roam Research",
  "applicationCategory": "Productivity software",
  "description": "Note-taking tool for networked thought."
}