DLTOntology:MerchantConnection leaf node


URI

https://w3id.org/DLTOntology#MerchantConnection

Label

MerchantConnection

Usage

Instances of DLTOntology:MerchantConnection 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#> .

:MerchantConnection a owl:Class ;
    rdfs:label "MerchantConnection" ;
    rdfs:subClassOf :ECommerce .