Skip to content

Commit 06dc0e4

Browse files
authored
Merge pull request #189761 from baanders/2-25-ont
ADT: Small edits ontology text
2 parents caf760a + 23e7f5b commit 06dc0e4

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

articles/digital-twins/concepts-ontologies.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,9 @@ ms.service: digital-twins
1919

2020
This article describes the concept of industry ontologies and how they can be used within the context of Azure Digital Twins.
2121

22-
The vocabulary of an Azure Digital Twins solution is defined using [models](concepts-models.md), which describe the types of entities that exist in your environment.
22+
The vocabulary of an Azure Digital Twins solution is defined using [models](concepts-models.md), which describe the types of entities that exist in your environment. An *ontology* is a set of models for a given domain, like building structures, IoT systems, smart cities, energy grids, web content, and more.
2323

24-
Sometimes, when your solution is tied to a particular industry, it can be easier and more effective to start with a set of models for that industry that already exist, instead of authoring your own model set from scratch. These pre-existing model sets are called **ontologies**.
25-
26-
In general, an ontology is a set of models for a given domain—like a building structure, IoT system, smart city, the energy grid, web content, and so on. Ontologies are often used as schemas for twin graphs, as they can enable:
27-
* Harmonization of software components, documentation, query libraries, and so on.
28-
* Reduced investment in conceptual modeling and system development
29-
* Easier data interoperability on a semantic level
30-
* Best practice reuse, rather than starting from scratch or "reinventing the wheel"
31-
32-
This article explains why to use ontologies for your Azure Digital Twins models and how to do so. It also explains what ontologies and tools for them are available today.
24+
Sometimes, when your solution is tied to a particular industry, it can be easier and more effective to start with a set of models for that industry that already exist, instead of authoring your own model set from scratch. This article explains more about using pre-existing industry ontologies for your Azure Digital Twins scenarios, including strategies for using the ontologies that are available today.
3325

3426
## Using ontologies for Azure Digital Twins
3527

@@ -39,6 +31,12 @@ Also, using these ontologies in your solutions can set them up for more seamless
3931

4032
Because models in Azure Digital Twins are represented in [Digital Twins Definition Language (DTDL)](https://github.com/Azure/opendigitaltwins-dtdl/blob/master/DTDL/v2/dtdlv2.md), ontologies for use with Azure Digital Twins are also written in DTDL.
4133

34+
Here are some other benefits to using industry-standard DTDL ontologies as schemas for your twin graphs:
35+
* Harmonization of software components, documentation, query libraries, and more
36+
* Reduced investment in conceptual modeling and system development
37+
* Easier data interoperability on a semantic level
38+
* Best practice reuse, rather than starting from scratch
39+
4240
## Strategies for integrating ontologies
4341

4442
There are three possible strategies for integrating industry-standard ontologies with DTDL. You can pick the one that works best for you depending on your needs:

0 commit comments

Comments
 (0)