{"id":60393,"library":"serd","title":"serd","description":"Lightweight C library for RDF syntax supporting reading and writing Turtle, TRiG, NTriples, and NQuads.","status":"active","version":"0.32.8","language":"cpp","source_language":null,"source_url":null,"tags":["rdf","turtle","serialization","semantic-web"],"install":[{"cmd":"vcpkg install serd","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(serd CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE serd::serd)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"serd/serd.h","correct":"#include <serd/serd.h>"}],"quickstart":{"code":"#include <serd/serd.h>\n#include <stdio.h>\n\nint main() {\n    SerdWorld* world = serd_world_new();\n    SerdReader* reader = serd_reader_new(world, SERD_FORMAT_TURTLE, NULL, NULL, NULL, NULL, NULL);\n    serd_reader_read_file(reader, \"input.ttl\");\n    serd_reader_free(reader);\n    serd_world_free(world);\n    return 0;\n}","lang":"cpp","description":"Parse a Turtle file"},"warnings":[],"env_vars":null,"search_vec":"'c':3 'librari':4 'lightweight':2 'nquad':16 'ntripl':14 'rdf':6,17 'read':9 'semant':21 'semantic-web':20 'serd':1 'serial':19 'support':8 'syntax':7 'trig':13 'turtl':12,18 'web':22 'write':11","created_at":"2026-06-16T19:29:04.557786+00:00","updated_at":"2026-06-16T19:29:04.557786+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}