org.omwg.ordi.rdf
Interface Triple

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
SesameTripleImpl

public interface Triple
extends java.io.Serializable

Title:

Description:

Copyright: Copyright (c) 2004-2005

Company: Ontotext Lab., Sirma AI

Version:
1.0
Author:
unascribed

Method Summary
 java.lang.Object object()
           
 org.wsmo.common.IRI predicate()
           
 org.wsmo.common.Identifier subject()
           
 

Method Detail

subject

org.wsmo.common.Identifier subject()

predicate

org.wsmo.common.IRI predicate()

object

java.lang.Object object()