<?xml version="1.0"?>
<rdf:RDF  
	xmlns:owl="http://www.w3.org/2002/07/owl#" 
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" 
	xmlns="http://www.mindswap.org/2004/multipleOnt/FactoredOntologies/FactoredWine/factoredYear.xml#" 
	xml:base="http://www.mindswap.org/2004/multipleOnt/FactoredOntologies/FactoredWine/factoredYear.xml#"
>

  <owl:Class rdf:ID="VintageYear"/>

  <owl:DatatypeProperty rdf:ID="yearValue">
    <rdfs:domain rdf:resource="#VintageYear"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#positiveInteger"/>
  </owl:DatatypeProperty>

  <VintageYear rdf:ID="Year1998">
    <yearValue rdf:datatype="http://www.w3.org/2001/XMLSchema#positiveInteger">1998</yearValue>
  </VintageYear>
</rdf:RDF>
