23 Aug
2011
23 Aug
'11
4:11 p.m.
On 23 Aug 2011, at 00:02, John MacAuley wrote:
Jeroen,
What was the reasoning behind having "connectedTo" as a DatatypeProperty and not an ObjectProperty? I accidentally modelled them as ObjectProperty since they map directly to objects within the OWL.
<!-- http://www.glif.is/working-groups/tech/dtox#connectedTo -->
<owl:DatatypeProperty rdf:about="http://www.glif.is/working-groups/tech/dtox#connectedTo"/>
It was actually a bit of a dirty hack to allow it as a textfield in the editor... DataProperties are textfields and ObjectProperties are relations between objects, and are shown as connections and circles in the editor. In the end it should become an ObjectProperty indeed. Jeroen.