peco-core:has_tariff leaf node


URI

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

Label

has_tariff

Usage

DOMAINPROPERTYRANGE
peco-core:POD peco-core:has_tariff peco-core:Tariff

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:has_tariff a owl:ObjectProperty ;
    rdfs:domain peco-core:POD ;
    rdfs:range peco-core:Tariff ;
    rdfs:subPropertyOf owl:topObjectProperty .