Apache OpenMeetings · JSON-LD Context
Apache Openmeetings Context
JSON-LD context defining the semantic vocabulary for Apache Openmeetings from Apache OpenMeetings.
32 Classes
105 Properties
3 Namespaces
Namespaces
om:
https://openmeetings.apache.org/schema/
schema:
https://schema.org/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
RoomDTO
RoomOptionsDTO
AppointmentDTOWrapper
GroupDTO
Health
UserSearchResultWrapper
ExternalUserDTO
FileItemDTO
FileItemDTOWrapper
HealthWrapper
AppointmentDTO
RecordingDTO
UserDTO
ServiceResultWrapper
Address
MeetingMemberDTO
FileExplorerObjectWrapper
RoomDTOListWrapper
UserSearchResult
FileExplorerObject
UserDTOListWrapper
AppointmentDTOListWrapper
ServiceResult
RoomFileDTO
FileItemDTOListWrapper
UserDTOWrapper
Info
InvitationDTO
RoomDTOWrapper
GroupDTOListWrapper
RecordingDTOListWrapper
InfoWrapper
Properties
| Property | Type | Container |
|---|---|---|
| id | integer | |
| name | schema:name | |
| tag | string | |
| comment | string | |
| type | string | |
| capacity | integer | |
| appointment | boolean | |
| confno | string | |
| demo | boolean | |
| closed | boolean | |
| demoTime | integer | |
| externalId | string | |
| externalType | string | |
| redirectUrl | string | |
| moderated | boolean | |
| waitModerator | boolean | |
| allowUserQuestions | boolean | |
| allowRecording | boolean | |
| waitRecording | boolean | |
| audioOnly | boolean | |
| hiddenElements | string | set |
| files | string | set |
| public | boolean | |
| roomId | integer | |
| externalRoomId | string | |
| recordingId | integer | |
| moderator | boolean | |
| showAudioVideoTest | boolean | |
| allowSameURLMultipleTimes | boolean | |
| appointmentDTO | string | |
| inited | boolean | |
| installed | boolean | |
| dbOk | boolean | |
| userSearchResult | string | |
| login | string | |
| firstname | string | |
| lastname | string | |
| profilePictureUrl | string | |
| schema:email | ||
| hash | string | |
| parentId | integer | |
| groupId | integer | |
| ownerId | integer | |
| size | integer | |
| width | integer | |
| height | integer | |
| fileItemDTO | string | |
| health | string | |
| title | string | |
| location | string | |
| start | dateTime | |
| end | dateTime | |
| description | schema:description | |
| owner | string | |
| inserted | dateTime | |
| updated | dateTime | |
| deleted | boolean | |
| reminder | string | |
| room | string | |
| icalId | string | |
| meetingMembers | string | set |
| languageId | integer | |
| password | string | |
| passwordProtected | boolean | |
| connectedEvent | boolean | |
| reminderEmailSend | boolean | |
| status | string | |
| interview | boolean | |
| rights | string | set |
| address | string | |
| timeZoneId | string | |
| pictureUri | string | |
| serviceResult | string | |
| additionalname | string | |
| fax | string | |
| country | string | |
| street | string | |
| town | string | |
| zip | string | |
| phone | string | |
| user | string | |
| fileExplorerObject | string | |
| roomDTO | string | set |
| objectName | string | |
| records | integer | |
| result | string | set |
| errorKey | string | |
| userHome | string | set |
| roomHome | string | set |
| userHomeSize | integer | |
| roomHomeSize | integer | |
| userDTO | string | set |
| message | string | |
| fileId | integer | |
| wbIdx | integer | |
| version | string | |
| revision | string | |
| buildDate | string | |
| subject | string | |
| valid | string | |
| validFrom | string | |
| validTo | string | |
| groupDTO | string | set |
| recordingDTO | string | set |
| info | string |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"om": "https://openmeetings.apache.org/schema/",
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"RoomDTO": "om:RoomDTO",
"RoomOptionsDTO": "om:RoomOptionsDTO",
"AppointmentDTOWrapper": "om:AppointmentDTOWrapper",
"GroupDTO": "om:GroupDTO",
"Health": "om:Health",
"UserSearchResultWrapper": "om:UserSearchResultWrapper",
"ExternalUserDTO": "om:ExternalUserDTO",
"FileItemDTO": "om:FileItemDTO",
"FileItemDTOWrapper": "om:FileItemDTOWrapper",
"HealthWrapper": "om:HealthWrapper",
"AppointmentDTO": "om:AppointmentDTO",
"RecordingDTO": "om:RecordingDTO",
"UserDTO": "om:UserDTO",
"ServiceResultWrapper": "om:ServiceResultWrapper",
"Address": "om:Address",
"MeetingMemberDTO": "om:MeetingMemberDTO",
"FileExplorerObjectWrapper": "om:FileExplorerObjectWrapper",
"RoomDTOListWrapper": "om:RoomDTOListWrapper",
"UserSearchResult": "om:UserSearchResult",
"FileExplorerObject": "om:FileExplorerObject",
"UserDTOListWrapper": "om:UserDTOListWrapper",
"AppointmentDTOListWrapper": "om:AppointmentDTOListWrapper",
"ServiceResult": "om:ServiceResult",
"RoomFileDTO": "om:RoomFileDTO",
"FileItemDTOListWrapper": "om:FileItemDTOListWrapper",
"UserDTOWrapper": "om:UserDTOWrapper",
"Info": "om:Info",
"InvitationDTO": "om:InvitationDTO",
"RoomDTOWrapper": "om:RoomDTOWrapper",
"GroupDTOListWrapper": "om:GroupDTOListWrapper",
"RecordingDTOListWrapper": "om:RecordingDTOListWrapper",
"InfoWrapper": "om:InfoWrapper",
"id": {
"@id": "om:id",
"@type": "xsd:integer"
},
"name": {
"@id": "om:name",
"@type": "schema:name"
},
"tag": {
"@id": "om:tag",
"@type": "xsd:string"
},
"comment": {
"@id": "om:comment",
"@type": "xsd:string"
},
"type": {
"@id": "om:type",
"@type": "xsd:string"
},
"capacity": {
"@id": "om:capacity",
"@type": "xsd:integer"
},
"appointment": {
"@id": "om:appointment",
"@type": "xsd:boolean"
},
"confno": {
"@id": "om:confno",
"@type": "xsd:string"
},
"demo": {
"@id": "om:demo",
"@type": "xsd:boolean"
},
"closed": {
"@id": "om:closed",
"@type": "xsd:boolean"
},
"demoTime": {
"@id": "om:demoTime",
"@type": "xsd:integer"
},
"externalId": {
"@id": "om:externalId",
"@type": "xsd:string"
},
"externalType": {
"@id": "om:externalType",
"@type": "xsd:string"
},
"redirectUrl": {
"@id": "om:redirectUrl",
"@type": "xsd:string"
},
"moderated": {
"@id": "om:moderated",
"@type": "xsd:boolean"
},
"waitModerator": {
"@id": "om:waitModerator",
"@type": "xsd:boolean"
},
"allowUserQuestions": {
"@id": "om:allowUserQuestions",
"@type": "xsd:boolean"
},
"allowRecording": {
"@id": "om:allowRecording",
"@type": "xsd:boolean"
},
"waitRecording": {
"@id": "om:waitRecording",
"@type": "xsd:boolean"
},
"audioOnly": {
"@id": "om:audioOnly",
"@type": "xsd:boolean"
},
"hiddenElements": {
"@id": "om:hiddenElements",
"@container": "@set",
"@type": "xsd:string"
},
"files": {
"@id": "om:files",
"@container": "@set",
"@type": "xsd:string"
},
"public": {
"@id": "om:public",
"@type": "xsd:boolean"
},
"roomId": {
"@id": "om:roomId",
"@type": "xsd:integer"
},
"externalRoomId": {
"@id": "om:externalRoomId",
"@type": "xsd:string"
},
"recordingId": {
"@id": "om:recordingId",
"@type": "xsd:integer"
},
"moderator": {
"@id": "om:moderator",
"@type": "xsd:boolean"
},
"showAudioVideoTest": {
"@id": "om:showAudioVideoTest",
"@type": "xsd:boolean"
},
"allowSameURLMultipleTimes": {
"@id": "om:allowSameURLMultipleTimes",
"@type": "xsd:boolean"
},
"appointmentDTO": {
"@id": "om:appointmentDTO",
"@type": "xsd:string"
},
"inited": {
"@id": "om:inited",
"@type": "xsd:boolean"
},
"installed": {
"@id": "om:installed",
"@type": "xsd:boolean"
},
"dbOk": {
"@id": "om:dbOk",
"@type": "xsd:boolean"
},
"userSearchResult": {
"@id": "om:userSearchResult",
"@type": "xsd:string"
},
"login": {
"@id": "om:login",
"@type": "xsd:string"
},
"firstname": {
"@id": "om:firstname",
"@type": "xsd:string"
},
"lastname": {
"@id": "om:lastname",
"@type": "xsd:string"
},
"profilePictureUrl": {
"@id": "om:profilePictureUrl",
"@type": "xsd:string"
},
"email": {
"@id": "om:email",
"@type": "schema:email"
},
"hash": {
"@id": "om:hash",
"@type": "xsd:string"
},
"parentId": {
"@id": "om:parentId",
"@type": "xsd:integer"
},
"groupId": {
"@id": "om:groupId",
"@type": "xsd:integer"
},
"ownerId": {
"@id": "om:ownerId",
"@type": "xsd:integer"
},
"size": {
"@id": "om:size",
"@type": "xsd:integer"
},
"width": {
"@id": "om:width",
"@type": "xsd:integer"
},
"height": {
"@id": "om:height",
"@type": "xsd:integer"
},
"fileItemDTO": {
"@id": "om:fileItemDTO",
"@type": "xsd:string"
},
"health": {
"@id": "om:health",
"@type": "xsd:string"
},
"title": {
"@id": "om:title",
"@type": "xsd:string"
},
"location": {
"@id": "om:location",
"@type": "xsd:string"
},
"start": {
"@id": "om:start",
"@type": "xsd:dateTime"
},
"end": {
"@id": "om:end",
"@type": "xsd:dateTime"
},
"description": {
"@id": "om:description",
"@type": "schema:description"
},
"owner": {
"@id": "om:owner",
"@type": "xsd:string"
},
"inserted": {
"@id": "om:inserted",
"@type": "xsd:dateTime"
},
"updated": {
"@id": "om:updated",
"@type": "xsd:dateTime"
},
"deleted": {
"@id": "om:deleted",
"@type": "xsd:boolean"
},
"reminder": {
"@id": "om:reminder",
"@type": "xsd:string"
},
"room": {
"@id": "om:room",
"@type": "xsd:string"
},
"icalId": {
"@id": "om:icalId",
"@type": "xsd:string"
},
"meetingMembers": {
"@id": "om:meetingMembers",
"@container": "@set",
"@type": "xsd:string"
},
"languageId": {
"@id": "om:languageId",
"@type": "xsd:integer"
},
"password": {
"@id": "om:password",
"@type": "xsd:string"
},
"passwordProtected": {
"@id": "om:passwordProtected",
"@type": "xsd:boolean"
},
"connectedEvent": {
"@id": "om:connectedEvent",
"@type": "xsd:boolean"
},
"reminderEmailSend": {
"@id": "om:reminderEmailSend",
"@type": "xsd:boolean"
},
"status": {
"@id": "om:status",
"@type": "xsd:string"
},
"interview": {
"@id": "om:interview",
"@type": "xsd:boolean"
},
"rights": {
"@id": "om:rights",
"@container": "@set",
"@type": "xsd:string"
},
"address": {
"@id": "om:address",
"@type": "xsd:string"
},
"timeZoneId": {
"@id": "om:timeZoneId",
"@type": "xsd:string"
},
"pictureUri": {
"@id": "om:pictureUri",
"@type": "xsd:string"
},
"serviceResult": {
"@id": "om:serviceResult",
"@type": "xsd:string"
},
"additionalname": {
"@id": "om:additionalname",
"@type": "xsd:string"
},
"fax": {
"@id": "om:fax",
"@type": "xsd:string"
},
"country": {
"@id": "om:country",
"@type": "xsd:string"
},
"street": {
"@id": "om:street",
"@type": "xsd:string"
},
"town": {
"@id": "om:town",
"@type": "xsd:string"
},
"zip": {
"@id": "om:zip",
"@type": "xsd:string"
},
"phone": {
"@id": "om:phone",
"@type": "xsd:string"
},
"user": {
"@id": "om:user",
"@type": "xsd:string"
},
"fileExplorerObject": {
"@id": "om:fileExplorerObject",
"@type": "xsd:string"
},
"roomDTO": {
"@id": "om:roomDTO",
"@container": "@set",
"@type": "xsd:string"
},
"objectName": {
"@id": "om:objectName",
"@type": "xsd:string"
},
"records": {
"@id": "om:records",
"@type": "xsd:integer"
},
"result": {
"@id": "om:result",
"@container": "@set",
"@type": "xsd:string"
},
"errorKey": {
"@id": "om:errorKey",
"@type": "xsd:string"
},
"userHome": {
"@id": "om:userHome",
"@container": "@set",
"@type": "xsd:string"
},
"roomHome": {
"@id": "om:roomHome",
"@container": "@set",
"@type": "xsd:string"
},
"userHomeSize": {
"@id": "om:userHomeSize",
"@type": "xsd:integer"
},
"roomHomeSize": {
"@id": "om:roomHomeSize",
"@type": "xsd:integer"
},
"userDTO": {
"@id": "om:userDTO",
"@container": "@set",
"@type": "xsd:string"
},
"message": {
"@id": "om:message",
"@type": "xsd:string"
},
"fileId": {
"@id": "om:fileId",
"@type": "xsd:integer"
},
"wbIdx": {
"@id": "om:wbIdx",
"@type": "xsd:integer"
},
"version": {
"@id": "om:version",
"@type": "xsd:string"
},
"revision": {
"@id": "om:revision",
"@type": "xsd:string"
},
"buildDate": {
"@id": "om:buildDate",
"@type": "xsd:string"
},
"subject": {
"@id": "om:subject",
"@type": "xsd:string"
},
"valid": {
"@id": "om:valid",
"@type": "xsd:string"
},
"validFrom": {
"@id": "om:validFrom",
"@type": "xsd:string"
},
"validTo": {
"@id": "om:validTo",
"@type": "xsd:string"
},
"groupDTO": {
"@id": "om:groupDTO",
"@container": "@set",
"@type": "xsd:string"
},
"recordingDTO": {
"@id": "om:recordingDTO",
"@container": "@set",
"@type": "xsd:string"
},
"info": {
"@id": "om:info",
"@type": "xsd:string"
}
}
}