Skip to content

Commit 90d4e91

Browse files
Merge pull request #235369 from baanders/4-21-owl
ADT: Clarify converter intent
2 parents 6c5e77f + c233110 commit 90d4e91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/digital-twins/concepts-ontologies-convert.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ titleSuffix: Azure Digital Twins
55
description: Understand the process of converting industry-standard models into DTDL for Azure Digital Twins
66
author: baanders
77
ms.author: baanders # Microsoft employees only
8-
ms.date: 03/05/2023
8+
ms.date: 04/21/2023
99
ms.topic: conceptual
1010
ms.service: digital-twins
1111

@@ -60,9 +60,9 @@ You can use this sample to see the conversion patterns in context, and to have a
6060

6161
### OWL2DTDL converter
6262

63-
The [OWL2DTDL Converter](https://github.com/Azure/opendigitaltwins-tools/tree/master/OWL2DTDL) is a sample that translates an OWL ontology into a set of DTDL interface declarations, which can be used with the Azure Digital Twins service. It also works for ontology networks, made of one root ontology reusing other ontologies through `owl:imports` declarations.
63+
The [OWL2DTDL Converter](https://github.com/Azure/opendigitaltwins-tools/tree/master/OWL2DTDL) is a sample code base that translates an OWL ontology into a set of DTDL interface declarations, which can be used with the Azure Digital Twins service. It also works for ontology networks, made of one root ontology reusing other ontologies through `owl:imports` declarations. This converter was used to translate the [Real Estate Core Ontology](https://doc.realestatecore.io/3.1/full.html) to DTDL and can be used for any OWL-based ontology.
6464

65-
This converter was used to translate the [Real Estate Core Ontology](https://doc.realestatecore.io/3.1/full.html) to DTDL and can be used for any OWL-based ontology.
65+
This sample code isn't a comprehensive solution that supports the entirety of the OWL spec, but it can give you ideas and starting code that you can use in developing your own ontology ingestion pipelines.
6666

6767
## Next steps
6868

0 commit comments

Comments
 (0)