%PDF- %PDF-
Direktori : /proc/309157/root/home/waritko/yacy/source/net/yacy/document/parser/rdfa/ |
Current File : //proc/309157/root/home/waritko/yacy/source/net/yacy/document/parser/rdfa/IRDFaTriple.java |
package net.yacy.document.parser.rdfa; public interface IRDFaTriple{ String getPropertyURI(); String getSubjectURI(); String getSubjectNodeURI(); String getObjectURI(); String getObjectNodeURI(); String getValue(); String getDataType(); String getLanguage(); }