Ontology Version: 2.2.0

cacontology-infrastructure:cryptoCurrencyTypes leaf node


URI

https://cacontology.projectvic.org/infrastructure#cryptoCurrencyTypes

Label

cryptocurrency types

Description

Types of cryptocurrency accepted (Bitcoin, Monero, Ethereum).

Usage

DOMAINPROPERTYRANGE
cacontology-infrastructure:CryptocurrencyInfrastructure cacontology-infrastructure:cryptoCurrencyTypes xsd:string

Implementation

@prefix cacontology-infrastructure: <https://cacontology.projectvic.org/infrastructure#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-infrastructure:cryptoCurrencyTypes a owl:DatatypeProperty ;
    rdfs:label "cryptocurrency types"@en ;
    rdfs:comment "Types of cryptocurrency accepted (Bitcoin, Monero, Ethereum)."@en ;
    rdfs:domain cacontology-infrastructure:CryptocurrencyInfrastructure ;
    rdfs:range xsd:string .