{"id":66206,"library":"commons-rdf-api","title":"Commons RDF API","description":"Provides a common Java API for working with RDF 1.1 data, enabling interoperability across RDF libraries.","status":"active","version":"0.5.0","language":"java","source_language":null,"source_url":"https://git-wip-us.apache.org/repos/asf/commons-rdf.git","tags":["rdf","semantic-web","apache","commons","api"],"install":[{"cmd":"<dependency>\n  <groupId>org.apache.commons</groupId>\n  <artifactId>commons-rdf-api</artifactId>\n  <version>0.5.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.apache.commons:commons-rdf-api:0.5.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"RDF","correct":"org.apache.commons.rdf.api.RDF"}],"quickstart":{"code":"import org.apache.commons.rdf.api.RDF;\nimport org.apache.commons.rdf.api.Graph;\nimport org.apache.commons.rdf.simple.SimpleRDF;\n\npublic class Example {\n    public static void main(String[] args) {\n        RDF rdf = new SimpleRDF();\n        Graph graph = rdf.createGraph();\n        System.out.println(\"Graph created: \" + graph);\n    }\n}","lang":"java","description":"Creates a simple RDF graph using the Commons RDF API."},"warnings":[],"env_vars":null,"search_vec":"'1.1':13 'across':17 'apach':24 'api':3,8,26 'common':1,6,25 'data':14 'enabl':15 'interoper':16 'java':7 'librari':19 'provid':4 'rdf':2,12,18,20 'semant':22 'semantic-web':21 'web':23 'work':10","created_at":"2026-06-17T17:20:41.332464+00:00","updated_at":"2026-06-17T17:20:41.332464+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://commons.apache.org/proper/commons-rdf/","github":null,"docs":"https://appdoc.app/artifact/org.apache.commons/commons-rdf-api/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization","utility"],"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}}