{"id":37016603,"url":"https://github.com/marklogic/marklogic-rdf4j","last_synced_at":"2026-01-14T01:53:11.067Z","repository":{"id":57726480,"uuid":"94803952","full_name":"marklogic/marklogic-rdf4j","owner":"marklogic","description":"Support for MarkLogic exposed inthe rdf4j idiom.","archived":true,"fork":false,"pushed_at":"2021-06-28T22:50:24.000Z","size":1268,"stargazers_count":6,"open_issues_count":5,"forks_count":3,"subscribers_count":24,"default_branch":"master","last_synced_at":"2024-04-15T02:05:47.166Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marklogic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-19T17:39:36.000Z","updated_at":"2023-01-28T08:03:54.000Z","dependencies_parsed_at":"2022-09-26T21:50:49.433Z","dependency_job_id":null,"html_url":"https://github.com/marklogic/marklogic-rdf4j","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/marklogic/marklogic-rdf4j","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marklogic%2Fmarklogic-rdf4j","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marklogic%2Fmarklogic-rdf4j/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marklogic%2Fmarklogic-rdf4j/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marklogic%2Fmarklogic-rdf4j/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marklogic","download_url":"https://codeload.github.com/marklogic/marklogic-rdf4j/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marklogic%2Fmarklogic-rdf4j/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408692,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T00:40:43.272Z","status":"ssl_error","status_checked_at":"2026-01-14T00:40:42.636Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-14T01:53:10.397Z","updated_at":"2026-01-14T01:53:11.060Z","avatar_url":"https://github.com/marklogic.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# This project and its code and functionality is not representative of MarkLogic Server and is not supported by MarkLogic.\n\n\n# marklogic-rdf4j v1.2.2\n\n## Introduction\n\nThe markLogic-rdf4j API is a [RDF4J](http://rdf4j.org/) Repository\nimplementation exposing [MarkLogic](http://www.marklogic.com) semantic\n[features](http://www.marklogic.com/what-is-marklogic/features/semantics/).\n\n* Transactions: Fully compliant ACID transactions.\n* Variable bindings: Set a binding(s) name, language tag, and value.\n* Inference (ruleset configuration): Enable inference rulesets .\n* Combination of SPARQL with MarkLogic document query: Constrain SPARQL query with MarkLogic queries.\n* Optimized pagination of SPARQL result sets: Efficient paging of results.\n* Permissions: Manage permissions on triples.\n\n## Before you start\n\nThe markLogic-rd4j API supports [RDF4J v2.4.3](http://rdf4j.org/).\n\n### Setup MarkLogic\n\nEnsure MarkLogic 9.0-8 or greater is installed and running. To use\nmarklogic-rdf4j applications you will need access to a running MarkLogic\nserver.\n\n## Usage\n\n### Quick Start\n\nThe markLogic-rdf4j API is available via [Maven\nCentral](http://central.maven.org/maven2/artifact/com.marklogic/marklogic-rdf4j/1.2.2).\n\nFor gradle projects, include the following dependency in your `build.gradle`:\n\n```\ndependencies {\n    compile group: 'com.marklogic', name: 'marklogic-rdf4j', version: '1.2.2'\n}\n```\n\nFor maven projects, include in your pom.xml:\n\n```\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.marklogic\u003c/groupId\u003e\n    \u003cartifactId\u003emarklogic-rdf4j\u003c/artifactId\u003e\n    \u003cversion\u003e1.2.2\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Build and Use from develop branch\n\nThis section describes how to build and test marklogic-rdf4j API from _develop_ branch.\n\n#### Setup MarkLogic Java API Client (optional)\n\nmarklogic-rdf4j depends on \n[MarkLogic Java API Client v4.1.2](http://mvnrepository.com/artifact/com.marklogic/marklogic-client-api/4.1.2)\nand should pull down this version from maven central.\n\nTo optionally build marklogic-rdf4j with _develop_ branch version of MarkLogic Java API Client:\n\n1. Clone or download [MarkLogic Java API client](https://github.com/marklogic/java-client-api/tree/develop) _develop_ branch.\n2. Build and deploy Java API client to local maven repo.\n\n```\nmvn -Dmaven.test.skip=true -Dmaven.javadoc.skip=true deploy\n```\n\nVerify that Java API client has been deployed to your local maven repo.\n\n3. Edit marklogic-RDF4J/build.gradle to use that build\n\n```\n    compile('com.marklogic:marklogic-client-api:4.1.2') \n\n```\n\n\n#### Setup and Test markLogic-rdf4j API\n\nmarklogic-rdf4j depends on MarkLogic v9.0-8 or greater installed and running;\n\n1. Clone or download [marklogic-rdf4j](https://github.com/marklogic/marklogic-rdf4j/tree/master) _master_ branch.\n2. Review [marklogic-rdf4j/gradle.properties](marklogic-rdf4j/gradle.properties) which defines test deployment settings.\n3. Run gradle target that provisions MarkLogic with everything required (database,REST server,etc.).\n\n```\ngradle marklogic-rdf4j:mlDeploy\n```\nYou should be able to test marklogic-rdf4j repository by running:\n```\ngradle marklogic-rdf4j:test\n```\n\n#### Build and Deploy\n\nBuild and deploy a local maven marklogic-rdf4j build by running;\n\n```\ngradle marklogic-rdf4j:install\n\n```\n\noptionally you can build the jar without running tests.\n\n```\ngradle build -x test\n```\n\nand copy resultant marklogic-rdf4j/build/libs/marklogic-rdf4j-1.2.2.jar.\n\n### Examples\n\nThe [marklogic-rdf4j-examples](marklogic-rdf4j-examples) folder contains\na sample project that demonstrates usage of marklogic-rdf4j.\n\n### Javadocs\n\nLatest \n[javadocs are here](http://marklogic.github.io/marklogic-rdf4j/marklogic-rdf4j/build/docs/javadoc/index.html)\n\nYou may generate javadocs by running;\n\n```\ngradle marklogic-rdf4j:javadoc\n\n```\n\n### License\n\n[Apache License v2.0](LICENSE)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarklogic%2Fmarklogic-rdf4j","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarklogic%2Fmarklogic-rdf4j","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarklogic%2Fmarklogic-rdf4j/lists"}