JSON-LD Server

Viewing: own_definition_server.jsonld

Resources in this file

Item #1

ID:

NorthCampusSchool
host_type:NorthCampusSchool

Type:

TypeDefinition
opendthX:TypeDefinition

Item #2

ID:

internalSchoolCode
host_prop:internalSchoolCode

Type:

PropertyDefinition
opendthX:PropertyDefinition

Item #3

ID:

campusZone
host_prop:campusZone

Type:

PropertyDefinition
opendthX:PropertyDefinition

Raw JSON-LD

{
  "@context": {
    "opendthX": "https://todw.opendthx.org/abstracts/v1.0/",
    "CM1_TyD_S_1": "https://todw.theopendigitalworld.org/type_definitions/",
    "qudt": "http://qudt.org/schema/qudt/",
    "unit": "http://qudt.org/vocab/unit/",
    "host_type": "https://todw.witas.be/type_definitions/",
    "host_prop": "https://todw.witas.be/property_definitions/"
  },
  "@graph": [
    {
      "@id": "host_type:NorthCampusSchool",
      "@type": "opendthX:TypeDefinition",
      "extends": "CMBE1_TyD_S_1:ElementarySchool",
      "name": {
        "en": "North Campus School",
        "nl-BE": "Noord Campus School"
      },
      "definition": {
        "en": "A school located on the North Campus with specific internal classification requirements.",
        "nl-BE": "Een school gelegen op de Noord Campus met specifieke interne classificatievereisten."
      },
      "propertyDefinitions[]": [
        {
          "id": "host_prop:internalSchoolCode",
          "required": true
        },
        {
          "id": "host_prop:campusZone",
          "required": false
        }
      ],
      "relationshipDefinitions[]": []
    },
    {
      "@id": "host_prop:internalSchoolCode",
      "@type": "opendthX:PropertyDefinition",
      "identifier": "PROP-OWN-0001",
      "name": "Internal school code",
      "definition": "The internal classification code assigned to the school by the campus owner.",
      "acceptedValues": "",
      "defaultUnit": "qudt:STRING",
      "referenceDefinition": "",
      "propertyNature": "static",
      "referenceOrigin": "hosted",
      "referenceNature": "permanent",
      "calculated": false
    },
    {
      "@id": "host_prop:campusZone",
      "@type": "opendthX:PropertyDefinition",
      "identifier": "PROP-OWN-0002",
      "name": "Campus zone",
      "definition": "The designated zone within the campus where the building is located.",
      "acceptedValues": [
        "north",
        "south",
        "east",
        "west",
        "central"
      ],
      "defaultUnit": "qudt:DIMENSIONLESS",
      "referenceDefinition": "",
      "propertyNature": "static",
      "referenceOrigin": "hosted",
      "referenceNature": "regular",
      "calculated": false
    }
  ]
}