Places
Home
Graphs
Prefixes
Admin
Users
Settings
Plugins
Statistics
Repository
Load local file
Load from HTTP
Load from library
Remove triples
Clear repository
Query
YASGUI SPARQL Editor
Simple Form
SWISH Prolog shell
Help
Documentation
Tutorial
Roadmap
HTTP Services
Login
8.2 Collections and Containers
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog Semantic Web Library 3.0
library(semweb/rdfs): RDFS related queries
Collections and Containers
rdfs_member/2
rdfs_list_to_prolog_list/2
rdfs_assert_list/2
rdfs_assert_list/3
Availability:
:- use_module(
library(semweb/rdfs)
).
rdfs_list_to_prolog_list
(
+Set, -List
)
Convert
Set
, which must be an individual of
rdf:List
into a Prolog list of objects.
ClioPatria
(version
V3.1.1-21-gb8003bb
)