<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
   xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" 
   xmlns:dc="http://purl.org/dc/elements/1.1/">


 <rdfs:Class rdf:about="http://example.org/city/City">
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"/>
  </rdfs:Class>

 <rdfs:Class rdf:about="http://example.org/city/River" >
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"/>
  </rdfs:Class>

 <rdfs:Class rdf:about="http://example.org/city/Road" >
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"/>
  </rdfs:Class>

 <rdfs:Class rdf:about="http://example.org/city/Mountain" >
   <rdfs:subClassOf rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"/>
  </rdfs:Class>

 <rdf:Property rdf:about="http://example.org/city/cityMember" >
 
   <rdfs:domain rdf:resource="http://example.org/city/City"/>

 </rdf:Property>


 <rdf:Property rdf:about="http://example.org/city/linearGeometry" >

   <rdfs:domain rdf:resource="http://example.org/city/Road"/>

   <rdfs:range rdf:resource="http://nurl.org/0/geom2d/1.0/Curve"/>

 </rdf:Property>

 
 <rdf:Property rdf:about="http://example.org/city/classification" >

   <rdfs:domain rdf:resource="http://example.org/city/Road"/>

   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>

 </rdf:Property>

 
 <rdf:Property rdf:about="http://example.org/city/number" >

   <rdfs:domain rdf:resource="http://example.org/city/Road"/>

   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>

 </rdf:Property>

 
 <rdf:Property rdf:about="http://example.org/city/elevation" >

   <rdfs:domain rdf:resource="http://example.org/city/Mountain"/>

   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>

 </rdf:Property>

</rdf:RDF>
