Home
last modified time | relevance | path

Searched defs:rdf_db (Results 1 – 25 of 29) sorted by relevance

12

/dports/lang/swi-pl/swipl-8.2.3/packages/semweb/
H A Drdf11.pl335 rdf_db:rdf(S,P,O0), label
341 rdf_db:rdf(S,P,O0,G0), label
355 rdf_db:rdf_has(S,P,O0), label
487 rdf_db:rdf_assert(S,P,O0,G). label
1653 rdf_db:rdf_resource(O), label
1672 rdf_db:rdf_resource(N), label
1689 rdf_db:rdf_resource(R), label
1696 rdf_db:rdf_resource(R). label
1709 rdf_db:rdf(_,_,Term). label
1720 rdf_db:rdf(_,_,Term). label
[all …]
H A Drdf_http_plugin.pl62 rdf_db:rdf_open_hook/8, label
63 rdf_db:url_protocol/1, label
64 rdf_db:rdf_storage_encoding/2, label
65 rdf_db:rdf_file_type/2, label
68 rdf_db:url_protocol(http). label
69 rdf_db:url_protocol(https). label
105 rdf_db:rdf_open_hook(https, SourceURL, HaveModified, Stream, Cleanup, label
109 rdf_db:rdf_open_hook(http, SourceURL, HaveModified, Stream, Cleanup, label
177 rdf_db:rdf_storage_encoding(_, gzip), label
182 rdf_db:rdf_file_type(Ext, Format) label
[all …]
H A Drdf_ntriples.pl358 rdf_db:graph(Options, Graph), label
375 rdf_db:rdf_load_stream/3, label
376 rdf_db:rdf_file_type/2. label
383 rdf_db:rdf_load_stream(ntriples, Stream, _Module:Options) :- label
384 rdf_db:graph(Options, Graph), label
389 rdf_db:rdf_load_stream(nquads, Stream, _Module:Options) :- label
390 rdf_db:graph(Options, Graph), label
416 rdf_db:rdf_file_type(nt, ntriples). label
417 rdf_db:rdf_file_type(ntriples, ntriples). label
418 rdf_db:rdf_file_type(nq, nquads). label
[all …]
H A Drdf_prefixes.pl125 rdf_db:ns(Alias, URI). label
165 rdf_db:ns(dc, 'http://purl.org/dc/elements/1.1/'). label
166 rdf_db:ns(dcterms, 'http://purl.org/dc/terms/'). label
168 rdf_db:ns(foaf, 'http://xmlns.com/foaf/0.1/'). label
169 rdf_db:ns(owl, 'http://www.w3.org/2002/07/owl#'). label
172 rdf_db:ns(serql, 'http://www.openrdf.org/schema/serql#'). label
173 rdf_db:ns(skos, 'http://www.w3.org/2004/02/skos/core#'). label
174 rdf_db:ns(void, 'http://rdfs.org/ns/void#'). label
175 rdf_db:ns(xsd, 'http://www.w3.org/2001/XMLSchema#'). label
227 rdf_db:ns(Alias, _), label
[all …]
H A Dturtle.pl404 rdf_db:rdf_load_stream/3, label
405 rdf_db:rdf_file_type/2. label
411 rdf_db:rdf_load_stream(turtle, Stream, Options) :- label
413 rdf_db:rdf_load_stream(trig, Stream, Options) :- label
417 rdf_db:graph(Options, Graph), label
438 rdf_db:rdf_file_type(ttl, turtle). label
439 rdf_db:rdf_file_type(n3, turtle). % not really, but good enough label
440 rdf_db:rdf_file_type(trig, trig). label
H A Drdf_zlib_plugin.pl46 rdf_db:rdf_open_decode/4, label
47 rdf_db:rdf_storage_encoding/2. label
49 rdf_db:rdf_open_decode(gzip, File, Stream, close(Stream)) :- label
52 rdf_db:rdf_storage_encoding(gz, gzip). label
H A Drdfa.pl1487 rdf_db:rdf_load_stream/3, label
1488 rdf_db:rdf_file_type/2. label
1496 rdf_db:rdf_load_stream(rdfa, Stream, _Module:Options1):- label
1497 rdf_db:graph(Options1, Graph), label
1507 rdf_db:rdf_file_type(html, rdfa). label
H A Drdf_db.h467 typedef struct rdf_db struct
473 size_t created; /* #triples created */
474 size_t erased; /* #triples erased */
479 pred_hash predicates; /* Predicate table */
481 graph_hash_table graphs; /* Graph table */
486 size_t duplicates; /* #duplicate triples */
492 defer_free defer_all;
494 defer_free defer_triples; /* triples */
496 defer_free defer_literals; /* Literals */
502 { int count; /* # garbage collections */
[all …]
H A Drdf_library.pl535 rdf_db:rdf_storage_encoding/2. label
539 rdf_db:rdf_storage_encoding(Ext, _Format), label
H A Drdf_persistency.pl701 rdf_db:property_of_graph/2. label
703 rdf_db:property_of_graph(persistent(State), Graph) :- label
H A Drdf_db.pl599 rdf_db:ns(rdf, NS), label
/dports/lang/yap/yap-6.2.2/packages/semweb/
H A Drdf_http_plugin.pl58 rdf_db:rdf_open_hook/8, label
59 rdf_db:url_protocol/1. label
61 rdf_db:url_protocol(http). label
80 rdf_db:rdf_open_hook(http, SourceURL, HaveModified, Stream, Cleanup, label
127 rdf_db:rdf_storage_encoding(_, gzip), !, label
131 rdf_db:rdf_file_type(Ext, Format) label
143 rdf_db:rdf_file_type(Ext, Format) label
H A Drdf_turtle.pl895 rdf_db:rdf_load_stream/3, label
896 rdf_db:rdf_file_type/2. label
898 rdf_db:rdf_load_stream(turtle, Stream, _Module:Options) :- label
899 rdf_db:graph(Options, Id), label
908 rdf_db:rdf_file_type(ttl, turtle). label
909 rdf_db:rdf_file_type(n3, turtle). % not really, but good enough label
910 rdf_db:rdf_file_type(nt, turtle). % not really, but good enough label
H A Drdf_db.h233 typedef struct rdf_db struct
234 { triple *by_none, *by_none_tail;
235 triple **table[INDEX_TABLES];
236 triple **tail[INDEX_TABLES];
237 int *counts[INDEX_TABLES];
238 int table_size[INDEX_TABLES];
240 long erased; /* #triples erased */
243 long indexed[8]; /* Count calls */
244 int rehash_count; /* # rehashes */
249 size_t core; /* core in use */
[all …]
H A Drdf_zlib_plugin.pl44 rdf_db:rdf_open_decode/4, label
45 rdf_db:rdf_storage_encoding/2. label
47 rdf_db:rdf_open_decode(gzip, File, Stream, close(Stream)) :- label
50 rdf_db:rdf_storage_encoding(gz, gzip). label
H A Drdf_library.pl400 rdf_db:rdf_input(URL, Source, _BaseURI), label
H A Dtest_rdf_db.pl768 rdf_db:rdf_set_graph_source(test, 'test.rdf', Now), label
/dports/lang/swi-pl/swipl-8.2.3/packages/sgml/
H A Dsgml_write.pl713 rdf_db:ns/2. label
721 rdf_db:ns(NS, URI). label
/dports/lang/yap/yap-6.2.2/packages/sgml/
H A Dsgml_write.pl576 rdf_db:ns/2. label
581 rdf_db:ns(NS, URI). label
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libvamp/rdf/doc/
H A Dvamp.pl35 rdf_db:rdf_retractall(_,_,_). label
/dports/lang/yap/yap-6.2.2/packages/RDF/
H A Drdf_write.pl639 rdf_db:ns(Id, Full). label
/dports/lang/swi-pl/swipl-8.2.3/packages/RDF/
H A Drdf_write.pl683 rdf_db:ns(Id, Full). label
/dports/lang/yap/yap-6.2.2/packages/semweb/Tests/
H A Dsubprop.pl6 rdf_db:ns(test, 'http://www.test.org/'). label
/dports/lang/yap/yap-6.2.2/packages/sgml/RDF/
H A Drdf_write.pl635 rdf_db:ns(Id, Full). label
/dports/lang/swi-pl/swipl-8.2.3/packages/semweb/Tests/
H A Dsubprop.pl41 rdf_db:ns(test, 'http://www.test.org/'). label

12