📄 example.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 + -