<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE kbpslotfill [

<!-- KBP 2009 Slot Filling Query DTD -->
<!ELEMENT kbslotfill (query+)>
<!ELEMENT query (name, docid, enttype, nodeid, ignore?)>
<!ELEMENT name (CDATA)>
<!ELEMENT docid (CDATA)>
<!ELEMENT enttype (CDATA)>
<!ELEMENT nodeid (CDATA)>
<!ELEMENT ignore (CDATA)>
<!ATTLIST query id ID #REQUIRED>

]>

<!-- Query format -->
<kbpslotfill>
<query id="SF1">
  <name>John Doe</name>
  <docid>SUN-009</docid>
  <enttype>PER</enttype>
  <nodeid>E101</nodeid>
  <ignore>per:date_of_birth per:place_of_birth per:religion</ignore>
</query>

<query id="SF2">
  <name>ACME Widget Corp</name>
  <docid>NYT-006</docid>
  <enttype>ORG</enttype>
  <nodeid>NIL102</nodeid>
</query>

<query id="SF3">
  <name>Asheville, NC</name>
  <docid>CNN-123</docid>
  <enttype>GPE</enttype>
  <nodeid>E45911</nodeid>
  <ignore>gpe:currency gpe:population gpe:political_parties gpe:capital</ignore>
</query>

</kbpslotfill>

<!-- Format for system output (slot filling). 6 columns (5 columns
     that may not contain spaces, and a sixth answer column that that
     may contain spaces, but not newlines):
         query-id (SF1)
         slot-name (per:spouse)
         unique run id (uva1x)
         supporting docid (NBC-3218)
         within-KB link (NIL)
         answer (Jane Smith)
     Systems should provide responses for all slots for the appropriate target entity type,
     unless the slot is listed in an ignore field in the query. If the system believes
     that no novel (i.e., not present in the KB node) information is learnable for the slot.
     then a four column response of <query-id, slot-name, runid, NIL> should be provided.

     System runs that are not attempting to link slot values should return NIL as the
     value in the 5th column of each line.

SF1 per:spouse uva1x NBC-3218 NIL Jane Smith
SF1 per:spouse uva1x CNN-387 E19837 Mary Doe
SF1 per:alternate_names uva1x NIL
SF1 per:date_of_death uva1x ABC-007 NIL April 23, 2008
SF1 per:children uva1x CNN-387 NIL Bobby Doe
SF1 per:employee_of uva1x NIL
SF1 per:schools_attended uva1x SUN-3321 E18872 Cornell
SF1 per:schools_attended uva1x SUN-3321 NIL Harvard Law School
SF1 per:schools_attended uva1x SUN-3321 E431197 NYU Law School
...
SF2 org:headquarters uva1x NYT-001 E2134 Cleveland, Ohio
SF2 org:alternate_names uva1x NYT-701 NIL Widgets-R-Us
SF2 org:founded_by uva1x ABC-119 NIL John "Hammer" Smithson
SF2 org:website uva1x NIL
SF2 org:parents uva1x NIL
SF2 org:subsidiaries uva1x NIL
...
SF3 gpe:top_employees uva1x CNN-001 E45 Quentin Bradford
SF3 gpe:top_employees uva1x CNN-001 NIL Susan R. Jones
...

-->

