Changes between Version 56 and Version 57 of BluePrintVITA


Ignore:
Timestamp:
03/28/10 01:10:36 (15 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintVITA

    v56 v57  
    6767''(still under development, see the OWL source for version information)''
    6868
     69=== Examples ===
     70
     71{{{
     72The person has red hair.
     73}}}
     74
     75is incomplete - it contains the "Appearance" axis (=the person) and a "Finding" (=has red hair), but no operational distinction and no evidence information.
     76
     77{{{
     78Missing person, given name: Michael, family name: M., eye color: blue
     79}}}
     80
     81is also incomplete - it contains "Appearance" (=person), "Distinction" (=given name and family name) and two "Findings" (=is missing, eye color), but no evidence information.
     82
     83  ''Note, that a "missing person" is not a person entity (appearance), but an entity (=person) plus a finding (=is missing).''
     84
     85{{{
     86<pfif:person>
     87    <pfif:person_record_id>salesforce.com/a0030000001TRYR</pfif:person_record_id>
     88    <pfif:entry_date>2005-09-03T09:21:12.321Z</pfif:entry_date>
     89    <pfif:author_name>Bill Mandil</pfif:author_name>
     90    <pfif:author_email>bmd67893@example.com</pfif:author_email>
     91    <pfif:source_name>salesforce.com</pfif:source_name>
     92    <pfif:source_date>2005-09-03T09:21:12Z</pfif:source_date>
     93    <pfif:source_url>http://www.salesforce.com/person/a0030000001TRYR</pfif:source_url>
     94    <pfif:first_name>Katherine</pfif:first_name>
     95    <pfif:last_name>Doe</pfif:last_name>
     96    <pfif:sex>female</pfif:sex>
     97    <pfif:date_of_birth>1971-02</pfif:date_of_birth>
     98    <pfif:age>30-45</pfif:age>
     99    <pfif:photo_url>http://flickr.com/photo/12345678.jpg</pfif:photo_url>
     100  </pfif:person>
     101}}}
     102
     103is a compliant set - it contains the "Appearance" (pfif:person), "Distinction" (pfif:person_record_id, pfif:first_name, pfif:last_name), several "Findings" (pfif:sex, pfif:date_of_birth, pfif:age) and plenty of "Evidence" (pfif:author_name, pfif:source_name, pfif:photo_url etc.).
     104
    69105== The Data Model ==
    70106