Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
NIF-Ontology/dev-reasoner.patch
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
26 lines (23 sloc)
1.22 KB
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
diff --git a/ttl/NIF-Investigation.ttl b/ttl/NIF-Investigation.ttl | |
index 8b9ced0..1311ef4 100644 | |
--- a/ttl/NIF-Investigation.ttl | |
+++ b/ttl/NIF-Investigation.ttl | |
@@ -23,7 +23,7 @@ | |
<http://ontology.neuinfo.org/NIF/ttl/NIF-Investigation.ttl> a owl:Ontology ; | |
owl:imports <http://ontology.neuinfo.org/NIF/ttl/BIRNLex-OBI-proxy.ttl>, | |
- <http://ontology.neuinfo.org/NIF/ttl/external/cogat_v0.3.owl>, | |
+ <http://www.cognitiveatlas.org/ontology/cogat.owl>, | |
<http://ontology.neuinfo.org/NIF/ttl/external/CogPO.ttl>, | |
<http://ontology.neuinfo.org/NIF/ttl/NIF-Government-Granting-Agency.ttl>, | |
<http://ontology.neuinfo.org/NIF/ttl/NIF-Resource.ttl>, | |
diff --git a/ttl/bridge/pr-bridge.ttl b/ttl/bridge/pr-bridge.ttl | |
index 983a3b3..41deaef 100644 | |
--- a/ttl/bridge/pr-bridge.ttl | |
+++ b/ttl/bridge/pr-bridge.ttl | |
@@ -6,7 +6,7 @@ | |
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | |
<http://ontology.neuinfo.org/NIF/ttl/bridge/pr-bridge.ttl> a owl:Ontology ; | |
- owl:imports <http://ontology.neuinfo.org/NIF/ttl/external/pr.owl>, | |
+ owl:imports <http://purl.obolibrary.org/obo/pr.owl>, | |
<http://ontology.neuinfo.org/NIF/ttl/generated/pr-dead.ttl> . | |
### Serialized using the nifstd custom serializer v1.0.7 |