Viewing: domain_entity_definitions.jsonld
No shapes available
Resources in this file
Raw JSON-LD
{
"@context": {
"host": "https://todw.opendthx.org/entity_definitions/",
"opendthX": "https://todw.opendthx.org/abstracts/v1.0/",
"DO2_PrD_S_1": "https://todw.opendthx.org/property_definitions/",
"DO3_ReD_S_1": "https://todw.opendthx.org/relationship_definitions/",
"MB1_PrD_S_1": "https://todw.matbim.be/property_definitions/"
},
"@graph": [
{
"@id": "host:Campus",
"@type": "opendthX:EntityDefinition",
"name": {
"en": "Campus",
"fr": "Campus",
"nl": "Campus",
"de": "Campus"
},
"definition": {
"en": "A defined area containing one or more buildings under common ownership or management.",
"fr": "Une zone définie contenant un ou plusieurs bâtiments sous propriété ou gestion commune.",
"nl": "Een afgebakend gebied met een of meer gebouwen onder gemeenschappelijk eigendom of beheer.",
"de": "Ein definiertes Gebiet mit einem oder mehreren Gebäuden unter gemeinsamer Eigentümerschaft oder Verwaltung."
},
"propertyDefinitions[]": [
{
"id": "DO2_PrD_S_1:campusName",
"required": true
},
{
"id": "DO2_PrD_S_1:numberOfBuildings",
"required": false
}
],
"relationshipDefinitions[]": [
{
"id": "DO3_ReD_S_1:hasBuilding",
"required": true
}
]
},
{
"@id": "host:Building",
"@type": "opendthX:EntityDefinition",
"name": {
"en": "Building",
"fr": "Bâtiment",
"nl": "Gebouw",
"de": "Gebäude"
},
"definition": {
"en": "A structure with a roof and walls standing permanently in one place, used for human habitation, work, or other purposes.",
"fr": "Une structure avec un toit et des murs installée de façon permanente, utilisée pour l'habitation, le travail ou d'autres fins.",
"nl": "Een bouwwerk met een dak en muren dat permanent op één plaats staat, gebruikt voor bewoning, werk of andere doeleinden.",
"de": "Ein Bauwerk mit Dach und Wänden, das dauerhaft an einem Ort steht und für Wohnen, Arbeit oder andere Zwecke genutzt wird."
},
"propertyDefinitions[]": [
{
"id": "DO2_PrD_S_1:countryCode",
"required": true
},
{
"id": "DO2_PrD_S_1:geoLocation",
"required": true
},
{
"id": "DO2_PrD_S_1:fullAddress",
"required": true
},
{
"id": "DO2_PrD_S_1:nameOfOwner",
"required": true
},
{
"id": "DO2_PrD_S_1:grossFloorArea",
"required": true
},
{
"id": "DO2_PrD_S_1:buildingUse",
"required": true
},
{
"id": "DO2_PrD_S_1:yearOfConstruction",
"required": false
},
{
"id": "DO2_PrD_S_1:numberOfFloors",
"required": false
},
{
"id": "DO2_PrD_S_1:energyPerformanceCertificate",
"required": false
},
{
"id": "DO2_PrD_S_1:energyConsumption",
"required": false
},
{
"id": "DO2_PrD_S_1:marketValue",
"required": false
}
],
"relationshipDefinitions[]": [
{
"id": "DO3_ReD_S_1:isPartOfCampus",
"required": false
}
]
},
{
"@id": "host:Room",
"@type": "opendthX:EntityDefinition",
"entityNature": "virtual",
"name": {
"en": "Room",
"fr": "Pièce",
"nl": "Ruimte",
"de": "Raum"
},
"definition": {
"en": "A virtual spatial entity representing an enclosed area within a building, carrying spatial and environmental properties.",
"fr": "Une entité spatiale virtuelle représentant une zone fermée dans un bâtiment.",
"nl": "Een virtuele ruimtelijke entiteit die een afgesloten gebied binnen een gebouw vertegenwoordigt.",
"de": "Eine virtuelle räumliche Entität, die einen geschlossenen Bereich innerhalb eines Gebäudes darstellt."
},
"propertyDefinitions[]": [
{
"id": "DO2_PrD_S_1:roomFunction",
"required": false
},
{
"id": "DO2_PrD_S_1:floorArea",
"required": false
},
{
"id": "DO2_PrD_S_1:temperatureOfRoom",
"required": false
}
],
"relationshipDefinitions[]": [
{
"id": "DO3_ReD_S_1:isPartOfBuilding",
"required": true
}
]
},
{
"@id": "host:PipingSystem",
"@type": "opendthX:EntityDefinition",
"entityNature": "virtual",
"name": {
"en": "Piping System",
"fr": "Système de tuyauterie",
"nl": "Leidingsysteem",
"de": "Rohrleitungssystem"
},
"definition": {
"en": "A virtual entity representing a heating or cooling piping circuit — such as a supply or return loop — carrying a system temperature.",
"fr": "Une entité virtuelle représentant un circuit de tuyauterie de chauffage ou de refroidissement portant une température de système.",
"nl": "Een virtuele entiteit die een verwarmings- of koelleidingcircuit vertegenwoordigt dat een systeemtemperatuur draagt.",
"de": "Eine virtuelle Entität, die einen Heizungs- oder Kühlkreislauf darstellt, der eine Systemtemperatur trägt."
},
"propertyDefinitions[]": [
{
"id": "DO2_PrD_S_1:temperatureOfSystem",
"required": false
}
],
"relationshipDefinitions[]": []
},
{
"@id": "host:PipeConnector",
"@type": "opendthX:EntityDefinition",
"entityNature": "physical",
"name": {
"en": "Pipe Connector",
"fr": "Connecteur de tuyau",
"nl": "Pijpaansluiting",
"de": "Rohranschluss"
},
"definition": {
"en": "A physical connector point on a product through which a pipe is connected. Characterised by its diameter and its spatial offset from the product centre.",
"fr": "Un point de connexion physique sur un produit par lequel un tuyau est raccordé.",
"nl": "Een fysiek aansluitpunt op een product waarop een pijp wordt aangesloten.",
"de": "Ein physischer Anschlusspunkt an einem Produkt, über den ein Rohr angeschlossen wird."
},
"propertyDefinitions[]": [
{
"id": "TB1_PrD_S_1:pipeConnectorDiameter",
"required": true
},
{
"id": "TB1_PrD_S_1:connectorOffsetX",
"required": true
},
{
"id": "TB1_PrD_S_1:connectorOffsetY",
"required": true
},
{
"id": "TB1_PrD_S_1:connectorOffsetZ",
"required": true
}
],
"relationshipDefinitions[]": []
},
{
"@id": "host:DuctConnector",
"@type": "opendthX:EntityDefinition",
"entityNature": "physical",
"name": {
"en": "Duct Connector",
"fr": "Connecteur de gaine",
"nl": "Kanaalconnector",
"de": "Kanalanschluss"
},
"definition": {
"en": "A physical connector point on a product through which a rectangular duct is connected. Characterised by its height, width, and spatial offset from the product centre.",
"fr": "Un point de connexion physique sur un produit par lequel une gaine rectangulaire est raccordée.",
"nl": "Een fysiek aansluitpunt op een product waarop een rechthoekig kanaal wordt aangesloten.",
"de": "Ein physischer Anschlusspunkt an einem Produkt, über den ein rechteckiger Kanal angeschlossen wird."
},
"propertyDefinitions[]": [
{
"id": "TB1_PrD_S_1:ductConnectorHeight",
"required": true
},
{
"id": "TB1_PrD_S_1:ductConnectorWidth",
"required": true
},
{
"id": "TB1_PrD_S_1:connectorOffsetX",
"required": true
},
{
"id": "TB1_PrD_S_1:connectorOffsetY",
"required": true
},
{
"id": "TB1_PrD_S_1:connectorOffsetZ",
"required": true
}
],
"relationshipDefinitions[]": []
},
{
"@id": "host:ProductInstance",
"@type": "opendthX:EntityDefinition",
"name": {
"en": "Product Instance",
"fr": "Instance de produit",
"nl": "Productexemplaar",
"de": "Produktinstanz"
},
"definition": {
"en": "A specific, individually identifiable occurrence of a Product or Article that has been physically placed or installed at a known location.",
"fr": "Une occurrence spécifique et individuellement identifiable d'un produit ou article qui a été physiquement placé ou installé à un endroit connu.",
"nl": "Een specifiek, individueel identificeerbaar exemplaar van een product of artikel dat fysiek is geplaatst of geïnstalleerd op een bekende locatie.",
"de": "Ein spezifisches, individuell identifizierbares Exemplar eines Produkts oder Artikels, das physisch an einem bekannten Ort platziert oder installiert wurde."
},
"propertyDefinitions[]": [
{
"id": "DO2_PrD_S_1:serialNumber",
"required": false
},
{
"id": "DO2_PrD_S_1:installationDate",
"required": false
},
{
"id": "DO2_PrD_S_1:installedLocation",
"required": false
},
{
"id": "DO2_PrD_S_1:internetOfThingsCommunicationPort",
"required": false
}
],
"relationshipDefinitions[]": [
{
"id": "DO3_ReD_S_1:instanceOf",
"required": true
}
]
},
{
"@id": "host:Material",
"@type": "opendthX:EntityDefinition",
"name": {
"en": "Material",
"nl-BE": "Materiaal",
"fr-BE": "Matériau"
},
"definition": {
"en": "A physical substance used in the construction of buildings, characterised by its physical, thermal and classification properties.",
"nl-BE": "Een fysieke stof die wordt gebruikt bij de bouw van gebouwen, gekenmerkt door zijn fysische, thermische en classificatie-eigenschappen.",
"fr-BE": "Une substance physique utilisée dans la construction de bâtiments, caractérisée par ses propriétés physiques, thermiques et de classification."
},
"entityNature": "physical",
"propertyDefinitions[]": [
{
"id": "MB1_PrD_S_1:materialDescription",
"required": false
},
{
"id": "MB1_PrD_S_1:materialClass",
"required": false
},
{
"id": "MB1_PrD_S_1:materialType",
"required": true
},
{
"id": "MB1_PrD_S_1:materialClassification",
"required": true
},
{
"id": "MB1_PrD_S_1:manufacturer",
"required": false
},
{
"id": "MB1_PrD_S_1:density",
"required": false
},
{
"id": "MB1_PrD_S_1:thermalConductivity",
"required": false
},
{
"id": "MB1_PrD_S_1:specificHeat",
"required": false
},
{
"id": "MB1_PrD_S_1:emissivity",
"required": false
},
{
"id": "MB1_PrD_S_1:porosity",
"required": false
},
{
"id": "MB1_PrD_S_1:reflectivity",
"required": false
},
{
"id": "MB1_PrD_S_1:electricalResistivity",
"required": false
},
{
"id": "MB1_PrD_S_1:sfbTable3",
"required": false
},
{
"id": "MB1_PrD_S_1:sfbTable31",
"required": false
},
{
"id": "MB1_PrD_S_1:sfbTable2",
"required": false
},
{
"id": "MB1_PrD_S_1:matbimBuildingElement",
"required": false
},
{
"id": "MB1_PrD_S_1:matbimBuildingElementType",
"required": false
},
{
"id": "MB1_PrD_S_1:matbimFunction",
"required": false
},
{
"id": "MB1_PrD_S_1:matbimShape",
"required": false
},
{
"id": "MB1_PrD_S_1:matbimUrl",
"required": false
},
{
"id": "MB1_PrD_S_1:revitFamilyType",
"required": false
},
{
"id": "MB1_PrD_S_1:epdReference",
"required": false
}
],
"relationshipDefinitions[]": []
},
{
"@id": "host:BuildingSystem",
"@type": "opendthX:EntityDefinition",
"name": {
"en": "Building System",
"nl-BE": "Bouwsysteem",
"fr-BE": "Système de construction"
},
"definition": {
"en": "A multi-layer building assembly consisting of multiple materials arranged in a specific order to form a wall, floor, roof or ceiling construction.",
"nl-BE": "Een meerlaagse bouwsamenstelling bestaande uit meerdere materialen in een bepaalde volgorde om een wand-, vloer-, dak- of plafondconstructie te vormen.",
"fr-BE": "Un assemblage de construction multicouche composé de plusieurs matériaux arrangés dans un ordre spécifique pour former une construction de mur, plancher, toit ou plafond."
},
"entityNature": "physical",
"propertyDefinitions[]": [
{
"id": "MB1_PrD_S_1:materialDescription",
"required": true
},
{
"id": "MB1_PrD_S_1:matbimBuildingElement",
"required": true
},
{
"id": "MB1_PrD_S_1:matbimBuildingElementType",
"required": false
},
{
"id": "MB1_PrD_S_1:matbimFunction",
"required": false
},
{
"id": "MB1_PrD_S_1:matbimShape",
"required": false
},
{
"id": "MB1_PrD_S_1:revitFamilyType",
"required": false
},
{
"id": "MB1_PrD_S_1:matbimUrl",
"required": false
}
],
"relationshipDefinitions[]": []
}
]
}