http://www.co-ode.org/ontologies/pizza/pizza.owl#Mild
Instances of pizza.owl:Mild can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
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 |
@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#> .
:Mild a owl:Class ;
rdfs:label "NaoPicante"@pt ;
rdfs:subClassOf :Spiciness ;
owl:disjointWith :Hot,
:Medium .