https://purl.org/peco/peco-core#tariff_type
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| peco-core:Tariff | peco-core:tariff_type | peco-core:Tariff_type |
@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 .