Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding missing Brick locations #260

Open
wants to merge 2 commits into
base: dev/peterhart/wing
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"@id": "dtmi:org:w3id:rec:ParkingLevel;1",
"@type": "Interface",
"displayName": {
"en": "Parking Level"
},
"comment": {
"en": "A floor of a parking structure."
},
"extends": "dtmi:org:w3id:rec:Level;1",
"@context": ["dtmi:dtdl:context;2"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"@id": "dtmi:org:w3id:rec:EnvironmentBox;1",
"@type": "Interface",
"displayName": {
"en": "Environment Box"
},
"comment": {
"en": "An enclosed space designed to create a particular environment, also known as a climatic chamber."
},
"extends": "dtmi:org:w3id:rec:Room;1",
"@context": ["dtmi:dtdl:context;2"]
}
gtfierro marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"@id": "dtmi:org:w3id:rec:Freezer;1",
"@type": "Interface",
"displayName": {
"en": "Freezer"
},
"comment": {
"en": "A cold chamber usually kept at a temperature of 22°F to 31°F (–5°C to –1°C), with high-volume air circulation."
},
"extends": "dtmi:org:w3id:rec:Room;1",
"@context": ["dtmi:dtdl:context;2"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"@id": "dtmi:org:w3id:rec:HazardousMaterialsStorage;1",
"@type": "Interface",
"displayName": {
"en": "Hazardous Materials Storage"
},
"comment": {
"en": "A storage space set aside (usually with restricted access) for the storage of materials that can be hazardous to living beings or the environment."
},
"extends": "dtmi:org:w3id:rec:Room;1",
"@context": ["dtmi:dtdl:context;2"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"@id": "dtmi:org:w3id:rec:FirstAidRoom;1",
"@type": "Interface",
"displayName": {
"en": "First Aid Room"
},
"comment": {
"en": "A room where a person with minor injuries can be treated or temporarily treated until transferred to a more advanced medical facility."
},
"extends": "dtmi:org:w3id:rec:HealthcareRoom;1",
"@context": ["dtmi:dtdl:context;2"]
}

gtfierro marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"@id": "dtmi:org:w3id:rec:HospitalityBox;1",
"@type": "Interface",
"displayName": {
"en": "Hospitality Box"
},
"comment": {
"en": "A room at a stadium, usually overlooking the field of play, that is physically separate from the other seating at the venue."
},
"extends": "dtmi:org:w3id:rec:Room;1",
"@context": ["dtmi:dtdl:context;2"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"@id": "dtmi:org:w3id:rec:InformationArea;1",
"@type": "Interface",
"displayName": {
"en": "Information Area"
},
"comment": {
"en": "An information booth or kiosk where visitors would look for information."
},
"extends": "dtmi:org:w3id:rec:Room;1",
"@context": ["dtmi:dtdl:context;2"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"@id": "dtmi:org:w3id:rec:LoadingDock;1",
"@type": "Interface",
"displayName": {
"en": "Loading Dock"
},
"comment": {
"en": "A part of a facility where delivery trucks can load and unload. Usually partially enclosed with specific traffic lanes leading to the dock."
},
"extends": "dtmi:org:w3id:rec:Room;1",
"@context": ["dtmi:dtdl:context;2"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"@id": "dtmi:org:w3id:rec:MediaHotDesk;1",
"@type": "Interface",
"displayName": {
"en": "Media Hot Desk"
},
"comment": {
"en": "A non-enclosed space used by members of the media temporarily to cover an event while they are present at a venue."
},
"extends": "dtmi:org:w3id:rec:MediaRoom;1",
"@context": ["dtmi:dtdl:context;2"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"@id": "dtmi:org:w3id:rec:MediaProductionRoom;1",
"@type": "Interface",
"displayName": {
"en": "Media Production Room"
},
"comment": {
"en": "An enclosed space used by media professionals for the production of media."
},
"extends": "dtmi:org:w3id:rec:MediaRoom;1",
"@context": ["dtmi:dtdl:context;2"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"@id": "dtmi:org:w3id:rec:MediaRoom;1",
"@type": "Interface",
"displayName": {
"en": "Media Room"
},
"comment": {
"en": "A class of spaces related to the creation of media."
},
"extends": "dtmi:org:w3id:rec:Room;1",
"@context": ["dtmi:dtdl:context;2"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"@id": "dtmi:org:w3id:rec:BenchSpace;1",
"@type": "Interface",
"displayName": {
"en": "Bench Space"
},
"comment": {
"en": "For areas of play in a stadium, the area for participants and referees by the side of the field."
},
"extends": "dtmi:org:w3id:rec:SportsServiceRoom;1",
"@context": ["dtmi:dtdl:context;2"]
}
gtfierro marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"@id": "dtmi:org:w3id:rec:HospitalityBox;1",
"@type": "Interface",
"displayName": {
"en": "Hospitality Box"
},
"comment": {
"en": "A room at a stadium, usually overlooking the field of play, that is physically separate from the other seating at the venue."
},
"extends": "dtmi:org:w3id:rec:SportsServiceRoom;1",
"@context": ["dtmi:dtdl:context;2"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"@id": "dtmi:org:w3id:rec:SportsServiceRoom;1",
"@type": "Interface",
"displayName": {
"en": "Sports Service Room"
},
"comment": {
"en": "A class of spaces used in the support of sports."
},
"extends": "dtmi:org:w3id:rec:Room;1",
"@context": ["dtmi:dtdl:context;2"]
}
gtfierro marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"@id": "dtmi:org:w3id:rec:TicketingBooth;1",
"@type": "Interface",
"displayName": {
"en": "Ticketing Booth"
},
"comment": {
"en": "A room or space used to sell or distribute tickets to events at a venue."
},
"extends": "dtmi:org:w3id:rec:SportsServiceRoom;1",
"@context": ["dtmi:dtdl:context;2"]
}
gtfierro marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"@id": "dtmi:org:w3id:rec:TicketingBooth;1",
"@type": "Interface",
"displayName": {
"en": "Ticketing Booth"
},
"comment": {
"en": "A room or space used to sell or distribute tickets to events at a venue."
},
"extends": "dtmi:org:w3id:rec:Room;1",
"@context": ["dtmi:dtdl:context;2"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"@id": "dtmi:org:w3id:rec:PumpRoom;1",
"@type": "Interface",
"displayName": {
"en": "Pump Room"
},
"comment": {
"en": "A mechanical room that houses pumps."
},
"extends": "dtmi:org:w3id:rec:UtilitiesRoom;1",
"@context": ["dtmi:dtdl:context;2"]
}
gtfierro marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"@id": "dtmi:org:w3id:rec:FieldOfPlay;1",
"@type": "Interface",
"displayName": {
"en": "Field Of Play"
},
"comment": {
"en": "The area of a stadium where athletic events occur, e.g., the soccer pitch."
},
"extends": "dtmi:org:w3id:rec:Zone;1",
"@context": ["dtmi:dtdl:context;2"]
}
gtfierro marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"@id": "dtmi:org:w3id:rec:Gatehouse;1",
"@type": "Interface",
"displayName": {
"en": "Gatehouse"
},
"comment": {
"en": "The standalone building used to manage the entrance to a campus or building grounds."
},
"extends": "dtmi:org:w3id:rec:Zone;1",
"@context": ["dtmi:dtdl:context;2"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"@id": "dtmi:org:w3id:rec:ParkingStructure;1",
"@type": "Interface",
"displayName": {
"en": "Parking Structure"
},
"comment": {
"en": "A building or part of a building devoted to vehicle parking."
},
"extends": "dtmi:org:w3id:rec:Zone;1",
"@context": ["dtmi:dtdl:context;2"]
}
12 changes: 12 additions & 0 deletions Source/DTDLv2/RealEstateCore/Space/Architecture/Zone/Riser.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"@id": "dtmi:org:w3id:rec:Riser;1",
"@type": "Interface",
"displayName": {
"en": "Riser"
},
"comment": {
"en": "A vertical shaft intended for installing building infrastructure, e.g., electrical wire, network communication wire, plumbing, etc."
},
"extends": "dtmi:org:w3id:rec:Zone;1",
"@context": ["dtmi:dtdl:context;2"]
}