#Processed by Id: cwm.py,v 1.32 2001/04/05 21:33:55 timbl Exp 
        #    using base http://www.w3.org/2001/04/infoset
        
#  Notation3 generation by
#       notation3.py,v 1.66 2001/04/21 22:10:16 timbl Exp

#   Base was: http://www.w3.org/2001/04/infoset
    #RDF parsed by Id: xml2rdf.py,v 1.14 2001/04/21 22:14:02 timbl Exp 
        # this can be decoded as US-ASCII or iso-8859-1 as well,
#     since it contains no characters outside the US-ASCII repertoire 
        # $Id: infoset0.n3,v 1.1 2001/06/13 23:58:47 timbl Exp $ 
         @prefix rdfs: <../../2000/01/rdf-schema#> .
     @prefix rdf: <../../1999/02/22-rdf-syntax-ns#> .
     @prefix : <#> .
    # 
#
# This RDF schema's namespace name
#
#  http://www.w3.org/2001/04/infoset#
#
# will only be used to describe the infoitems and properties defined in
# the corresponding version of the XML Infoset specification, which is
#
#  http://www.w3.org/TR/2001/WD-xml-infoset-20010316
#
# Any new version of the specification that changes the infoitems or
# properties will have a new RDF schema with a different namespace
# name.
#
# This RDF schema for the XML Infoset is not a normative part of the 
# XML Infoset Specification.  If this schema is found not to match
# the normative text of the specification, it will be corrected without
# changing the namespace name.
#
#
        #Enumeration classes and their members
        
    :AttributeType     a rdfs:Class .
    
    :AttributeType.ID     a :AttributeType .
    
    :AttributeType.IDREF     a :AttributeType .
    
    :AttributeType.IDREFS     a :AttributeType .
    
    :AttributeType.ENTITY     a :AttributeType .
    
    :AttributeType.ENTITIES     a :AttributeType .
    
    :AttributeType.NMTOKEN     a :AttributeType .
    
    :AttributeType.NMTOKENS     a :AttributeType .
    
    :AttributeType.NOTATION     a :AttributeType .
    
    :AttributeType.CDATA     a :AttributeType .
    
    :AttributeType.ENUMERATION     a :AttributeType .
    
    :Boolean     a rdfs:Class .
    
    :Boolean.true     a :Boolean .
    
    :Boolean.false     a :Boolean .
    
    :Standalone     a rdfs:Class .
    
    :Standalone.yes     a :Standalone .
    
    :Standalone.no     a :Standalone .
    
    :Unknown     a rdfs:Class;
         rdfs:subClassOf :AttributeType,
                :Literal,
                :Boolean,
                :Notation,
                :References .
    
    :Unknown.unknown     a :Unknown .
    
    :NoValue     a rdfs:Class;
         rdfs:subClassOf :AttributeType,
                :Literal,
                :Boolean,
                :Standalone,
                :Notation,
                :References .
    
    :NoValue.noValue     a :Unknown# Property classes derived from standard classes 
         .
    
    :Literal     a rdfs:Class .
    
    rdfs:Literal     rdfs:subClassOf :Literal .
    
    :Integer     a rdfs:Class;
         rdfs:subClassOf rdfs:Literal#Info item classes
         .
    
    :InfoItem     a rdfs:Class .
    
    :Document     a rdfs:Class;
         rdfs:subClassOf :InfoItem .
    
    :Element     a rdfs:Class;
         rdfs:subClassOf :InfoItem .
    
    :Attribute     a rdfs:Class;
         rdfs:subClassOf :InfoItem .
    
    :ProcessingInstruction     a rdfs:Class;
         rdfs:subClassOf :InfoItem .
    
    :Character     a rdfs:Class;
         rdfs:subClassOf :InfoItem .
    
    :UnexpandedEntityReference     a rdfs:Class;
         rdfs:subClassOf :InfoItem .
    
    :Comment     a rdfs:Class;
         rdfs:subClassOf :InfoItem .
    
    :DocumentTypeDeclaration     a rdfs:Class;
         rdfs:subClassOf :InfoItem .
    
    :UnparsedEntity     a rdfs:Class;
         rdfs:subClassOf :InfoItem .
    
    :Notation     a rdfs:Class;
         rdfs:subClassOf :InfoItem .
    
    :Namespace     a rdfs:Class;
         rdfs:subClassOf :InfoItem# Set containers 
         .
    
    :InfoItemSet     a rdfs:Class;
         rdfs:subClassOf rdf:Bag .
    
    :AttributeSet     a rdfs:Class;
         rdfs:subClassOf :InfoItemSet .
    
    :UnparsedEntitySet     a rdfs:Class;
         rdfs:subClassOf :InfoItemSet .
    
    :NamespaceSet     a rdfs:Class;
         rdfs:subClassOf :InfoItemSet .
    
    :NotationSet     a rdfs:Class;
         rdfs:subClassOf :InfoItemSet# Sequence containers 
         .
    
    :InfoItemSeq     a rdfs:Class;
         rdfs:subClassOf rdf:Seq,
                :References .
    
    :References     a rdfs:Class#Info item properties
         .
    
    :allDeclarationsProcessed     a rdfs:Property;
         rdfs:domain :Document;
         rdfs:range :Boolean .
    
    :attributes     a rdfs:Property;
         rdfs:domain :Element;
         rdfs:range :AttributeSet .
    
    :attributeType     a rdfs:Property;
         rdfs:domain :Attribute;
         rdfs:range :AttributeType .
    
    :baseURI     a rdfs:Property;
         rdfs:domain :Document,
                :Element,
                :ProcessingInstruction;
         rdfs:range :Literal .
    
    :characterCode     a rdfs:Property;
         rdfs:domain :Character;
         rdfs:range :Integer .
    
    :characterEncodingScheme     a rdfs:Property;
         rdfs:domain :Document;
         rdfs:range rdfs:Literal .
    
    :children     a rdfs:Property;
         rdfs:domain :Document,
                :Element,
                :DocumentTypeDeclaration;
         rdfs:range :InfoItemSeq .
    
    :content     a rdfs:Property;
         rdfs:domain :ProcessingInstruction,
                :Comment;
         rdfs:range rdfs:Literal .
    
    :namespaceAttributes     a rdfs:Property;
         rdfs:domain :Element;
         rdfs:range :AttributeSet .
    
    :declarationBaseURI     a rdfs:Property;
         rdfs:domain :UnexpandedEntityReference,
                :UnparsedEntity,
                :Notation;
         rdfs:range :Literal .
    
    :documentElement     a rdfs:Property;
         rdfs:domain :Document;
         rdfs:range :Element .
    
    :elementContentWhitespace     a rdfs:Property;
         rdfs:domain :Character;
         rdfs:range :Boolean .
    
    :unparsedEntities     a rdfs:Property;
         rdfs:domain :Document;
         rdfs:range :UnparsedEntitySet .
    
    :inScopeNamespaces     a rdfs:Property;
         rdfs:domain :Element;
         rdfs:range :NamespaceSet .
    
    :localName     a rdfs:Property;
         rdfs:domain :Element,
                :Attribute;
         rdfs:range rdfs:Literal .
    
    :name     a rdfs:Property;
         rdfs:domain :UnexpandedEntityReference,
                :UnparsedEntity,
                :Notation;
         rdfs:range rdfs:Literal .
    
    :namespaceName     a rdfs:Property;
         rdfs:domain :Element,
                :Attribute,
                :Namespace;
         rdfs:range :Literal .
    
    :normalizedValue     a rdfs:Property;
         rdfs:domain :Attribute;
         rdfs:range rdfs:Literal .
    
    :notation     a rdfs:Property;
         rdfs:domain :UnparsedEntity;
         rdfs:range :Notation .
    
    :notationName     a rdfs:Property;
         rdfs:domain :UnparsedEntity;
         rdfs:range :Literal .
    
    :notations     a rdfs:Property;
         rdfs:domain :Document;
         rdfs:range :NotationSet .
    
    :ownerElement     a rdfs:Property;
         rdfs:domain :Attribute;
         rdfs:range :Element .
    
    :parent     a rdfs:Property;
         rdfs:domain :Element,
                :ProcessingInstruction,
                :Character,
                :UnexpandedEntityReference,
                :Comment,
                :DocumentTypeDeclaration;
         rdfs:range :InfoItem .
    
    :prefix     a rdfs:Property;
         rdfs:domain :Namespace,
                :Element,
                :Attribute;
         rdfs:range :Literal .
    
    :publicIdentifier     a rdfs:Property;
         rdfs:domain :UnexpandedEntityReference,
                :UnparsedEntity,
                :DocumentTypeDeclaration,
                :Notation;
         rdfs:range :Literal .
    
    :references     a rdfs:Property;
         rdfs:domain :Attribute;
         rdfs:range :References .
    
    :specified     a rdfs:Property;
         rdfs:domain :Attribute;
         rdfs:range :Boolean .
    
    :standalone     a rdfs:Property;
         rdfs:domain :Document;
         rdfs:range :Standalone .
    
    :systemIdentifier     a rdfs:Property;
         rdfs:domain :UnexpandedEntityReference,
                :UnparsedEntity,
                :DocumentTypeDeclaration,
                :Notation;
         rdfs:range :Literal .
    
    :target     a rdfs:Property;
         rdfs:domain :ProcessingInstruction;
         rdfs:range rdfs:Literal .
    
    :version     a rdfs:Property;
         rdfs:domain :Document;
         rdfs:range :Literal .
    
 #ENDS
