Steelcase · JSON-LD Context

Steelcase Context

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

28 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
steelcase: https://www.steelcase.com/vocab/

Classes

id type Booking Room ConnectorStatus booking_id room_id room_name subject organizer start_time end_time attendee_count status calendar_source notes created_at name building floor capacity is_available equipment email_address roomwizard_id is_available_now next_available busy_slots

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "steelcase": "https://www.steelcase.com/vocab/",
    "id": "@id",
    "type": "@type",
    "Booking": "schema:Event",
    "Room": "schema:Place",
    "ConnectorStatus": "steelcase:ConnectorStatus",
    "booking_id": "steelcase:bookingId",
    "room_id": "steelcase:roomId",
    "room_name": "schema:name",
    "subject": "schema:name",
    "organizer": "schema:organizer",
    "start_time": "schema:startDate",
    "end_time": "schema:endDate",
    "attendee_count": "schema:maximumAttendeeCapacity",
    "status": "schema:eventStatus",
    "calendar_source": "steelcase:calendarSource",
    "notes": "schema:description",
    "created_at": "schema:dateCreated",
    "name": "schema:name",
    "building": "schema:containedInPlace",
    "floor": "steelcase:floor",
    "capacity": "schema:maximumAttendeeCapacity",
    "is_available": "schema:available",
    "equipment": "schema:amenityFeature",
    "email_address": "schema:email",
    "roomwizard_id": "steelcase:roomwizardId",
    "is_available_now": "steelcase:isAvailableNow",
    "next_available": "steelcase:nextAvailable",
    "busy_slots": "steelcase:busySlots"
  }
}