peco-core:tariff_type leaf node


URI

https://purl.org/peco/peco-core#tariff_type

Label

tariff_type

Usage

DOMAINPROPERTYRANGE
peco-core:Tariff peco-core:tariff_type peco-core:Tariff_type

Implementation

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

peco-core:tariff_type a owl:ObjectProperty ;
    rdfs:domain peco-core:Tariff ;
    rdfs:range peco-core:Tariff_type ;
    rdfs:subPropertyOf owl:topObjectProperty .