JSON-LD Server

Viewing: community_property_definitions_be.jsonld

Resources in this file

Item #1

ID:

schoolName
host:schoolName

Type:

PropertyDefinition
opendthX:PropertyDefinition

Item #2

ID:

numberOfClassrooms
host:numberOfClassrooms

Type:

PropertyDefinition
opendthX:PropertyDefinition

Item #3

ID:

ageRange
host:ageRange

Type:

PropertyDefinition
opendthX:PropertyDefinition

Item #4

ID:

accreditation
host:accreditation

Type:

PropertyDefinition
opendthX:PropertyDefinition

Item #5

ID:

minimumAge
host:minimumAge

Type:

PropertyDefinition
opendthX:PropertyDefinition

Item #6

ID:

maximumAge
host:maximumAge

Type:

PropertyDefinition
opendthX:PropertyDefinition

Item #7

ID:

numberOfPupils
host:numberOfPupils

Type:

PropertyDefinition
opendthX:PropertyDefinition

Item #8

ID:

hasPlayground
host:hasPlayground

Type:

PropertyDefinition
opendthX:PropertyDefinition

Raw JSON-LD

{
  "@context": {
    "host": "https://community.be/property_definitions/",
    "opendthX": "https://abstracts.opendthx.org/v1.0/",
    "qudt": "http://qudt.org/schema/qudt/",
    "unit": "http://qudt.org/vocab/unit/"
  },
  "@graph": [
    {
      "@id": "host:schoolName",
      "@type": "opendthX:PropertyDefinition",
      "identifier": "PROP-CMBE-0001",
      "name": {
        "en": "School name",
        "nl-BE": "Schoolnaam",
        "fr-BE": "Nom de l'école"
      },
      "definition": {
        "en": "The official name of the school.",
        "nl-BE": "De officiële naam van de school.",
        "fr-BE": "Le nom officiel de l'école."
      },
      "acceptedValues": "",
      "defaultUnit": "qudt:STRING",
      "referenceDefinition": "",
      "propertyNature": "static",
      "referenceOrigin": "hosted",
      "referenceNature": "regular",
      "calculated": false
    },
    {
      "@id": "host:numberOfClassrooms",
      "@type": "opendthX:PropertyDefinition",
      "identifier": "PROP-CM-0002",
      "name": "Number of classrooms",
      "definition": "The total number of classrooms available in the school.",
      "acceptedValues": "",
      "defaultUnit": "qudt:DIMENSIONLESS",
      "referenceDefinition": "",
      "propertyNature": "volatile",
      "referenceOrigin": "hosted",
      "referenceNature": "regular",
      "calculated": false
    },
    {
      "@id": "host:ageRange",
      "@type": "opendthX:PropertyDefinition",
      "identifier": "PROP-CM-0003",
      "name": "Age range",
      "definition": "The age range of pupils for which the school is intended.",
      "acceptedValues": "",
      "defaultUnit": "qudt:STRING",
      "referenceDefinition": "",
      "propertyNature": "static",
      "referenceOrigin": "hosted",
      "referenceNature": "regular",
      "calculated": false
    },
    {
      "@id": "host:accreditation",
      "@type": "opendthX:PropertyDefinition",
      "identifier": "PROP-CM-0004",
      "name": "Accreditation",
      "definition": "The official accreditation status of the school as granted by a recognised authority.",
      "acceptedValues": [
        "accredited",
        "provisional",
        "not accredited"
      ],
      "defaultUnit": "qudt:DIMENSIONLESS",
      "referenceDefinition": "",
      "propertyNature": "volatile",
      "referenceOrigin": "hosted",
      "referenceNature": "regular",
      "calculated": false
    },
    {
      "@id": "host:minimumAge",
      "@type": "opendthX:PropertyDefinition",
      "identifier": "PROP-CM-0005",
      "name": "Minimum age",
      "definition": "The minimum age in years of pupils admitted to the school.",
      "acceptedValues": "",
      "defaultUnit": "qudt:DIMENSIONLESS",
      "referenceDefinition": "",
      "propertyNature": "static",
      "referenceOrigin": "hosted",
      "referenceNature": "regular",
      "calculated": false
    },
    {
      "@id": "host:maximumAge",
      "@type": "opendthX:PropertyDefinition",
      "identifier": "PROP-CM-0006",
      "name": "Maximum age",
      "definition": "The maximum age in years of pupils admitted to the school.",
      "acceptedValues": "",
      "defaultUnit": "qudt:DIMENSIONLESS",
      "referenceDefinition": "",
      "propertyNature": "static",
      "referenceOrigin": "hosted",
      "referenceNature": "regular",
      "calculated": false
    },
    {
      "@id": "host:numberOfPupils",
      "@type": "opendthX:PropertyDefinition",
      "identifier": "PROP-CM-0007",
      "name": "Number of pupils",
      "definition": "The total number of pupils currently enrolled at the school.",
      "acceptedValues": "",
      "defaultUnit": "qudt:DIMENSIONLESS",
      "referenceDefinition": "",
      "propertyNature": "volatile",
      "referenceOrigin": "hosted",
      "referenceNature": "temporary",
      "calculated": false
    },
    {
      "@id": "host:hasPlayground",
      "@type": "opendthX:PropertyDefinition",
      "identifier": "PROP-CM-0008",
      "name": "Has playground",
      "definition": "Indicates whether the school has a dedicated outdoor playground.",
      "acceptedValues": "",
      "defaultUnit": "qudt:DIMENSIONLESS",
      "referenceDefinition": "",
      "propertyNature": "static",
      "referenceOrigin": "hosted",
      "referenceNature": "regular",
      "calculated": false
    }
  ]
}