{"id":17219993,"url":"https://github.com/silvae86/jena-arq","last_synced_at":"2025-03-25T15:25:43.138Z","repository":{"id":5478146,"uuid":"6674974","full_name":"silvae86/jena-arq","owner":"silvae86","description":"Mirror of Apache Jena - ARQ (Incubating)","archived":false,"fork":false,"pushed_at":"2012-05-07T18:14:57.000Z","size":106928,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"trunk","last_synced_at":"2025-01-30T13:43:11.207Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/silvae86.png","metadata":{"files":{"readme":"README.txt","changelog":"ChangeLog.txt","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-11-13T17:53:41.000Z","updated_at":"2016-12-13T16:42:39.000Z","dependencies_parsed_at":"2022-07-06T20:04:51.133Z","dependency_job_id":null,"html_url":"https://github.com/silvae86/jena-arq","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silvae86%2Fjena-arq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silvae86%2Fjena-arq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silvae86%2Fjena-arq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silvae86%2Fjena-arq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/silvae86","download_url":"https://codeload.github.com/silvae86/jena-arq/tar.gz/refs/heads/trunk","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245487981,"owners_count":20623500,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-10-15T03:51:18.316Z","updated_at":"2025-03-25T15:25:43.116Z","avatar_url":"https://github.com/silvae86.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"ARQ : Jena SPARQL System\n========================\n\nApache Jena is an effort undergoing incubation at The Apache Software Foundation (ASF), \nsponsored by the Incubator PMC. Incubation is required of all newly accepted projects \nuntil a further review indicates that the infrastructure, communications, and decision \nmaking process have stabilized in a manner consistent with other successful ASF projects.\nWhile incubation status is not necessarily a reflection of the completeness or stability \nof the code, it does indicate that the project has yet to be fully endorsed by the ASF.\n\n\nWebsite: http://incubator.apache.org/jena/documentation/query/\nOld ARQ website: http://openjena.org/ARQ\n\nARQ is a complete implementation of SPARQL that can query any Jena model\nor graph, including ones stored in databases.\n\nDownload\n--------\n\nAlso available via SVN:\nhttps://svn.apache.org/repos/asf/incubator/jena/Jena2/ARQ/\n\nMaven:\nGroupId: org.apache.jena\nArtifactId: jena-arq\n\nDevelopment repository:\n  https://repository.apache.org/content/repositories/snapshots/org/apache/jena/ \n\n\nOld releases:\n  Mirrored to http://repo1.maven.org/\nhttp://openjena.org/repo\nhttp://sourceforge.net/project/showfiles.php?group_id=40417\u0026package_id=143808\n\n\nSee below of maven repository contents.\n\nOnline demos and services\n-------------------------\n\nhttp://www.sparql.org/\n\nincluding a SPARQL validator\nhttp://www.sparql.org/validator.html\n\nDocumentation\n-------------\n\nhttp://incubator.apache.org/jena/documentation/query/index.html\n\nInstallation\n------------\n\n\n\nThe apache-jena distribution includes ARQ and all it's dependencies.  It\nalso includes scripts to run the command line tools.\n\nwww.apache.org/dist/incubator/jena\n\nUnpack zip : it unpacks into a directory, including the version number.\n\nSet environment variable ARQROOT to the path of this direrctory.\n\nMaven Distribution\n------------------\nThe maven repository contains the following files (for version VER)\n\njena-arq-VER.jar                 ARQ jar\njena-arq-VER-javadoc.jar         Javadoc\njena-arq-VER-sources.jar         Sources\n\njena-arq-VER-tests.jar           ARQ testing code\njena-arq-VER-test-sources.jar    Sourecs for test code\njena-arq-VER-tests.zip           Datafiles for tests, and test scripts.\n\njena-arq-VER.pom                 ARQ POM\n\njena-arq-VER.zip                 The complete distribution file (if available)\njena-arq-VER-source-release.zip  Complete copy of the codebase at the release.\n\nTo run tests, you will need 'jena-arq-VER.jar', 'jena-arq-VER-tests.jar' and all\ndependences and to unpack 'jena-arq-VER-tests.zip' to get the \"testing\" data\ndirectory and test scripts.\n\nOr download the distribution 'jena-arq-VER.zip'. \n\nRunning from the command line\n-----------------------------\n\nSome bash and bat scripts are provided to try out SPARQL queries.\n\nIn the apache-jena distribution, set JENAROOT.\n\n    export JENAROOT=$PWD\n\nSecond, ensure all scripts are executable\n\n    chmod u+x $JENAROOT/bin/*\n\nCommand line applications:\n\nsparql   -- Run a SPARQL query.  A wrapper around 'query'.\narq      -- Run an ARQ query.  A wrapper around 'query'.\nquery    -- Run a query. \nqparse   -- Parse a query\nqtest    -- Run tests\nrset     -- Read and write result sets (RDF, XML, JSON, text (out only))\n\nFor the 'query' command, files ending .rq are assumed to be SPARQL queries\nand files ending .arq are ARQ queries, unless the syntax is given\nexplicitly.  Unknown files are assumed to be SPARQL queries.\n\nsparql --data \u003csome data file\u003e --query query \nsparql --data \u003csome data file\u003e 'Query string'\n\nDefault output is a text table for SELECT queries, an RDF model for\nDESCRIBE and CONSTRUCT.\n\nRun the script with no argument to get a usage message.\n\nRunning commands as Java\n------------------------\n\nSet the classpath to \"$JENAROOT/lib/*\" (Linux) or \"$JENAROOT\\lib\\*;\" (Windows).\n\nThe arq command line application is:\njava -cp ... arq.query ....\n\nARQ.Net\n-------\n\nARQ has been run under IKVM (http://www.ikvm.net/), using IKVM to\ntranslate the bytecodes to IL and using IKVM as a JVM.\n\nChanges\n-------\n\nSee ChangeLog.txt\n\nSupport and Questions\n---------------------\n\nComments and questions about ARQ to the Jena mailing list \n    jena-users@incubator.apache.org\n\nGeneral questions and comments on SPARQL to jena-dev or\n    public-sparql-dev@w3.org\n    \nFormal comments specific to the SPARQL query language,\nprotocol or result set documents to:\n\tpublic-rdf-dawg-comments@w3.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilvae86%2Fjena-arq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilvae86%2Fjena-arq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilvae86%2Fjena-arq/lists"}