prop43.n3 4.28 KB
# $Id: prop43.n3,v 1.2 2001/02/26 19:55:00 connolly Exp $
#
# hand-edited after...
#Processed by Id: cwm.py,v 1.27 2001/02/05 19:58:24 timbl Exp 
        #    using base file:/home/connolly/w3ccvs/WWW/2000/08/proposal43/proposal.rdf
        
#  Notation3 generation by
#       notation3.py,v 1.54 2001/02/12 18:38:31 timbl Exp

#   Base was: file:/home/connolly/w3ccvs/WWW/2000/08/proposal43/proposal.rdf
     @prefix : <prop43#>.
     @prefix web: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
     @prefix util: <http://www.w3.org/2000/01/rdf-schema#> .
     @prefix dc: <http://purl.org/dc/elements/1.1/> .
     @prefix kpic: <prop43#> .
    
<> util:seeAlso <http://www.w3.org/History/1989/proposal.html>.

      [      a :Concept;
             util:label "Computer conferencing";
             :forExample :IBMGroupTalk,
                    :mesh,
                    :uucp,
                    :vaxNotes ].
    
      [      a :Concept;
             util:label "Hierarchical systems";
             :forExample :IBMGroupTalk,
                    :cern,
                    :cernDoc,
                    :uucp,
                    :vaxNotes ].
    
    :Concept     a util:Class;
         util:label "Concept";
         util:subClassOf util:Class .
    
    :Document     a util:Class;
         kpic:nodeClass  [
             a kpic:NodeClass;
             kpic:shape :quadrilateral;
             kpic:hasRule """
	""" ];
         util:label "Document" .
    
    :Hypertext     a :Concept;
         util:label "Hypertext";
         :includes  [
             util:label "Linked information";
             a :Concept;
             :forExample  [
                 util:label "Hyper Card" ],
                    :enquire ],
                 [
             util:label "Hypermedia";
             a :Concept ] .
    
    :IBMGroupTalk     util:label "IBM GroupTalk" .
    
    :Person     a util:Class;
         util:label "Person" .
    
    :Proposal     a util:Class;
         kpic:nodeStyle "@@default + get label from util:label";
         util:label "Proposal" .
    
    :cern     a :Organization;
         util:label "C.E.R.N";
         :hasPart  [
             a :Division;
             :hasPart  [
                 a :Group;
                 :produces :cernDoc ],
                     [
                 a :Group;
                 :hasPart  [
                     a :Section;
                     :hasPart  [
                         util:label "Tim Berners-Lee";
                         a :Person;
                         :wrote :thisDocument ],
                             [
                     ],
                             [
                     ],
                             [
                     ] ],
                         [
                 ] ] ] .
    
    :cernDoc     util:label "CERNDOC";
         :includes :thisDocument .
    
    :describes     a util:Property;
         kpic:arcStyle "@@default + get label from util:label";
         util:domain :Document;
         util:label "describes". #@@ range isn't necessarily a document!
    
    :enquire     util:label "ENQUIRE" .
    
    :forExample     a util:Property;
         kpic:arcStyle "@@dotted + get label from util:label";
         util:label "for example" .
    
    :includes     a util:Property;
         kpic:arcStyle "@@dotted + get label from util:label";
         util:label "includes" .
    
    :mesh     a :Proposal;
         <http://purl.org/dc/elements/1.1/title> "Mesh";
         :describes :cern;
         :unifies :cernDoc,
                :enquire,
                :uucp,
                :vaxNotes .
    
    :refersTo     a util:Property;
         kpic:arcStyle "@@default + get label from util:label";
         util:domain :Document;
         util:label "refers to";
         util:range :Document .
    
    :thisDocument     a :Document;
         util:label "This document";
         :describes :Hypertext,
                :mesh;
         :refersTo  [
             a :Document;
             :describes :Hypertext ],
                 [
             a :Document ],
                 [
             a :Document ] .
    
    :unifies     a util:Property;
         kpic:arcStyle "@@default + get label from util:label";
         util:label "unifies" .
    
    :uucp     a :Thing;
         util:label "uucp News" .
    
    :vaxNotes     util:label "VAX/NOTES" .
    
 #ENDS