Project

General

Profile

« Previous | Next » 

Revision 29506

Commented reference to ontology: description of relationships inline with the schema documentation.

View differences:

oaf-common-0.2.xsd
338 338

  
339 339
	<xs:complexType name="relToType">
340 340
		<xs:annotation>
341
			<xs:documentation>Type of the related entity.
342
			<p>The semantics of the association is expressed by the attributes class and </p>
343
			<p>See the following ontology for the available relationships: $ontologyURL$</p>
341
			<xs:documentation>Information about the related entity.
342
			<p>The semantics of the relationships is expressed by the attributes class and scheme. </p>
343
			<!--  <p>See the following ontology for the available relationships: $ontologyURL$</p>-->
344
			<p>Allowed relationships are:
345
			<table>
346
			<tr><th>Entity types</th><th>Name of relationships</th><th>Inverse of</th><th>Simmetric</th></tr>
347
			<tr><td>Project -- Person</td><td>hasContact</td><td>isContact</td><td>no</td></tr>
348
			<tr><td>Project -- Result</td><td>produces</td><td>isProducedBy</td><td>no</td></tr>
349
			<tr><td>Project -- Organization</td><td>hasParticipant</td><td>isParticipant</td><td>no</td></tr>
350
			<tr><td>Person -- Project</td><td>isContact</td><td>hasContact</td><td>no</td></tr>
351
			<tr><td>Person -- Result</td><td>isAuthorOf</td><td>hasAuthor</td><td>no</td></tr>
352
			<tr><td>Person -- Person</td><td>isCoauthorOf</td><td>--</td><td>yes</td></tr>
353
			<tr><td>Result -- Person</td><td>hasAuthor</td><td>isAuthorOf</td><td>no</td></tr>
354
			<tr><td>Result -- Project</td><td>isProducedBy</td><td>produces</td><td>no</td></tr>
355
			<tr><td>Result -- Result</td><td>isRelatedTo</td><td>--</td><td>yes</td></tr>
356
			<tr><td>Result -- Result</td><td>hasAmongTopNSimilarDocuments</td><td>isAmongTopNSimilarDocuments</td><td>no</td></tr>
357
			<tr><td>Result -- Result</td><td>isAmongTopNSimilarDocuments</td><td>hasAmongTopNSimilarDocuments</td><td>no</td></tr>
358
			<tr><td>Organization -- Datasource</td><td>isProvidedBy</td><td>provides</td><td>no</td></tr>
359
			<tr><td>Organization -- Project</td><td>isParticpant</td><td>hasParticipant</td><td>no</td></tr>
360
			<tr><td>Datasource -- Organization</td><td>provides</td><td>isProvidedBy</td><td>no</td></tr>
361
			</table></p>
344 362
			</xs:documentation>
345 363
		</xs:annotation>
346 364
		<xs:simpleContent>

Also available in: Unified diff