| 97 | I would suggest better URIs than the automatically generated ones by Protege, but as Protege does not provide a GUI component to edit the URI (or does it?), you would have to edit/replace the URIs later using a text editor or shell command or whatever. |
| 98 | |
| 99 | Anyway, you've got to look up the URI of your org:Person and enter that in the {{{config.php}}}: |
| 100 | {{{ |
| 101 | // Your URI in the OrgRep ontology |
| 102 | // If in doubt, look it up in the OrgRep RDF File or ask somebody! |
| 103 | $MY_ORGREP_URI = "http://km.dfki.de/model/org#OrganisationalModel_00077"; |
| 104 | }}} |