schema.org.ai

notion

All-in-one workspace for notes, docs, and project management.

Extends: Technology

Notion

All-in-one workspace for notes, docs, and project management.

Overview

Category: Productivity software

All-in-one workspace for notes, docs, and project management.

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: 'Notion',
  category: 'Productivity software',
  description: 'All-in-one workspace for notes, docs, and project management.',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Notion",
  "applicationCategory": "Productivity software",
  "description": "All-in-one workspace for notes, docs, and project management."
}