- From: Alexander Pohoyda <alexander.pohoyda@gmx.net>
- Date: Wed, 19 Jul 2006 20:57:34 +0200 (CEST)
- To: www-rdf-interest@w3.org
Hello,
Definition from RDF Schema:
3.1 rdfs:range
P rdfs:range C
Where P has more than one rdfs:range property, then the resources
denoted by the objects of triples with predicate P are instances
of all the classes stated by the rdfs:range properties.
Now, consider an example:
my:property1 rdfs:range rdfs:Literal, my:Class1.
This effectively means that any object I use with this predicate is
an instance of both rdfs:Literal and my:Class1 classes:
example:thing1 my:property1 example:thing2.
Formally this is not a contradiction. But isn't it a contradiction
logically?
I appreciate any answer. Thank you!
--
Alexander Pohoyda <alexander.pohoyda@gmx.net>
PGP Key fingerprint: 7F C9 CC 5A 75 CD 89 72 15 54 5F 62 20 23 C6 44
Received on Thursday, 20 July 2006 14:26:20 UTC