pizza.owl:DomainConcept


URI

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

Label

DomainConcept

Usage

Instances of pizza.owl:DomainConcept can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class owl:Thing
pizza.owl:hasCountryOfOrigin owl:ObjectProperty owl:Thing
pizza.owl:hasSpiciness owl:FunctionalProperty A property created to be used with the ValuePartition - Spiciness. pizza.owl:Spiciness

Implementation

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

:DomainConcept a owl:Class ;
    owl:disjointWith :ValuePartition .