I work with geeks

The wife of one of my colleagues gave birth to their first child in the early hours of this morning. This was how he announced the birth on our project mailing list:

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE rdf:RDF [
	 <!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
	 <!ENTITY kb 'http://protege.stanford.edu/kb#'>
	 <!ENTITY rdfs 'http://www.w3.org/TR/1999/PR-rdf-schema-19990303#'>
]>

<rdf:RDF xmlns:rdf="&rdf;"
	 xmlns:kb="&kb;"
	 xmlns:rdfs="&rdfs;">
  <kb:Person rdf:about="&kb;Instance_1"
      kb:name="Harith Alani"
      rdfs:label="Harith Alani"/>

  <kb:Person rdf:about="&kb;Instance_2"
      kb:name="Samar Alani"
      rdfs:label="Samar Alani"/>

  <kb:Person rdf:about="&kb;Instance_3"
      kb:date_of_birth="2 November 2004"
      kb:gender="Girl"
      kb:name="something Alani"
      kb:weight="3.02 kgs"
      rdfs:label="Meriam Alani">
    <kb:has_parent rdf:resource="&kb;Instance_1"/>
    <kb:has_parent rdf:resource="&kb;Instance_2"/>
  </kb:Person>
</rdf:RDF>

Leave a Reply

Your email address will not be published. Required fields are marked *