Skip to content

Commit

Permalink
Merge pull request #523 from rctauber/522-fix
Browse files Browse the repository at this point in the history
Exclude imported axioms from module when `--imports exclude`
  • Loading branch information
jamesaoverton authored Jul 19, 2019
2 parents 2564ddd + b1e22d2 commit f57909b
Show file tree
Hide file tree
Showing 5 changed files with 754 additions and 6 deletions.
22 changes: 22 additions & 0 deletions docs/examples/imports-nucleus.owl
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
@prefix : <http://purl.obolibrary.org/obo/robot/imports-nucleus.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://robot.obolibrary.org/imports-nucleus.owl> .

<http://robot.obolibrary.org/imports-nucleus.owl> rdf:type owl:Ontology ;
owl:imports <http://purl.obolibrary.org/obo/go.owl> .

#################################################################
# Classes
#################################################################

### http://purl.obolibrary.org/obo/GO_0005739
<http://purl.obolibrary.org/obo/GO_0005739> rdf:type owl:Class ;
rdfs:subClassOf <http://purl.obolibrary.org/obo/GO_0043231> ;
rdfs:label "mitochondrion" .


### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi
Loading

0 comments on commit f57909b

Please sign in to comment.