I work with geeks
Nov. 2nd, 2004 11:59 amThe 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>
no subject
Date: 2004-11-02 01:43 pm (UTC)Child Of A Colleague
no subject
Date: 2004-11-02 02:42 pm (UTC)I assume so. I mailed him to ask why the values of rdfs:label and kb:name were different (were there implicit semantics that I was unaware of?), but unsurprisingly haven't had a reply...