Skip to content

Commit

Permalink
Merge pull request #11 from brain-bican/DT-5295
Browse files Browse the repository at this point in the history
Release v2023-10-04
  • Loading branch information
patrick-lloyd-ray authored Oct 5, 2023
2 parents 54580a4 + 6718fb0 commit 58a63c0
Show file tree
Hide file tree
Showing 23 changed files with 5,300 additions and 152,139 deletions.
34 changes: 4 additions & 30 deletions bicano-base.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,15 @@
{
"graphs" : [ {
"id" : "http://purl.obolibrary.org/obo/bicano/bicano-base.json",
"id" : "http://purl.brain-bican.org/ontology/bicano/bicano-base.json",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/type",
"val" : "http://purl.obolibrary.org/obo/IAO_8000001"
}, {
"pred" : "http://purl.org/dc/terms/description",
"val" : "None"
}, {
"pred" : "http://purl.org/dc/terms/license",
"val" : "https://creativecommons.org/licenses/unspecified"
}, {
"pred" : "http://purl.org/dc/terms/title",
"val" : "BICAN Application Ontology"
}, {
"pred" : "http://www.w3.org/2002/07/owl#versionInfo",
"val" : "2023-02-27"
"val" : "2023-10-04"
} ],
"version" : "http://purl.obolibrary.org/obo/bicano/releases/2023-02-27/bicano-base.json"
},
"nodes" : [ {
"id" : "http://purl.obolibrary.org/obo/BICANO_0000000",
"lbl" : "root node",
"type" : "CLASS"
}, {
"id" : "http://purl.org/dc/terms/description",
"lbl" : "description",
"type" : "PROPERTY"
}, {
"id" : "http://purl.org/dc/terms/license",
"lbl" : "license",
"type" : "PROPERTY"
}, {
"id" : "http://purl.org/dc/terms/title",
"lbl" : "title",
"type" : "PROPERTY"
} ]
"version" : "http://purl.brain-bican.org/ontology/bicano/releases/2023-10-04/bicano-base.json"
}
} ]
}
13 changes: 3 additions & 10 deletions bicano-base.obo
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
format-version: 1.2
data-version: bicano/releases/2023-02-27/bicano-base.owl
ontology: bicano/bicano-base
data-version: http://purl.brain-bican.org/ontology/bicano/releases/2023-10-04/bicano-base.owl
ontology: http://purl.brain-bican.org/ontology/bicano/bicano-base.owl
property_value: http://purl.org/dc/elements/1.1/type IAO:8000001
property_value: http://purl.org/dc/terms/description "None" xsd:string
property_value: http://purl.org/dc/terms/license https://creativecommons.org/licenses/unspecified
property_value: http://purl.org/dc/terms/title "BICAN Application Ontology" xsd:string
property_value: owl:versionInfo "2023-02-27" xsd:string

[Term]
id: BICANO:0000000
name: root node
property_value: owl:versionInfo "2023-10-04" xsd:string

61 changes: 7 additions & 54 deletions bicano-base.owl
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
<?xml version="1.0"?>
<rdf:RDF xmlns="http://purl.obolibrary.org/obo/bicano/bicano-base.owl#"
xml:base="http://purl.obolibrary.org/obo/bicano/bicano-base.owl"
<rdf:RDF xmlns="http://purl.brain-bican.org/ontology/bicano/bicano-base.owl#"
xml:base="http://purl.brain-bican.org/ontology/bicano/bicano-base.owl"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:terms="http://purl.org/dc/terms/">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/bicano/bicano-base.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/bicano/releases/2023-02-27/bicano-base.owl"/>
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<owl:Ontology rdf:about="http://purl.brain-bican.org/ontology/bicano/bicano-base.owl">
<owl:versionIRI rdf:resource="http://purl.brain-bican.org/ontology/bicano/releases/2023-10-04/bicano-base.owl"/>
<dc:type rdf:resource="http://purl.obolibrary.org/obo/IAO_8000001"/>
<terms:description>None</terms:description>
<terms:license rdf:resource="https://creativecommons.org/licenses/unspecified"/>
<terms:title>BICAN Application Ontology</terms:title>
<owl:versionInfo>2023-02-27</owl:versionInfo>
<owl:versionInfo>2023-10-04</owl:versionInfo>
</owl:Ontology>


Expand All @@ -33,52 +29,9 @@
<!-- http://purl.org/dc/elements/1.1/type -->

<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/type"/>



<!-- http://purl.org/dc/terms/description -->

<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/description">
<rdfs:label>description</rdfs:label>
</owl:AnnotationProperty>



<!-- http://purl.org/dc/terms/license -->

<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/license">
<rdfs:label>license</rdfs:label>
</owl:AnnotationProperty>



<!-- http://purl.org/dc/terms/title -->

<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/title">
<rdfs:label>title</rdfs:label>
</owl:AnnotationProperty>



<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->




<!-- http://purl.obolibrary.org/obo/BICANO_0000000 -->

<owl:Class rdf:about="http://purl.obolibrary.org/obo/BICANO_0000000">
<rdfs:label xml:lang="en">root node</rdfs:label>
</owl:Class>
</rdf:RDF>



<!-- Generated by the OWL API (version 4.5.25) https://github.com/owlcs/owlapi -->
<!-- Generated by the OWL API (version 4.5.26) https://github.com/owlcs/owlapi -->

34 changes: 4 additions & 30 deletions bicano-full.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,12 @@
{
"graphs" : [ {
"id" : "http://purl.obolibrary.org/obo/bicano/bicano-full.json",
"id" : "http://purl.brain-bican.org/ontology/bicano/bicano-full.json",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/terms/description",
"val" : "None"
}, {
"pred" : "http://purl.org/dc/terms/license",
"val" : "https://creativecommons.org/licenses/unspecified"
}, {
"pred" : "http://purl.org/dc/terms/title",
"val" : "BICAN Application Ontology"
}, {
"pred" : "http://www.w3.org/2002/07/owl#versionInfo",
"val" : "2023-02-27"
"val" : "2023-10-04"
} ],
"version" : "http://purl.obolibrary.org/obo/bicano/releases/2023-02-27/bicano-full.json"
},
"nodes" : [ {
"id" : "http://purl.obolibrary.org/obo/BICANO_0000000",
"lbl" : "root node",
"type" : "CLASS"
}, {
"id" : "http://purl.org/dc/terms/description",
"lbl" : "description",
"type" : "PROPERTY"
}, {
"id" : "http://purl.org/dc/terms/license",
"lbl" : "license",
"type" : "PROPERTY"
}, {
"id" : "http://purl.org/dc/terms/title",
"lbl" : "title",
"type" : "PROPERTY"
} ]
"version" : "http://purl.brain-bican.org/ontology/bicano/releases/2023-10-04/bicano-full.json"
}
} ]
}
13 changes: 3 additions & 10 deletions bicano-full.obo
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
format-version: 1.2
data-version: bicano/releases/2023-02-27/bicano-full.owl
ontology: bicano/bicano-full
property_value: http://purl.org/dc/terms/description "None" xsd:string
property_value: http://purl.org/dc/terms/license https://creativecommons.org/licenses/unspecified
property_value: http://purl.org/dc/terms/title "BICAN Application Ontology" xsd:string
property_value: owl:versionInfo "2023-02-27" xsd:string

[Term]
id: BICANO:0000000
name: root node
data-version: http://purl.brain-bican.org/ontology/bicano/releases/2023-10-04/bicano-full.owl
ontology: http://purl.brain-bican.org/ontology/bicano/bicano-full.owl
property_value: owl:versionInfo "2023-10-04" xsd:string

72 changes: 7 additions & 65 deletions bicano-full.owl
Original file line number Diff line number Diff line change
@@ -1,76 +1,18 @@
<?xml version="1.0"?>
<rdf:RDF xmlns="http://purl.obolibrary.org/obo/bicano/bicano-full.owl#"
xml:base="http://purl.obolibrary.org/obo/bicano/bicano-full.owl"
<rdf:RDF xmlns="http://purl.brain-bican.org/ontology/bicano/bicano-full.owl#"
xml:base="http://purl.brain-bican.org/ontology/bicano/bicano-full.owl"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:terms="http://purl.org/dc/terms/">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/bicano/bicano-full.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/bicano/releases/2023-02-27/bicano-full.owl"/>
<terms:description>None</terms:description>
<terms:license rdf:resource="https://creativecommons.org/licenses/unspecified"/>
<terms:title>BICAN Application Ontology</terms:title>
<owl:versionInfo>2023-02-27</owl:versionInfo>
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<owl:Ontology rdf:about="http://purl.brain-bican.org/ontology/bicano/bicano-full.owl">
<owl:versionIRI rdf:resource="http://purl.brain-bican.org/ontology/bicano/releases/2023-10-04/bicano-full.owl"/>
<owl:versionInfo>2023-10-04</owl:versionInfo>
</owl:Ontology>



<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->




<!-- http://purl.org/dc/terms/description -->

<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/description">
<rdfs:label>description</rdfs:label>
</owl:AnnotationProperty>



<!-- http://purl.org/dc/terms/license -->

<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/license">
<rdfs:label>license</rdfs:label>
</owl:AnnotationProperty>



<!-- http://purl.org/dc/terms/title -->

<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/title">
<rdfs:label>title</rdfs:label>
</owl:AnnotationProperty>



<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->




<!-- http://purl.obolibrary.org/obo/BICANO_0000000 -->

<owl:Class rdf:about="http://purl.obolibrary.org/obo/BICANO_0000000">
<rdfs:label xml:lang="en">root node</rdfs:label>
</owl:Class>
</rdf:RDF>



<!-- Generated by the OWL API (version 4.5.25) https://github.com/owlcs/owlapi -->
<!-- Generated by the OWL API (version 4.5.26) https://github.com/owlcs/owlapi -->

34 changes: 4 additions & 30 deletions bicano-simple.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,12 @@
{
"graphs" : [ {
"id" : "http://purl.obolibrary.org/obo/bicano/bicano-simple.json",
"id" : "http://purl.brain-bican.org/ontology/bicano/bicano-simple.json",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/terms/description",
"val" : "None"
}, {
"pred" : "http://purl.org/dc/terms/license",
"val" : "https://creativecommons.org/licenses/unspecified"
}, {
"pred" : "http://purl.org/dc/terms/title",
"val" : "BICAN Application Ontology"
}, {
"pred" : "http://www.w3.org/2002/07/owl#versionInfo",
"val" : "2023-02-27"
"val" : "2023-10-04"
} ],
"version" : "http://purl.obolibrary.org/obo/bicano/releases/2023-02-27/bicano-simple.json"
},
"nodes" : [ {
"id" : "http://purl.obolibrary.org/obo/BICANO_0000000",
"lbl" : "root node",
"type" : "CLASS"
}, {
"id" : "http://purl.org/dc/terms/description",
"lbl" : "description",
"type" : "PROPERTY"
}, {
"id" : "http://purl.org/dc/terms/license",
"lbl" : "license",
"type" : "PROPERTY"
}, {
"id" : "http://purl.org/dc/terms/title",
"lbl" : "title",
"type" : "PROPERTY"
} ]
"version" : "http://purl.brain-bican.org/ontology/bicano/releases/2023-10-04/bicano-simple.json"
}
} ]
}
13 changes: 3 additions & 10 deletions bicano-simple.obo
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
format-version: 1.2
data-version: bicano/releases/2023-02-27/bicano-simple.owl
ontology: bicano/bicano-simple
property_value: http://purl.org/dc/terms/description "None" xsd:string
property_value: http://purl.org/dc/terms/license https://creativecommons.org/licenses/unspecified
property_value: http://purl.org/dc/terms/title "BICAN Application Ontology" xsd:string
property_value: owl:versionInfo "2023-02-27" xsd:string

[Term]
id: BICANO:0000000
name: root node
data-version: http://purl.brain-bican.org/ontology/bicano/releases/2023-10-04/bicano-simple.owl
ontology: http://purl.brain-bican.org/ontology/bicano/bicano-simple.owl
property_value: owl:versionInfo "2023-10-04" xsd:string

Loading

0 comments on commit 58a63c0

Please sign in to comment.