@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<> rdfs:comment """

  This is a very simple, very rough start of an ontology
  of personal information, such as one might keep in notes
  about one's friends (if one wrote that kind of stuff
  down).

  Really, this is just a demo of a trivial ontology.

  $Id: personal-notes.n3,v 1.1 2003/03/29 00:51:51 sandro Exp $

""".


<#name> rdfs:comment """
   a commonly used or standard name for
   the person (or animal, or whatever)
""".

<#pet> rdfs:comment """
   the relationship from an pet's owner or
   keeper to the pat itself
""".


