JSON-LD Server

Viewing: community_type_definitions_eu_be.jsonld

Resources in this file

Item #1

ID:

School
host:School

Type:

TypeDefinition
opendthX:TypeDefinition

Item #2

ID:

ElementarySchool
host:ElementarySchool

Type:

TypeDefinition
opendthX:TypeDefinition

Raw JSON-LD

{
  "@context": {
    "host": "https://community.be/type_definitions/",
    "opendthX": "https://abstracts.opendthx.org/v1.0/",
    "DO1_EnD_S_1": "https://domain.org/entity_definitions/",
    "CMBE2_PrD_S_1": "https://community.be/property_definitions/"
  },
  "@graph": [
    {
      "@id": "host:School",
      "@type": "opendthX:TypeDefinition",
      "extends": "DO1_EnD_S_1:Building",
      "definition": {
        "en": "A building used for educational purposes.",
        "nl-BE": "Een gebouw dat wordt gebruikt voor onderwijsdoeleinden.",
        "fr-BE": "Un bâtiment utilisé à des fins éducatives."
      },
      "propertyDefinitions[]": [
        {
          "id": "CMBE2_PrD_S_1:schoolName",
          "required": true
        },
        {
          "id": "CMBE2_PrD_S_1:numberOfClassrooms",
          "required": true
        },
        {
          "id": "CMBE2_PrD_S_1:ageRange",
          "required": false
        },
        {
          "id": "CMBE2_PrD_S_1:accreditation",
          "required": false
        }
      ],
      "relationshipDefinitions[]": []
    },
    {
      "@id": "host:ElementarySchool",
      "@type": "opendthX:TypeDefinition",
      "extends": "CMBE1_TyD_S_1:School",
      "definition": {
        "en": "A school providing primary education typically for children aged 4 to 12.",
        "nl-BE": "Een school die lager onderwijs aanbiedt, doorgaans voor kinderen van 4 tot 12 jaar.",
        "fr-BE": "Une école dispensant un enseignement primaire généralement pour les enfants de 4 à 12 ans."
      },
      "propertyDefinitions[]": [
        {
          "id": "CMBE2_PrD_S_1:minimumAge",
          "required": true
        },
        {
          "id": "CMBE2_PrD_S_1:maximumAge",
          "required": true
        },
        {
          "id": "CMBE2_PrD_S_1:numberOfPupils",
          "required": false
        },
        {
          "id": "CMBE2_PrD_S_1:hasPlayground",
          "required": false
        }
      ],
      "relationshipDefinitions[]": []
    }
  ]
}