- From: <tarod@softhome.net>
- Date: Wed, 13 Feb 2002 20:36:21 GMT
- To: www-rdf-logic@w3.org
- Cc: www-rdf-interest@w3.org, www-rdf-comments@w3.org
Jejejejej I said using RDFSchema, not using DAML, using DAML is so easy.
Mr. Palmer, try to do it using only RDFSchema, that was the challenge.
Regards,
Marc
Sean B. Palmer writes:
> [+BCC to www-rdf-interest]
>
> > Class A
> > Class B
> >
> > property c(range(A or B), domain(A and B))
>
> :c rdfs:range [ daml:unionOf (:A :B) ];
> rdfs:domain :A, B .
>
> --
> Kindest Regards,
> Sean B. Palmer
> @prefix : <http://purl.org/net/swn#> .
> :Sean :homepage <http://purl.org/net/sbp/> .
>
Received on Wednesday, 13 February 2002 15:33:37 UTC