<?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:owl="http://www.w3.org/2002/07/owl#">

  <owl:Ontology rdf:about="http://rdflib.net/2002/http_header">
    <rdfs:label>http headers</rdfs:label>
    <rdfs:comment>A vocabulary for HTTP headers</rdfs:comment>    
  </owl:Ontology>  

  <rdf:Property rdf:about="http://rdflib.net/2002/http_header#etag">
    <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#"/>
    <rdfs:label>etag</rdfs:label>
    <rdfs:comment></rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="http://rdflib.net/2002/http_header"/>
  </rdf:Property>


  <rdf:Property rdf:about="http://rdflib.net/2002/http_header#date">
  <!-- TODO: ? <owl:samePropertyAs rdf:resource -->
    <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#"/>
    <rdfs:label>date</rdfs:label>
    <rdfs:comment></rdfs:comment>    
    <rdfs:isDefinedBy rdf:resource="http://rdflib.net/2002/http_header"/>    
  </rdf:Property>
  
</rdf:RDF>
