forked from ontoportal/ontologies_api
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f3bb98a
commit faf3848
Showing
13 changed files
with
61 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix rep: <http://www.openrdf.org/config/repository#> . | ||
@prefix sail: <http://www.openrdf.org/config/sail#> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
|
||
<#ontoportal> a rep:Repository; | ||
rep:repositoryID "ontoportal"; | ||
rep:repositoryImpl [ | ||
rep:repositoryType "graphdb:SailRepository"; | ||
<http://www.openrdf.org/config/repository/sail#sailImpl> [ | ||
<http://www.ontotext.com/trree/owlim#base-URL> "http://example.org/owlim#"; | ||
<http://www.ontotext.com/trree/owlim#check-for-inconsistencies> "false"; | ||
<http://www.ontotext.com/trree/owlim#defaultNS> ""; | ||
<http://www.ontotext.com/trree/owlim#disable-sameAs> "true"; | ||
<http://www.ontotext.com/trree/owlim#enable-context-index> "false"; | ||
<http://www.ontotext.com/trree/owlim#enable-literal-index> "true"; | ||
<http://www.ontotext.com/trree/owlim#enablePredicateList> "true"; | ||
<http://www.ontotext.com/trree/owlim#entity-id-size> "32"; | ||
<http://www.ontotext.com/trree/owlim#entity-index-size> "10000000"; | ||
<http://www.ontotext.com/trree/owlim#imports> ""; | ||
<http://www.ontotext.com/trree/owlim#in-memory-literal-properties> "true"; | ||
<http://www.ontotext.com/trree/owlim#owlim-license> ""; | ||
<http://www.ontotext.com/trree/owlim#query-limit-results> "0"; | ||
<http://www.ontotext.com/trree/owlim#query-timeout> "0"; | ||
<http://www.ontotext.com/trree/owlim#read-only> "false"; | ||
<http://www.ontotext.com/trree/owlim#repository-type> "file-repository"; | ||
<http://www.ontotext.com/trree/owlim#ruleset> "rdfsplus-optimized"; | ||
<http://www.ontotext.com/trree/owlim#storage-folder> "storage"; | ||
<http://www.ontotext.com/trree/owlim#throw-QueryEvaluationException-on-timeout> "false"; | ||
sail:sailType "owlim:Sail" | ||
] | ||
]; | ||
rdfs:label "" . |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters