{"id":15665424,"url":"https://github.com/jeromewu/rdfdrools","last_synced_at":"2025-03-30T04:25:25.740Z","repository":{"id":28243518,"uuid":"31748987","full_name":"jeromewu/RDFDrools","owner":"jeromewu","description":"Combine ontology and drools rule engine","archived":false,"fork":false,"pushed_at":"2015-03-08T04:30:39.000Z","size":19852,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-05T06:43:47.362Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jeromewu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-06T02:41:54.000Z","updated_at":"2022-05-12T14:09:14.000Z","dependencies_parsed_at":"2022-09-04T17:01:26.254Z","dependency_job_id":null,"html_url":"https://github.com/jeromewu/RDFDrools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeromewu%2FRDFDrools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeromewu%2FRDFDrools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeromewu%2FRDFDrools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeromewu%2FRDFDrools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeromewu","download_url":"https://codeload.github.com/jeromewu/RDFDrools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246276301,"owners_count":20751418,"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-03T13:46:06.190Z","updated_at":"2025-03-30T04:25:25.723Z","avatar_url":"https://github.com/jeromewu.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RDFDrools\n\n## Introduction\n\nRDFDrools is a program to combine the power of ontology and drools rule engine, so far it is still in an early stage.\n\n## Build\n\nThe program is built by [maven](http://maven.apache.org/) build tool, just simple key in\n\n```\n$ mvn clean compile assembly:single\n```\n\nIt will built into a signle jar file with all dependencies, so you don't have to add lots of jar file in the class path to run the program :)\n\n\n## Execution\n\nTo execute the program, you will need to define rdf file, abbr file, rule file, json file and a sleep time\n\n```\n$ java -cp \u003cjarfile\u003e com.delta.RDFDrools \u003crdffile\u003e \u003cabbrfile\u003e \u003cjsonfile\u003e \u003csleeptime\u003e\n```\n\n* rdffile : the ontology in RDF/XML format\n* abbrfile : the abbr file define the abbr. of the namespace, need to start with @prefix, a quick example\n```\n@prefix rdfs: \u003chttp://url.to.the.rdfs/rdfs#\u003e\n```\n* jsonfile : the json file to define the input data, an example here\n```\n{\n  \"args\": [\n    {\"property\":\"subClassOf\", \"propertyNS\":\"rdfs\", \"value\":\"Thing\", \"valueNS\":\"owl\"},\n    ...\n    ]\n}\n```\n* sleeptime : the sleep time is in ms, to specify how long the program will read the json file\n* rulefile : the rule file is included in the jar file, the path is src/main/resources/com/delta/rule.drl, please check drools official website to write a rule\n\nYou can check makefile in the root directory to see the full example of Build and Execution, and the sample data is in the data directory\n\n## Contact\n\nPlease feel free to contact jeromewus@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeromewu%2Frdfdrools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeromewu%2Frdfdrools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeromewu%2Frdfdrools/lists"}