Card

Test:
Demand
rdf-schema#Class
schema:Demand
  
    [
  {
    "@id": "http://schema.org/Demand",
    "@type": [
      "http://www.w3.org/2000/01/rdf-schema#Class"
    ],
    "http://www.w3.org/2000/01/rdf-schema#label": [
      {
        "@value": "Demand"
      }
    ],
    "http://schema.org/additionalType": [
      {
        "@id": "http://www.w3.org/2000/01/rdf-schema#Class"
      },
      {
        "@id": "http://www.w3.org/2000/01/rdf-schema#Resource"
      }
    ],
    "http://www.w3.org/ns/prov#wasDerivedFrom": [
      {
        "@id": "http://schema.org/#8.0"
      }
    ]
  }
]