<> a <http://www.w3.org/2000/10/swap/logic.n3#N3Document>. # Ugly!
@prefix dc: <http://purl.org/dc/elements/1.1/>.
@prefix u: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix daml: <http://www.daml.org/2000/12/daml+oil#>.

<> dc:title "an RDF specification of the Revision Control System (RCS)";
   :id "$Id: rcs.n3,v 1.1 2001/03/29 23:04:49 connolly Exp $".

:id a u:Property;
  u:label "Id";
  u:subPropertyOf daml:versionInfo.

:author a u:Property;
  u:label "Author";
  u:subPropertyOf dc:creator. # wish there was a  separate dc:creatorName

:date a u:Property;
  u:label "Date";
  u:subPropertyOf dc:date.

:revision a u:Property;
  u:label "Revision".


@prefix daml3: <http://www.daml.org/2001/03/daml+oil#>.
@prefix daml1: <http://www.daml.org/2000/10/daml-ont#>.

daml1:versionInfo = daml:versionInfo.
daml3:versionInfo = daml:versionInfo.
