rdf:Statement

I indicate a following statement:

<rdf:Statement rdf:nodeID="abc">
	<rdf:subject rdf:resource="#in"/>
	<rdf:predicate rdf:resource="#box"/>
	<rdf:object rdf:resource="#out"/>
</rdf:Statement>

assuming "#box" is an instance of a Property, which I have defined in my
Ontology:

<myworld:blackBox rdf:ID="box"/>

So that it asserts that "box" will be an instance of the property
"blackBox", or similar:
<rdf:Description rdf:ID="box">
	<rdf:type rdf:resource="myworld:blackBox"/>
</rdf:Description>

We would assum that the resource "box" exists, which has been defined as
Property and serves in this RDF Statement as "predicate".

Could it be valid that the value of the predicate would be the instance
of the Property?

freundliche Gruesse / best regards
Dipl.-Ing. Kianoush Eshaghi     T +43 1 74040-652
METADAT - The Architect for Knowledge Networks

Received on Tuesday, 19 October 2004 09:30:12 UTC