Skip to content

PhilipvD/owl-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

Using the OWL API to extract modules from OWL ontologies. Includes seperate class for getting all subclasses of a particular class.

Maven

Build with mvn package

Java arguments

  • Extract module (TOP/BOT/STAR)

java -Xms4g -cp owl-modules.jar kik.modules/ModuleExtractor "./SNOMEDCT.owl" "./seed.txt" "TOP"

  • Get subclasses of a given class

java -Xms4g -cp owl-modules.jar kik.modules/SubclassExtractor "./SNOMEDCT.owl" "http://snomed.info/id/74732009"

Seed signature

One class per line

http://www.orpha.net/ORDO/Orphanet_C001
http://www.orpha.net/ORDO/Orphanet_377790
http://www.orpha.net/ORDO/Orphanet_377796
http://www.orpha.net/ORDO/Orphanet_206599
http://www.orpha.net/ORDO/Orphanet_1361
http://www.orpha.net/ORDO/Orphanet_168615
http://www.orpha.net/ORDO/Orphanet_440731
http://www.orpha.net/ORDO/Orphanet_254704
http://www.orpha.net/ORDO/Orphanet_280183
http://www.orpha.net/ORDO/Orphanet_447795
http://www.orpha.net/ORDO/Orphanet_168612
http://www.orpha.net/ORDO/Orphanet_228000
http://www.orpha.net/ORDO/Orphanet_1035

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages