
136 Foundations of Semantic Web Technologies
<owl:ObjectProperty rdf:about="hasColleague">
<rdf:type rdf:resource="&owl;TransitiveProperty" />
<rdf:type rdf:resource="&owl;SymmetricProperty" />
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="hasProjectLeader">
<rdf:type rdf:resource="&owl;FunctionalProperty" />
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="isProjectLeaderFor">
<rdf:type rdf:resource="&owl;InverseFunctionalProperty" />
</owl:ObjectProperty>
<Person rdf:about="peterHaase">
<hasColleague rdf:resource="philippCimiano" />
<hasColleague rdf:resource="steffenLamparter" />
<isProjectLeaderFor rdf:resource="neOn" />
</Person>
<Project