<?xml version="1.0"?>
<rdf:RDF
	xmlns:rdfs="http://www.w3.org/2000/10/XMLSchema#"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:wine="http://www.inf384c.org/wine#">

<rdf:Description rdf:ID="Europe"
	rdf:type="http://www.inf384c.org/wine#continent">
</rdf:Description>

<rdf:Description rdf:ID="Red"
        rdf:type="http://www.inf384c.org/wine#color">
</rdf:Description>

<rdf:Description rdf:ID="France"
        rdf:type="http://www.inf384c.org/wine#country">
        <wine:locationOfCountry>Europe</wine:locationOfCountry>
</rdf:Description>

<rdf:Description rdf:ID="Gigondas"
        rdf:type="http://www.inf384c.org/wine#wine">
        <wine:countryOfOrigin>France</wine:countryOfOrigin>
        <wine:color>Red</wine:color>
</rdf:Description>

</rdf:RDF>

