Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge changes for 2.14 #117

Merged
merged 16 commits into from
Sep 12, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scigraph/nifstd_curie_map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
'SIO': 'http://semanticscience.org/resource/SIO_'
'EFO': 'http://www.ebi.ac.uk/efo/EFO_'
'SWO': 'http://www.ebi.ac.uk/efo/swo/SWO_'
'SWOL': 'http://www.ebi.ac.uk/swo/license/SWO_'
'UBERON': 'http://purl.obolibrary.org/obo/UBERON_'
'ERO': 'http://purl.obolibrary.org/obo/ERO_'
'NCBIGene': 'http://www.ncbi.nlm.nih.gov/gene/'
Expand Down
7 changes: 0 additions & 7 deletions ttl/NIF-GrossAnatomy.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,6 @@ ro:located_in a owl:ObjectProperty .

ro:proper_part_of a owl:ObjectProperty .

skos:broader a owl:ObjectProperty ;
rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> .

### Annotation Properties

definition: a owl:AnnotationProperty .

### Classes

NIFGA:birnlex_3 a owl:Class ;
Expand Down
11 changes: 6 additions & 5 deletions ttl/NIF-Molecule-Role-Bridge.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
@prefix NIFMOL: <http://ontology.neuinfo.org/NIF/BiomaterialEntities/NIF-Molecule.owl#> .
@prefix NIFMOLROLE: <http://ontology.neuinfo.org/NIF/BiomaterialEntities/NIF-Molecule-Role-Bridge#> .
@prefix NIFSUB: <http://ontology.neuinfo.org/NIF/BiomaterialEntities/NIF-Subcellular.owl#> .
@prefix NLX: <http://uri.neuinfo.org/nif/nifstd/nlx_> .
@prefix OBOANN: <http://ontology.neuinfo.org/NIF/Backend/OBO_annotation_properties.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix PR: <http://purl.obolibrary.org/obo/PR_> .
Expand Down Expand Up @@ -189,11 +190,6 @@ CHEBI:52993 a owl:Class ;
owl:onProperty BIRNOBO:birnlex_17 ;
owl:someValuesFrom NIFCHEM:nlx_chem_090801 ] .

<http://www.owl-ontologies.com/Ontology1260386345.owl#v> a owl:Class ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty BIRNOBO:birnlex_17 ;
owl:someValuesFrom NIFINV:nlx_inv_101204 ] .

NIFCHEM:DB00813 a owl:Class ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty BIRNOBO:birnlex_17 ;
Expand Down Expand Up @@ -466,6 +462,11 @@ NIFMOLROLE:nlx_mol_101277 a owl:Class ;

NIFSUB:sao587592318 a owl:Class .

NLX:65982 a owl:Class ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty BIRNOBO:birnlex_17 ;
owl:someValuesFrom NIFINV:nlx_inv_101204 ] .

PR:000005454 a owl:Class ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty BIRNOBO:birnlex_17 ;
Expand Down
9 changes: 4 additions & 5 deletions ttl/NIF-Molecule-Role-Inferred.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
@prefix NIFMOL: <http://ontology.neuinfo.org/NIF/BiomaterialEntities/NIF-Molecule.owl#> .
@prefix NIFMOLINF: <http://ontology.neuinfo.org/NIF/BiomaterialEntities/NIF-Molecule-Role-Inferred.owl#> .
@prefix NIFMOLROLE: <http://ontology.neuinfo.org/NIF/BiomaterialEntities/NIF-Molecule-Role-Bridge#> .
@prefix NLX: <http://uri.neuinfo.org/nif/nifstd/nlx_> .
@prefix OBOANN: <http://ontology.neuinfo.org/NIF/Backend/OBO_annotation_properties.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix PR: <http://purl.obolibrary.org/obo/PR_> .
Expand All @@ -22,8 +23,6 @@

BIRNOBO:birnlex_17 a owl:ObjectProperty .

NIFMOLINF:objectProperty_3 a owl:ObjectProperty .

### Annotation Properties

OBOANN:createdDate a owl:AnnotationProperty .
Expand Down Expand Up @@ -122,9 +121,6 @@ CHEBI:50786 a owl:Class ;
CHEBI:52993 a owl:Class ;
rdfs:subClassOf NIFMOLINF:nlx_chem_1003011 .

<http://www.owl-ontologies.com/Ontology1260386345.owl#v> a owl:Class ;
rdfs:subClassOf NIFMOL:nlx_mol_1012003 .

NIFCHEM:DB00813 a owl:Class ;
rdfs:subClassOf NIFMOLINF:nlx_chem_1003011 .

Expand Down Expand Up @@ -265,6 +261,9 @@ NIFMOLROLE:nlx_mol_100306 a owl:Class .

NIFMOLROLE:nlx_mol_101277 a owl:Class .

NLX:65982 a owl:Class ;
rdfs:subClassOf NIFMOL:nlx_mol_1012003 .

PR:000005454 a owl:Class ;
rdfs:subClassOf NIFMOLROLE:nlx_mol_100305 .

Expand Down
Loading