• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • CPACK
    • Home
    • List packs
    • Submit pack
  • 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

5 library(semweb/turtle): Turtle: Terse RDF Triple Language
All Application Manual Name SummaryHelp

  • Documentation
    • Reference manual
    • Packages
      • SWI-Prolog Semantic Web Library 3.0
        • library(semweb/turtle): Turtle: Terse RDF Triple Language
          • rdf_read_turtle/3
          • rdf_load_turtle/3
          • rdf_process_turtle/3
          • turtle_pn_local/1
          • turtle_write_quoted_string/2
          • turtle_write_uri/2
          • rdf_db:rdf_load_stream/3
          • rdf_save_ntriples/2
          • rdf_save_canonical_trig/2
          • rdf_save_trig/2
          • rdf_save_canonical_turtle/2
          • rdf_save_turtle/2
Availability::- use_module(library(semweb/turtle)).
Source[semidet]turtle_pn_local(+Atom:atom)
True if Atom is a valid Turtle PN_LOCAL name. The PN_LOCAL name is what can follow the : in a resource. In the new Turtle, this can be anything and this function becomes meaningless. In the old turtle, PN_LOCAL is defined similar (but not equal) to an XML name. This predicate is used by rdf_save_turtle/2 to write files such that can be read by old parsers.
See also
xml_name/2.
ClioPatria (version V3.1.1-51-ga0b30a5)