| | 33 | |
| | 34 | |
| | 35 | * Now Paul things that "related" is semanticaly not precise enough. So he wants to have a relation "attends". |
| | 36 | * So he clicks the button "new relation" |
| | 37 | * a popup window opens. |
| | 38 | * in this window Paul has to say define a name for the new relation __and__ a name for the inverse relations |
| | 39 | * And Paul has to decide if his new relations are subProperties of either pimo:related, pimo:PartOf or pimo:hasTopic |
| | 40 | * After clicking create Button in this popup the system creates some triples: |
| | 41 | * __paul:attends__ __rdf:type__ __rdf:Property__ |
| | 42 | * __paul:attends__ __rdfs:subPropertyOf__ __pimo:related__ |
| | 43 | * __paul:attends__ __rdfs:label__ __"attends"__ |
| | 44 | * and some more for the inverse property |
| | 45 | * after creating the new relations the browser has one more list with Things, displaying all the Things that are related to the current one with "attends" |
| | 46 | |
| | 47 | |