@prefix        : <http://www.w3.org/2001/tag/fdesc54/webarch#> .
     @prefix owl: <http://www.w3.org/2002/07/owl#> .
     @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
     @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
     @prefix webarch: <http://www.w3.org/2001/tag/fdesc54/webarch#> .
     @prefix xsdt: <http://www.w3.org/2001/XMLSchema#> .
@prefix mu: <modelling-utilities@@#> .
    
    <>     rdfs:comment """

arch doc ontology in RDF/OWL.

$Id: uriRef.n3,v 1.1 2003/11/24 10:22:29 connolly Exp $
$Log: uriRef.n3,v $
Revision 1.1  2003/11/24 10:22:29  connolly
mu:composite replaces currying

Revision 1.2  2003/11/14 23:55:07  connolly
"Web Architecture Illustrated" developed on the plane

Revision 1.1  2003/11/06 23:39:02  connolly
splitting idRes

Revision 1.2  2003/11/06 19:16:11  connolly
idRes, frag diagrams done, except spurious Restriction bubbles

Revision 1.1  2003/11/06 18:25:01  connolly
oops; saving this version

Revision 1.13  2003/11/05 23:36:40  ijacobs
two more labels

Revision 1.12  2003/11/05 21:31:17  ijacobs
Removed (empty) attempts to create intersection with regexps
in RFC2396. TBL has a bnf ontology; might be nice to just point
to the production in the RFC that is relevant.

Revision 1.11  2003/11/05 20:35:25  ijacobs
added labels to classes

... and so on, see 2003/10/16-webarch-owl.rdf log
  """ .
    
    :URIReference     a rdfs:Class;
         rdfs:label "URIReference";
         rdfs:subClassOf xsdt:string .

    :expansion a owl:FunctionalProperty;
      rdfs:label "expansion";
      rdfs:domain [ a owl:Class; rdfs:label "URI x ref";
	mu:components (:URI :URIReference)
	];
      rdfs:range :URI.
    
    
    :asRef     a owl:FunctionalProperty;
         rdfs:domain :URI;
         rdfs:label "asRef";
         rdfs:range :URIReference .
    
    xsdt:string     a rdfs:Datatype;
         rdfs:label "string" .
    
#ENDS
