⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 example.prop

📁 这是外国一个开源推理机
💻 PROP
字号:
## This is an example configuration file for The World Factbook using# SQL92Sail on MySQL.## Specify general properties...#description		:The World Factbook using current SQL92Sail on MySQLsailClass		:nl.aidministrator.rdf.sail.sql92.MySQLSailconfigKeys		:jdbcDriver, jdbcUrl, user, passwordjdbcDriver		:org.gjt.mm.mysql.DriverjdbcUrl			:jdbc:mysql://localhost/ciafactbookuser			:sesamepassword		:		   ## ...which files utility should use...#uploadFile1	:/rdf/cia-factbook/CIA-onto-enhanced.rdfbaseUrl1	:http://www.cia.gov/cia/publications/factbook		   uploadFile2	:/rdf/cia-factbook/CIA-facts-enhanced.rdfbaseUrl2	:http://www.cia.gov/cia/publications/factbookpool		:/pools/ciafactbook.pool## ...which methods tool should test...#clearRepository					:yesaddStatement					:yesremoveStatements	   			:nochangeNamespacePrefix			:nogetNamespaces					:yes		   hasStatement					:yesgetStatements					:yeshasExplicitStatement			:yesgetExplicitStatements			:yes		   getClasses						:yesisClass							:yesisSubClassOf					:yesgetSubClassesOf					:yesgetSuperClassesOf				:yes		   getProperties					:noisProperty						:noisSubPropertyOf					:nogetSubPropertiesOf				:nogetSuperPropertiesOf			:nogetDomainFor					:yesgetRangeFor						:yes		   getInstancesOf					:yesgetClassesOf					:yesisInstanceOf					:yes		#   # ...and which queries performance utility should ask.	#query1:\select $super, $sub\n\from Class {$super}, Class {$sub}\n\where $sub in subClassOf^($super)		query2:\select $super, $sub\n\from Class {$super}, Class {$sub}\n\where $sub in subClassOf($super)query3:\select *\n\from {X} @P . @Q {Y}query4:\select *\n\from {X : $X} @Q {Y : $Y}query5:\select @P, @Q\n\from Property {@P}, Property {@Q}\n\where @P in subPropertyOf^(@Q)query6:\select @P, @Q\n\from Property {@P}, Property {@Q}\n\where @P in subPropertyOf(@Q)## End of file.#

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -