| <?xml version="1.0"?> |
| <rdf:RDF xmlns="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#" |
| xml:base="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine" |
| xmlns:owl="http://www.w3.org/2002/07/owl#" |
| xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
| xmlns:xml="http://www.w3.org/XML/1998/namespace" |
| xmlns:xsd="http://www.w3.org/2001/XMLSchema#" |
| xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" |
| xmlns:wine="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#"> |
| <owl:Ontology rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine"> |
| <rdfs:comment>An example OWL ontology</rdfs:comment> |
| <rdfs:comment>Derived from the DAML Wine ontology at |
| http://ontolingua.stanford.edu/doc/chimaera/ontologies/wines.daml |
| Substantially changed, in particular the Region based relations. |
| </rdfs:comment> |
| <rdfs:label>Wine Ontology</rdfs:label> |
| <owl:priorVersion rdf:resource="http://www.w3.org/TR/2003/CR-owl-guide-20030818/wine"/> |
| </owl:Ontology> |
| |
| |
| |
| <!-- |
| /////////////////////////////////////////////////////////////////////////////////////// |
| // |
| // Object Properties |
| // |
| /////////////////////////////////////////////////////////////////////////////////////// |
| --> |
| |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:ObjectProperty rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasBody"> |
| <rdfs:subPropertyOf rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasWineDescriptor"/> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> |
| <rdfs:range rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineBody"/> |
| </owl:ObjectProperty> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:ObjectProperty rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"> |
| <rdfs:subPropertyOf rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasWineDescriptor"/> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> |
| <rdfs:domain rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/> |
| <rdfs:range rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineColor"/> |
| </owl:ObjectProperty> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:ObjectProperty rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasFlavor"> |
| <rdfs:subPropertyOf rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasWineDescriptor"/> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> |
| <rdfs:range rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineFlavor"/> |
| </owl:ObjectProperty> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:ObjectProperty rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"> |
| <rdfs:subPropertyOf rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasWineDescriptor"/> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> |
| <rdfs:range rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineSugar"/> |
| </owl:ObjectProperty> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:ObjectProperty rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasVintageYear"> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> |
| <rdfs:domain rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Vintage"/> |
| <rdfs:range rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#VintageYear"/> |
| </owl:ObjectProperty> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:ObjectProperty rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasWineDescriptor"> |
| <rdfs:domain rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/> |
| <rdfs:range rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineDescriptor"/> |
| </owl:ObjectProperty> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:ObjectProperty rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/> |
| <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> |
| <rdfs:range rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| </owl:ObjectProperty> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:ObjectProperty rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"> |
| <rdfs:domain rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/> |
| <rdfs:range rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/> |
| </owl:ObjectProperty> |
| |
| |
| |
| <!-- |
| /////////////////////////////////////////////////////////////////////////////////////// |
| // |
| // Data properties |
| // |
| /////////////////////////////////////////////////////////////////////////////////////// |
| --> |
| |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:DatatypeProperty rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#yearValue"> |
| <rdfs:domain rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#VintageYear"/> |
| <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#positiveInteger"/> |
| </owl:DatatypeProperty> |
| |
| |
| |
| <!-- |
| /////////////////////////////////////////////////////////////////////////////////////// |
| // |
| // Classes |
| // |
| /////////////////////////////////////////////////////////////////////////////////////// |
| --> |
| |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Class rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Bordeaux"> |
| <owl:equivalentClass> |
| <owl:Class> |
| <owl:intersectionOf rdf:parseType="Collection"> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/> |
| <owl:Restriction> |
| <owl:onProperty rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/> |
| <owl:hasValue rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BordeauxRegion"/> |
| </owl:Restriction> |
| </owl:intersectionOf> |
| </owl:Class> |
| </owl:equivalentClass> |
| </owl:Class> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Class rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#RedBordeaux"> |
| <owl:equivalentClass> |
| <owl:Class> |
| <owl:intersectionOf rdf:parseType="Collection"> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Bordeaux"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#RedWine"/> |
| </owl:intersectionOf> |
| </owl:Class> |
| </owl:equivalentClass> |
| <rdfs:subClassOf> |
| <owl:Restriction> |
| <owl:onProperty rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
| <owl:allValuesFrom> |
| <owl:Class> |
| <owl:oneOf rdf:parseType="Collection"> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CabernetSauvignonGrape"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MerlotGrape"/> |
| </owl:oneOf> |
| </owl:Class> |
| </owl:allValuesFrom> |
| </owl:Restriction> |
| </rdfs:subClassOf> |
| </owl:Class> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Class rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#RedWine"> |
| <owl:equivalentClass> |
| <owl:Class> |
| <owl:intersectionOf rdf:parseType="Collection"> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/> |
| <owl:Restriction> |
| <owl:onProperty rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/> |
| <owl:hasValue rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Red"/> |
| </owl:Restriction> |
| </owl:intersectionOf> |
| </owl:Class> |
| </owl:equivalentClass> |
| </owl:Class> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Class rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Class rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Vintage"> |
| <rdfs:subClassOf> |
| <owl:Restriction> |
| <owl:onProperty rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasVintageYear"/> |
| <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality> |
| </owl:Restriction> |
| </rdfs:subClassOf> |
| </owl:Class> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Class rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#VintageYear"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Class rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhiteBordeaux"> |
| <owl:equivalentClass> |
| <owl:Class> |
| <owl:intersectionOf rdf:parseType="Collection"> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Bordeaux"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhiteWine"/> |
| </owl:intersectionOf> |
| </owl:Class> |
| </owl:equivalentClass> |
| <rdfs:subClassOf> |
| <owl:Restriction> |
| <owl:onProperty rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
| <owl:allValuesFrom> |
| <owl:Class> |
| <owl:oneOf rdf:parseType="Collection"> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SauvignonBlancGrape"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SemillonGrape"/> |
| </owl:oneOf> |
| </owl:Class> |
| </owl:allValuesFrom> |
| </owl:Restriction> |
| </rdfs:subClassOf> |
| </owl:Class> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Class rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhiteWine"> |
| <owl:equivalentClass> |
| <owl:Class> |
| <owl:intersectionOf rdf:parseType="Collection"> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/> |
| <owl:Restriction> |
| <owl:onProperty rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasColor"/> |
| <owl:hasValue rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#White"/> |
| </owl:Restriction> |
| </owl:intersectionOf> |
| </owl:Class> |
| </owl:equivalentClass> |
| </owl:Class> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Class rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"> |
| <rdfs:subClassOf> |
| <owl:Restriction> |
| <owl:onProperty rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#locatedIn"/> |
| <owl:someValuesFrom rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| </owl:Restriction> |
| </rdfs:subClassOf> |
| <rdfs:subClassOf> |
| <owl:Restriction> |
| <owl:onProperty rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/> |
| <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality> |
| </owl:Restriction> |
| </rdfs:subClassOf> |
| <rdfs:subClassOf> |
| <owl:Restriction> |
| <owl:onProperty rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
| <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality> |
| </owl:Restriction> |
| </rdfs:subClassOf> |
| <rdfs:subClassOf> |
| <owl:Restriction> |
| <owl:onProperty rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
| <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality> |
| </owl:Restriction> |
| </rdfs:subClassOf> |
| <rdfs:subClassOf> |
| <owl:Restriction> |
| <owl:onProperty rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
| <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality> |
| </owl:Restriction> |
| </rdfs:subClassOf> |
| <rdfs:subClassOf> |
| <owl:Restriction> |
| <owl:onProperty rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
| <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality> |
| </owl:Restriction> |
| </rdfs:subClassOf> |
| <rdfs:label xml:lang="fr">vin</rdfs:label> |
| <rdfs:label xml:lang="en">wine</rdfs:label> |
| </owl:Class> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Class rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineBody"> |
| <owl:equivalentClass> |
| <owl:Class> |
| <owl:oneOf rdf:parseType="Collection"> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Light"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/> |
| </owl:oneOf> |
| </owl:Class> |
| </owl:equivalentClass> |
| <rdfs:subClassOf rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
| </owl:Class> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Class rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineColor"> |
| <owl:equivalentClass> |
| <owl:Class> |
| <owl:oneOf rdf:parseType="Collection"> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Red"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Rose"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#White"/> |
| </owl:oneOf> |
| </owl:Class> |
| </owl:equivalentClass> |
| <rdfs:subClassOf rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
| </owl:Class> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Class rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineDescriptor"> |
| <owl:equivalentClass> |
| <owl:Class> |
| <owl:unionOf rdf:parseType="Collection"> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineColor"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineTaste"/> |
| </owl:unionOf> |
| </owl:Class> |
| </owl:equivalentClass> |
| <rdfs:comment>Made WineDescriptor unionType of tastes and color</rdfs:comment> |
| </owl:Class> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Class rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineFlavor"> |
| <owl:equivalentClass> |
| <owl:Class> |
| <owl:oneOf rdf:parseType="Collection"> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Delicate"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/> |
| </owl:oneOf> |
| </owl:Class> |
| </owl:equivalentClass> |
| <rdfs:subClassOf rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
| </owl:Class> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Class rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Class rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineSugar"> |
| <owl:equivalentClass> |
| <owl:Class> |
| <owl:oneOf rdf:parseType="Collection"> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#OffDry"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sweet"/> |
| </owl:oneOf> |
| </owl:Class> |
| </owl:equivalentClass> |
| <rdfs:subClassOf rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
| </owl:Class> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Class rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineTaste"> |
| <rdfs:subClassOf rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineDescriptor"/> |
| </owl:Class> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Class rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Zinfandel"> |
| <owl:equivalentClass> |
| <owl:Class> |
| <owl:intersectionOf rdf:parseType="Collection"> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Wine"/> |
| <owl:Restriction> |
| <owl:onProperty rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#madeFromGrape"/> |
| <owl:hasValue rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ZinfandelGrape"/> |
| </owl:Restriction> |
| <owl:Restriction> |
| <owl:onProperty rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
| <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality> |
| </owl:Restriction> |
| </owl:intersectionOf> |
| </owl:Class> |
| </owl:equivalentClass> |
| <rdfs:subClassOf> |
| <owl:Restriction> |
| <owl:onProperty rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
| <owl:allValuesFrom> |
| <owl:Class> |
| <owl:oneOf rdf:parseType="Collection"> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/> |
| </owl:oneOf> |
| </owl:Class> |
| </owl:allValuesFrom> |
| </owl:Restriction> |
| </rdfs:subClassOf> |
| <rdfs:subClassOf> |
| <owl:Restriction> |
| <owl:onProperty rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
| <owl:allValuesFrom> |
| <owl:Class> |
| <owl:oneOf rdf:parseType="Collection"> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/> |
| </owl:oneOf> |
| </owl:Class> |
| </owl:allValuesFrom> |
| </owl:Restriction> |
| </rdfs:subClassOf> |
| <rdfs:subClassOf> |
| <owl:Restriction> |
| <owl:onProperty rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
| <owl:hasValue rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Red"/> |
| </owl:Restriction> |
| </rdfs:subClassOf> |
| <rdfs:subClassOf> |
| <owl:Restriction> |
| <owl:onProperty rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#hasSugar"/> |
| <owl:hasValue rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| </owl:Restriction> |
| </rdfs:subClassOf> |
| </owl:Class> |
| |
| |
| |
| <!-- |
| /////////////////////////////////////////////////////////////////////////////////////// |
| // |
| // Individuals |
| // |
| /////////////////////////////////////////////////////////////////////////////////////// |
| --> |
| |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#AlsaceRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FrenchRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#AnjouRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LoireRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ArroyoGrandeRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CaliforniaRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#AustralianRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Bancroft"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BancroftChardonnay"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NapaRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BeaujolaisRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FrenchRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BordeauxRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FrenchRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BourgogneRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FrenchRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Thing rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CabernetFrancGrape"> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/> |
| </owl:Thing> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Thing rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CabernetSauvignonGrape"> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/> |
| </owl:Thing> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CaliforniaRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#USRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CentralCoastRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CaliforniaRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CentralTexasRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#TexasRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChardonnayGrape"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauChevalBlanc"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauDYchem"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauDYchemSauterne"> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/> |
| <madeFromGrape rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SauvignonBlancGrape"/> |
| <madeFromGrape rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SemillonGrape"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauDeMeursault"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauDeMeursaultMeursault"> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauLafiteRothschild"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauMargauxWinery"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauMorgon"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Thing rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CheninBlancGrape"> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/> |
| </owl:Thing> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChiantiClassico"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChiantiRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ItalianRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ClosDeLaPoussie"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ClosDeVougeot"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CongressSprings"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CongressSpringsSemillon"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Corbans"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CorbansDryWhiteRiesling"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#OffDry"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NewZealandRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CorbansPrivateBinSauvignonBlanc"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NewZealandRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CorbansSauvignonBlanc"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NewZealandRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CortonMontrachet"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CortonMontrachetWhiteBurgundy"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CotesDOrRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BourgogneRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Cotturi"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CotturiZinfandel"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Zinfandel"/> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SonomaRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#DAnjou"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Thing rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Delicate"> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineFlavor"/> |
| </owl:Thing> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Thing rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineSugar"/> |
| </owl:Thing> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#EdnaValleyRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CaliforniaRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Elyse"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ElyseZinfandel"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Zinfandel"/> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NapaRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Forman"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FormanCabernetSauvignon"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NapaRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FormanChardonnay"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NapaRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Foxen"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FoxenCheninBlanc"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SantaBarbaraRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FrenchRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Thing rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineBody"/> |
| </owl:Thing> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#GamayGrape"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#GaryFarrell"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#GaryFarrellMerlot"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SonomaRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#GermanyRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ItalianRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#KalinCellars"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#KalinCellarsSemillon"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#KathrynKennedy"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#KathrynKennedyLateral"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Delicate"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LaneTanner"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LaneTannerPinotNoir"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Light"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Delicate"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SantaBarbaraRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Thing rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Light"> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineBody"/> |
| </owl:Thing> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LoireRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#FrenchRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Longridge"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LongridgeMerlot"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Light"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NewZealandRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Thing rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MalbecGrape"> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/> |
| </owl:Thing> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MargauxRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MedocRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Marietta"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MariettaCabernetSauvignon"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SonomaRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MariettaOldVinesRed"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SonomaRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MariettaPetiteSyrah"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SonomaRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MariettaZinfandel"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Zinfandel"/> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SonomaRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#McGuinnesso"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Thing rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineBody"/> |
| </owl:Thing> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MedocRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BordeauxRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MendocinoRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CaliforniaRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Thing rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MerlotGrape"> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/> |
| </owl:Thing> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MeursaultRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BourgogneRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Thing rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineFlavor"/> |
| </owl:Thing> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountEdenVineyard"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountEdenVineyardEdnaValleyChardonnay"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#EdnaValleyRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountEdenVineyardEstatePinotNoir"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#EdnaValleyRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Mountadam"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountadamChardonnay"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SouthAustraliaRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountadamPinotNoir"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SouthAustraliaRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountadamRiesling"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Delicate"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SouthAustraliaRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MuscadetRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LoireRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NapaRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CaliforniaRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NewZealandRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Thing rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#OffDry"> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineSugar"/> |
| </owl:Thing> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PageMillWinery"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PageMillWineryCabernetSauvignon"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NapaRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PauillacRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MedocRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PeterMccoy"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PeterMccoyChardonnay"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SonomaRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PetiteSyrahGrape"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Thing rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PetiteVerdotGrape"> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/> |
| </owl:Thing> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Thing rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PinotBlancGrape"> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/> |
| </owl:Thing> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PinotNoirGrape"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PortugalRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PulignyMontrachet"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PulignyMontrachetWhiteBurgundy"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Thing rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Red"> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineColor"/> |
| </owl:Thing> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#RieslingGrape"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Thing rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Rose"> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineColor"/> |
| </owl:Thing> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SancerreRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LoireRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SangioveseGrape"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SantaBarbaraRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CaliforniaRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SantaCruzMountainVineyard"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SantaCruzMountainVineyardCabernetSauvignon"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SantaCruzMountainsRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SantaCruzMountainsRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CaliforniaRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SaucelitoCanyon"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SaucelitoCanyonZinfandel"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Zinfandel"/> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ArroyoGrandeRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SaucelitoCanyonZinfandel1998"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Zinfandel"/> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <hasVintageYear rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Year1998"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ArroyoGrandeRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SauterneRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BordeauxRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Thing rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SauvignonBlancGrape"> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/> |
| </owl:Thing> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SchlossRothermel"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SchlossRothermelTrochenbierenausleseRiesling"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sweet"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#GermanyRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SchlossVolrad"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SchlossVolradTrochenbierenausleseRiesling"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sweet"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#GermanyRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SeanThackrey"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SeanThackreySiriusPetiteSyrah"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NapaRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Selaks"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SelaksIceWine"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/> |
| <hasColor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#White"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NewZealandRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SelaksSauvignonBlanc"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NewZealandRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Thing rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SemillonGrape"> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/> |
| </owl:Thing> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SevreEtMaine"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SonomaRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CaliforniaRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SouthAustraliaRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#AustralianRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#StEmilionRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#BordeauxRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#StGenevieve"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#StGenevieveTexasWhite"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhiteWine"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CentralTexasRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Stonleigh"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#StonleighSauvignonBlanc"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Delicate"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NewZealandRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Thing rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineFlavor"/> |
| </owl:Thing> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Thing rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sweet"> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineSugar"/> |
| </owl:Thing> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Taylor"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#TexasRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#USRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ToursRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LoireRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#USRegion"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Ventana"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#VentanaCheninBlanc"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#OffDry"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CentralCoastRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:Thing rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#White"> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineColor"/> |
| </owl:Thing> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhitehallLane"/> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhitehallLaneCabernetFranc"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NapaRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhitehallLanePrimavera"> |
| <hasBody rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Light"/> |
| <hasFlavor rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Delicate"/> |
| <hasSugar rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sweet"/> |
| <locatedIn rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#NapaRegion"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Year1998"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#VintageYear"/> |
| <yearValue rdf:datatype="http://www.w3.org/2001/XMLSchema#positiveInteger">1998</yearValue> |
| </owl:NamedIndividual> |
| |
|
|
|
|
| <!-- http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine |
|
|
| <owl:NamedIndividual rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ZinfandelGrape"> |
| <rdf:type rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WineGrape"/> |
| </owl:NamedIndividual> |
| |
| |
| |
| <!-- |
| /////////////////////////////////////////////////////////////////////////////////////// |
| // |
| // General axioms |
| // |
| /////////////////////////////////////////////////////////////////////////////////////// |
| --> |
| |
| <rdf:Description> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl |
| <owl:distinctMembers rdf:parseType="Collection"> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Bancroft"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauChevalBlanc"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauDYchem"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauDeMeursault"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauLafiteRothschild"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauMargauxWinery"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ChateauMorgon"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ClosDeLaPoussie"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#ClosDeVougeot"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CongressSprings"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Corbans"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CortonMontrachet"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Cotturi"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#DAnjou"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Elyse"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Forman"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Foxen"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#GaryFarrell"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#KalinCellars"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#KathrynKennedy"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#LaneTanner"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Longridge"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Marietta"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#McGuinnesso"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#MountEdenVineyard"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Mountadam"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PageMillWinery"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PeterMccoy"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#PulignyMontrachet"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SantaCruzMountainVineyard"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SaucelitoCanyon"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SchlossRothermel"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SchlossVolrad"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SeanThackrey"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Selaks"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#SevreEtMaine"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#StGenevieve"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Stonleigh"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Taylor"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Ventana"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#WhitehallLane"/> |
| </owl:distinctMembers> |
| </rdf:Description> |
| <rdf:Description> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDifferent"/> |
| <owl:distinctMembers rdf:parseType="Collection"> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Delicate"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Moderate"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Strong"/> |
| </owl:distinctMembers> |
| </rdf:Description> |
| <rdf:Description> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDifferent"/> |
| <owl:distinctMembers rdf:parseType="Collection"> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#OffDry"/> |
| </owl:distinctMembers> |
| </rdf:Description> |
| <rdf:Description> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDifferent"/> |
| <owl:distinctMembers rdf:parseType="Collection"> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#OffDry"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sweet"/> |
| </owl:distinctMembers> |
| </rdf:Description> |
| <rdf:Description> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDifferent"/> |
| <owl:distinctMembers rdf:parseType="Collection"> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Dry"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sweet"/> |
| </owl:distinctMembers> |
| </rdf:Description> |
| <rdf:Description> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDifferent"/> |
| <owl:distinctMembers rdf:parseType="Collection"> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Full"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Light"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Medium"/> |
| </owl:distinctMembers> |
| </rdf:Description> |
| <rdf:Description> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDifferent"/> |
| <owl:distinctMembers rdf:parseType="Collection"> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#OffDry"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Sweet"/> |
| </owl:distinctMembers> |
| </rdf:Description> |
| <rdf:Description> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDifferent"/> |
| <owl:distinctMembers rdf:parseType="Collection"> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Red"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Rose"/> |
| <rdf:Description rdf:about="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#White"/> |
| </owl:distinctMembers> |
| </rdf:Description> |
| </rdf:RDF> |
| |
| |
| |
| <!-- Generated by the OWL API (version 4.5.13) https://github.com/owlcs/owlapi --> |
|
|
|
|