An RDF Triple is a statement which relates one object to another. For Example:
"gcc" "Compiles" "c" .
"gcc" "compiles" "Java" .
"gcc" "compiles" "fortran" .
"gcc" "has a website at" .
"gcc" "has a mailing list at" .
"c" "is a" "programming language" .
"c" "is documented in" .