Stryker · JSON-LD Context

Stryker Context

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

22 Classes 4 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
stryker: https://www.stryker.com/vocab#

Classes

name description url identifier manufacturer brand model productID category MedicalDevice SurgicalDevice ImplantableDevice TotalKneeSurgery TotalHipSurgery SpinalSurgery NeurovascularProcedure HospitalEquipment AssetTracking OperatingRoom SurgicalProcedure MedicalOrganization Organization

Properties

Property Type Container
OrthopedicImplant schema:MedicalDevice
RoboticSurgicalSystem schema:MedicalDevice
ConnectedOR schema:SoftwareApplication
SmartEquipmentManagement schema:SoftwareApplication

JSON-LD Document

stryker-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "stryker": "https://www.stryker.com/vocab#",
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "identifier": "schema:identifier",
    "manufacturer": "schema:manufacturer",
    "brand": "schema:brand",
    "model": "schema:model",
    "productID": "schema:productID",
    "category": "schema:category",
    "MedicalDevice": "schema:MedicalDevice",
    "SurgicalDevice": "stryker:SurgicalDevice",
    "ImplantableDevice": "stryker:ImplantableDevice",
    "OrthopedicImplant": {
      "@id": "stryker:OrthopedicImplant",
      "@type": "schema:MedicalDevice"
    },
    "RoboticSurgicalSystem": {
      "@id": "stryker:RoboticSurgicalSystem",
      "@type": "schema:MedicalDevice"
    },
    "TotalKneeSurgery": "stryker:TotalKneeSurgery",
    "TotalHipSurgery": "stryker:TotalHipSurgery",
    "SpinalSurgery": "stryker:SpinalSurgery",
    "NeurovascularProcedure": "stryker:NeurovascularProcedure",
    "ConnectedOR": {
      "@id": "stryker:ConnectedOR",
      "@type": "schema:SoftwareApplication"
    },
    "SmartEquipmentManagement": {
      "@id": "stryker:SmartEquipmentManagement",
      "@type": "schema:SoftwareApplication"
    },
    "HospitalEquipment": "stryker:HospitalEquipment",
    "AssetTracking": "stryker:AssetTracking",
    "OperatingRoom": "stryker:OperatingRoom",
    "SurgicalProcedure": "schema:SurgicalProcedure",
    "MedicalOrganization": "schema:MedicalOrganization",
    "Organization": "schema:Organization"
  }
}