Microsoft.SmartPlaces.Facilities.OntologyMapper.Mapped 0.11.0-preview

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of Microsoft.SmartPlaces.Facilities.OntologyMapper.Mapped.
dotnet add package Microsoft.SmartPlaces.Facilities.OntologyMapper.Mapped --version 0.11.0-preview
NuGet\Install-Package Microsoft.SmartPlaces.Facilities.OntologyMapper.Mapped -Version 0.11.0-preview
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.SmartPlaces.Facilities.OntologyMapper.Mapped" Version="0.11.0-preview" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.SmartPlaces.Facilities.OntologyMapper.Mapped --version 0.11.0-preview
#r "nuget: Microsoft.SmartPlaces.Facilities.OntologyMapper.Mapped, 0.11.0-preview"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.SmartPlaces.Facilities.OntologyMapper.Mapped as a Cake Addin
#addin nuget:?package=Microsoft.SmartPlaces.Facilities.OntologyMapper.Mapped&version=0.11.0-preview&prerelease

// Install Microsoft.SmartPlaces.Facilities.OntologyMapper.Mapped as a Cake Tool
#tool nuget:?package=Microsoft.SmartPlaces.Facilities.OntologyMapper.Mapped&version=0.11.0-preview&prerelease

OntologyMapper.Mapped

This library provides helpers useful for mapping the Mapped implementation Digital Twins Definition Language (DTDL) model to various other DTDL topologies. The Mapped mappings are embedded resources within this assembly, making it easy to use these transforms without recreating them from scratch.

This library works in conjunction with and depends on the Microsoft.SmartPlaces.Facilities.OntologyMapper library, that defines a generic DTDL ontology mapping format (OntologyMapping) and facilities for software to consume such mappings (IOntologyMappingManager).

The following mappings have been created and are being maintained:

Resource Path Input Ontologies Input DTDL Version Output Ontologies Output DTDL Version Notes
Mappings\v0\BrickRec\mapped_json_v0_dtdlv2_Brick_1_3-Rec_4_0.json Mapped V0 (not strict DTDL compliance) Brick 1.3, Rec 4.0 v2 Deprecated
Mappings\v0\BrickRec\mapped_json_v0_dtdlv3_Brick_1_3-Rec_4_0.json Mapped V0 (not strict DTDL compliance) Brick 1.3, Rec 4.0 v3 Deprecated
Mappings\v0\Willow\mapped_json_v0_dtdlv2_Willow.json Mapped V0 (not strict DTDL compliance) Willow v2 Deprecated
Mappings\v1\BrickRec\mapped_v1_dtdlv2_Brick_1_3-Rec_4_0.json Mapped V3 Brick 1.3, Rec 4.0 v2
Mappings\v1\Willow\mapped_v1_dtdlv2_Willow.json Mapped V3 Willow v2

Usage Instructions

The MappedOntologyMappingLoader class enables loading of one of the above listed. An instance of such a loader is passed as input when constructing an IOntologyMappingManager instance, from which the mappings can subsequently be read. When instantiating this class, specify the full path of the resource to be loaded in dot notation, i.e.:

var loader = new MappedOntologyMappingLoader(logger, "Mappings.v0.BrickRec.mapped_json_v0_dtdlv2_Brick_1_3-REC_4_0.json");
var mappingManager = new OntologyMappingManager(loader);
var mappingExists = mappingManager.TryGetInterfaceRemapDtmi(someInputDtmi, someOutputDtmi);
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.11.0-preview 195 1/31/2024
0.10.12-preview 95 7/18/2023
0.10.11-preview 80 6/27/2023
0.10.10-preview 97 6/15/2023
0.10.9-preview 80 6/13/2023
0.10.8-preview 96 6/9/2023
0.10.7-preview 175 5/15/2023
0.10.2-preview 84 4/24/2023
0.10.1-preview 393 3/7/2023
0.10.0-preview 123 2/17/2023
0.9.28-preview 164 12/8/2022
0.9.27-preview 163 12/2/2022
0.9.26-preview 94 11/30/2022
0.9.25-preview 97 11/10/2022
0.9.24-preview 179 11/7/2022
0.9.23-preview 123 11/4/2022
0.9.22-preview 93 11/3/2022
0.9.21-preview 126 10/31/2022
0.9.20-preview 153 10/27/2022
0.9.19-preview 87 10/26/2022
0.9.1-preview 111 10/20/2022
0.9.0-preview 153 10/20/2022
0.8.0-preview 121 10/19/2022
0.7.0-preview 138 10/15/2022
0.5.0-preview 236 10/3/2022
0.4.0-preview 167 9/27/2022
0.3.0-preview 162 9/26/2022
0.2.0-preview 155 9/23/2022
0.1.0-preview 161 9/23/2022