pizza.owl:hasSpiciness leaf node


URI

http://www.co-ode.org/ontologies/pizza/pizza.owl#hasSpiciness

Label

hasSpiciness

Description

A property created to be used with the ValuePartition - Spiciness.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) pizza.owl:hasSpiciness pizza.owl:Spiciness

Implementation

@prefix : <http://www.co-ode.org/ontologies/pizza/pizza.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:hasSpiciness a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:comment "A property created to be used with the ValuePartition - Spiciness."@en ;
    rdfs:range :Spiciness .