8.1 Hierarchy and class-individual relations
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog Semantic Web Library 3.0
library(semweb/rdfs): RDFS related queries
Hierarchy and class-individual relations
rdfs_subproperty_of/2
rdfs_subclass_of/2
rdfs_class_property/2
rdfs_individual_of/2
Availability:
:- use_module(
library(semweb/rdfs)
).
rdfs_class_property
(
+Class, ?Property
)
True if the domain of
Property
includes
Class
. Used to generate all properties that apply to a class.