-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #144 from RealEstateCore/fix-missing-from-preview1
Fix missing from preview1
- Loading branch information
Showing
6 changed files
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
[Index](../index.md) > [Collection](Collection.md) > [RealEstate](#) | ||
# RealEstate | ||
|
||
The legal/administrative representation of some lands and/or buildings. I.e., "Fastighet" (Swedish), "Ejendom" (Denmark), etc. | ||
|
||
|
||
**Display name:** Real Estate<br /> | ||
**DTMI:** dtmi:org:w3id:rec:RealEstate;1 | ||
|
||
--- | ||
|
||
## Relationships | ||
|
||
|Name|Display name|Description|Multiplicity|Target|Properties|Writable| | ||
|-|-|-|-|-|-|-| | ||
|includes|**en**: includes||0-Infinity|[Architecture](../Space/Architecture/Architecture.md)||True| | ||
### Inherited Relationships | ||
* **[Collection](Collection.md):** documentation | ||
|
||
--- | ||
|
||
## Properties | ||
|
||
### Inherited Properties | ||
* **[Collection](Collection.md):** customTags, externalIds, name | ||
|
||
--- | ||
|
||
## Target Of |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"@id": "dtmi:org:w3id:rec:RealEstate;1", | ||
"@type": "Interface", | ||
"contents": [ | ||
{ | ||
"@type": "Relationship", | ||
"displayName": { | ||
"en": "includes" | ||
}, | ||
"name": "includes", | ||
"target": "dtmi:org:w3id:rec:Architecture;1", | ||
"writable": true | ||
} | ||
], | ||
"description": { | ||
"en": "The legal/administrative representation of some lands and/or buildings. I.e., \"Fastighet\" (Swedish), \"Ejendom\" (Denmark), etc." | ||
}, | ||
"displayName": { | ||
"en": "Real Estate" | ||
}, | ||
"extends": "dtmi:org:w3id:rec:Collection;1", | ||
"@context": [ | ||
"dtmi:dtdl:context;2" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters