DLTOntology:SmartManufacturing leaf node


URI

https://w3id.org/DLTOntology#SmartManufacturing

Label

SmartManufacturing

Superclasses (1)

Usage

Instances of DLTOntology:SmartManufacturing can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class DLTOntology:UseCase
DLTOntology:hasBusinessSector owl:ObjectProperty Distributed ledger technology can be used to realize a variety of different use cases. However, not all of them are a fit for any field or industry. This property highlights the connection between a use case and the specific business sector/industry it is used in. DLTOntology:BusinessSector

Implementation

@prefix : <https://w3id.org/DLTOntology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:SmartManufacturing a owl:Class ;
    rdfs:label "SmartManufacturing" ;
    rdfs:subClassOf :UseCase .