It's also not necessary to write the URIs out in full, you can use
prefixes in rules. I believe rdf and rdfs are built in.
Dave
On 07/03/17 16:11, kumar rohit wrote:
Thank you Simon,
On Tue, Mar 7, 2017 at 6:57 PM, Simon Schäfer <[email protected]> wrote:
You can search for rdfs here: http://prefix.cc/
This leads to a document where rdfs:subClassOf is defined.
---- On Tue, 07 Mar 2017 14:58:20 +0100 kumar rohit <[email protected]>
wrote ----
> I have a rule like if x is type of Student and student rdfs:subclass of
> Human, then x is type of Human
>
> What is the full URI of rdfs subclassOf to write in rules like we write
> http://www.w3.org/1999/02/22-rdf-syntax-ns#type for rdf:type?
>