Skip to content

Commit

Permalink
Change base uri
Browse files Browse the repository at this point in the history
  • Loading branch information
ckindermann committed May 1, 2024
1 parent adda2b4 commit 9c0a3ce
Show file tree
Hide file tree
Showing 35 changed files with 4,058 additions and 3,907 deletions.
8 changes: 4 additions & 4 deletions docs/odk-workflows/RepoManagement.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ Note: our ODK file should only have one `import_group` which can contain multipl
1. Add an import statement to your `src/ontology/gcbo-edit.owl` file. We suggest to do this using a text editor, by simply copying an existing import declaration and renaming it to the new ontology import, for example as follows:
```
...
Ontology(<https://github.com/bmir-radx/gbco/gcbo.owl>
Import(<https://github.com/bmir-radx/gbco/gcbo/imports/ro_import.owl>)
Import(<https://github.com/bmir-radx/gbco/gcbo/imports/go_import.owl>)
Ontology(<https://github.com/bmir-radx/gcbo.owl>
Import(<https://github.com/bmir-radx/gcbo/imports/ro_import.owl>)
Import(<https://github.com/bmir-radx/gcbo/imports/go_import.owl>)
...
```
2. Add your imports redirect to your catalog file `src/ontology/catalog-v001.xml`, for example:
Expand All @@ -68,7 +68,7 @@ Import(<http://purl.obolibrary.org/obo/gcbo/imports/go_import.owl>)
in your editors file (the ontology) and

```
<uri name="https://github.com/bmir-radx/gbco/gcbo/imports/go_import.owl" uri="imports/go_import.owl"/>
<uri name="https://github.com/bmir-radx/gcbo/imports/go_import.owl" uri="imports/go_import.owl"/>
```

in your catalog, tools like `robot` or Protégé will recognize the statement
Expand Down
6 changes: 3 additions & 3 deletions docs/odk-workflows/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ components:
3) Add the component to your catalog file (src/ontology/catalog-v001.xml)

```
<uri name="https://github.com/bmir-radx/gbco/gcbo/components/your-component-name.owl" uri="components/your-component-name.owl"/>
<uri name="https://github.com/bmir-radx/gcbo/components/your-component-name.owl" uri="components/your-component-name.owl"/>
```

4) Add the component to the edit file (src/ontology/gcbo-edit.obo)
for .obo formats:

```
import: https://github.com/bmir-radx/gbco/gcbo/components/your-component-name.owl
import: https://github.com/bmir-radx/gcbo/components/your-component-name.owl
```

for .owl formats:

```
Import(<https://github.com/bmir-radx/gbco/gcbo/components/your-component-name.owl>)
Import(<https://github.com/bmir-radx/gcbo/components/your-component-name.owl>)
```

5) Refresh your repo by running `sh run.sh make update_repo` - this should create a new file in src/ontology/components.
Expand Down
6 changes: 3 additions & 3 deletions gcbo-base.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"graphs" : [ {
"id" : "https://github.com/bmir-radx/gbco/gcbo/gcbo-base.json",
"id" : "https://github.com/bmir-radx/gcbo/gcbo-base.json",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/type",
Expand All @@ -16,9 +16,9 @@
"val" : "Global Code Book Ontology"
}, {
"pred" : "http://www.w3.org/2002/07/owl#versionInfo",
"val" : "2024-04-30"
"val" : "2024-05-01"
} ],
"version" : "https://github.com/bmir-radx/gbco/gcbo/releases/2024-04-30/gcbo-base.json"
"version" : "https://github.com/bmir-radx/gcbo/releases/2024-05-01/gcbo-base.json"
}
} ]
}
6 changes: 3 additions & 3 deletions gcbo-base.obo
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
format-version: 1.2
data-version: https://github.com/bmir-radx/gbco/gcbo/releases/2024-04-30/gcbo-base.owl
ontology: https://github.com/bmir-radx/gbco/gcbo/gcbo-base.owl
data-version: https://github.com/bmir-radx/gcbo/releases/2024-05-01/gcbo-base.owl
ontology: https://github.com/bmir-radx/gcbo/gcbo-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 "Global Code Book Ontology" xsd:string
property_value: owl:versionInfo "2024-04-30" xsd:string
property_value: owl:versionInfo "2024-05-01" xsd:string

10 changes: 5 additions & 5 deletions gcbo-base.owl
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<?xml version="1.0"?>
<rdf:RDF xmlns="https://github.com/bmir-radx/gbco/gcbo/gcbo-base.owl#"
xml:base="https://github.com/bmir-radx/gbco/gcbo/gcbo-base.owl"
<rdf:RDF xmlns="https://github.com/bmir-radx/gcbo/gcbo-base.owl#"
xml:base="https://github.com/bmir-radx/gcbo/gcbo-base.owl"
xmlns:dce="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:dcterms="http://purl.org/dc/terms/">
<owl:Ontology rdf:about="https://github.com/bmir-radx/gbco/gcbo/gcbo-base.owl">
<owl:versionIRI rdf:resource="https://github.com/bmir-radx/gbco/gcbo/releases/2024-04-30/gcbo-base.owl"/>
<owl:Ontology rdf:about="https://github.com/bmir-radx/gcbo/gcbo-base.owl">
<owl:versionIRI rdf:resource="https://github.com/bmir-radx/gcbo/releases/2024-05-01/gcbo-base.owl"/>
<dce:type rdf:resource="http://purl.obolibrary.org/obo/IAO_8000001"/>
<dcterms:description>None</dcterms:description>
<dcterms:license rdf:resource="https://creativecommons.org/licenses/unspecified"/>
<dcterms:title>Global Code Book Ontology</dcterms:title>
<owl:versionInfo>2024-04-30</owl:versionInfo>
<owl:versionInfo>2024-05-01</owl:versionInfo>
</owl:Ontology>


Expand Down
6 changes: 3 additions & 3 deletions gcbo-full.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"graphs" : [ {
"id" : "https://github.com/bmir-radx/gbco/gcbo/gcbo-full.json",
"id" : "https://github.com/bmir-radx/gcbo/gcbo-full.json",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/terms/description",
Expand All @@ -13,9 +13,9 @@
"val" : "Global Code Book Ontology"
}, {
"pred" : "http://www.w3.org/2002/07/owl#versionInfo",
"val" : "2024-04-30"
"val" : "2024-05-01"
} ],
"version" : "https://github.com/bmir-radx/gbco/gcbo/releases/2024-04-30/gcbo-full.json"
"version" : "https://github.com/bmir-radx/gcbo/releases/2024-05-01/gcbo-full.json"
},
"nodes" : [ {
"id" : "http://purl.obolibrary.org/obo/IAO_0000002",
Expand Down
32 changes: 16 additions & 16 deletions gcbo-full.obo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
format-version: 1.2
data-version: https://github.com/bmir-radx/gbco/gcbo/releases/2024-04-30/gcbo-full.owl
data-version: https://github.com/bmir-radx/gcbo/releases/2024-05-01/gcbo-full.owl
subsetdef: attribute_slim ""
subsetdef: clingen ""
subsetdef: disease_grouping ""
Expand Down Expand Up @@ -200,11 +200,11 @@ synonymtypedef: CLINGEN_LABEL ""
synonymtypedef: DEPRECATED ""
synonymtypedef: DUBIOUS ""
synonymtypedef: OMO:0003005 ""
ontology: https://github.com/bmir-radx/gbco/gcbo/gcbo-full.owl
ontology: https://github.com/bmir-radx/gcbo/gcbo-full.owl
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 "Global Code Book Ontology" xsd:string
property_value: owl:versionInfo "2024-04-30" xsd:string
property_value: owl:versionInfo "2024-05-01" xsd:string

[Term]
id: BFO:0000001
Expand Down Expand Up @@ -33450,8 +33450,8 @@ subset: NCIT:C157711
subset: NCIT:C177537
synonym: "Smoking" EXACT [] {NCIT:P383="PT", NCIT:P384="NCI"}
synonym: "Smoking" EXACT [] {NCIT:P383="SY", NCIT:P384="caDSR"}
synonym: "Smoking" EXACT [] {NCIT:P384="CTRP", NCIT:P383="DN"}
synonym: "Smoking" EXACT [] {NCIT:P383="PT", NCIT:P384="CPTAC"}
synonym: "Smoking" EXACT [] {NCIT:P384="CTRP", NCIT:P383="DN"}
synonym: "Smoking" EXACT [] {NCIT:P383="PT", NCIT:P384="GDC"}
is_a: NCIT:C19683 ! Personal Behavior
property_value: NCIT:A32 NCIT:C16457
Expand Down Expand Up @@ -34063,8 +34063,8 @@ synonym: "Education" EXACT [] {NCIT:P384="SeroNet", NCIT:P383="PT"}
synonym: "Education" EXACT [] {NCIT:P386="PCC", NCIT:P383="PT", NCIT:P384="ACC/AHA"}
synonym: "Education Level" EXACT [] {NCIT:P383="PT", NCIT:P384="NCI"}
synonym: "Education Level" EXACT [] {NCIT:P383="PT", NCIT:P384="NICHD"}
synonym: "Education Level" EXACT [] {NCIT:P383="SY", NCIT:P384="caDSR"}
synonym: "Education Level" EXACT [] {NCIT:P383="PT", NCIT:P384="OORO", NCIT:P386="PC"}
synonym: "Education Level" EXACT [] {NCIT:P383="SY", NCIT:P384="caDSR"}
synonym: "education level" EXACT [] {NCIT:P383="SY", NCIT:P385="VAR", NCIT:P384="GDC"}
synonym: "Education Level Completed" EXACT [] {NCIT:P383="SY", NCIT:P384="NCI"}
synonym: "education_level" EXACT [] {NCIT:P383="PT", NCIT:P385="VAR", NCIT:P384="GDC"}
Expand Down Expand Up @@ -38839,8 +38839,8 @@ id: NCIT:C20189
name: Property or Attribute
def: "A distinguishing quality or prominent aspect of a person, object, action, process, or substance." [] {NCIT:P378="NCI"}
subset: NCIT:C90259
synonym: "Property or Attribute" EXACT [] {NCIT:P383="PT", NCIT:P384="NCI"}
synonym: "Property or Attribute" EXACT [] {NCIT:P383="PT", NCIT:P384="NICHD"}
synonym: "Property or Attribute" EXACT [] {NCIT:P383="PT", NCIT:P384="NCI"}
disjoint_from: NCIT:C43431 ! Activity
disjoint_from: NCIT:C7057 ! Disease, Disorder or Finding
disjoint_from: NCIT:C97325 ! Manufactured Object
Expand Down Expand Up @@ -38907,11 +38907,11 @@ subset: NCIT:C97181
subset: NCIT:C97185
synonym: "CODE" EXACT [] {NCIT:P385="CDISC-OBSCLS", NCIT:P383="PT", NCIT:P384="CDISC"}
synonym: "Code" EXACT [] {NCIT:P383="SY", NCIT:P384="caDSR"}
synonym: "Code" EXACT [] {NCIT:P383="PT", NCIT:P384="CDISC", NCIT:P385="DDF-DDF Entities"}
synonym: "Code" EXACT [] {NCIT:P383="PT", NCIT:P384="NCI"}
synonym: "Code" EXACT [] {NCIT:P383="PT", NCIT:P384="CDISC", NCIT:P385="DDF-DDF Entities"}
synonym: "Code" EXACT [] {NCIT:P383="PT", NCIT:P384="CDISC", NCIT:P385="DDF-Attr Response Code"}
synonym: "code" EXACT [] {NCIT:P383="PT", NCIT:P384="BRIDG 5.3"}
synonym: "code" EXACT [] {NCIT:P383="PT", NCIT:P384="BRIDG 3.0.3"}
synonym: "code" EXACT [] {NCIT:P383="PT", NCIT:P384="BRIDG 5.3"}
synonym: "code" EXACT [] {NCIT:P383="PT", NCIT:P384="PCDC"}
synonym: "Code Name" EXACT [] {NCIT:P386="eCTD", NCIT:P383="PT", NCIT:P384="FDA"}
synonym: "Coding System" EXACT [] {NCIT:P383="SY", NCIT:P384="NCI"}
Expand Down Expand Up @@ -38957,8 +38957,8 @@ subset: NCIT:C89506
subset: NCIT:C90259
synonym: "Individual" EXACT [] {NCIT:P383="SY", NCIT:P384="NCI"}
synonym: "Person" EXACT [] {NCIT:P383="PT", NCIT:P384="NCI"}
synonym: "Person" EXACT [] {NCIT:P383="PT", NCIT:P384="BRIDG 5.3"}
synonym: "Person" EXACT [] {NCIT:P383="PT", NCIT:P384="BRIDG 3.0.3"}
synonym: "Person" EXACT [] {NCIT:P383="PT", NCIT:P384="BRIDG 5.3"}
synonym: "Person" EXACT [] {NCIT:P383="PT", NCIT:P384="NICHD"}
synonym: "Person" EXACT [] {NCIT:P383="SY", NCIT:P384="caDSR"}
is_a: NCIT:C20181 ! Conceptual Entity
Expand Down Expand Up @@ -39003,8 +39003,8 @@ synonym: "Intervention or Procedure" EXACT [] {NCIT:P383="PT", NCIT:P384="NCI"}
synonym: "Intervention Strategies" EXACT [] {NCIT:P383="SY", NCIT:P384="NCI"}
synonym: "Interventional" EXACT [] {NCIT:P383="AD", NCIT:P384="NCI"}
synonym: "Interventional Procedure Type" EXACT [] {NCIT:P383="PT", NCIT:P384="OORO", NCIT:P386="PC"}
synonym: "interventionDescription" EXACT [] {NCIT:P383="PT", NCIT:P384="BRIDG 5.3"}
synonym: "interventionDescription" EXACT [] {NCIT:P383="PT", NCIT:P384="BRIDG 3.0.3"}
synonym: "interventionDescription" EXACT [] {NCIT:P383="PT", NCIT:P384="BRIDG 5.3"}
synonym: "Procedure" EXACT [] {NCIT:P383="SY", NCIT:P384="NICHD"}
synonym: "Procedure" EXACT [] {NCIT:P383="SY", NCIT:P384="NCI"}
synonym: "procedure" EXACT [] {NCIT:P383="PT", NCIT:P386="ICDC", NCIT:P384="ICDC"}
Expand Down Expand Up @@ -39592,8 +39592,8 @@ synonym: "Immune disorder, NOS" EXACT [] {NCIT:P383="PT", NCIT:P384="CTEP", NCIT
synonym: "Immune Disorders" EXACT [] {NCIT:P383="SY", NCIT:P384="CPTAC"}
synonym: "Immune Dysfunction" EXACT [] {NCIT:P383="SY", NCIT:P384="caDSR"}
synonym: "Immune System Disorder" EXACT [] {NCIT:P383="PT", NCIT:P384="NICHD"}
synonym: "Immune System Disorder" EXACT [] {NCIT:P384="CTRP", NCIT:P383="DN"}
synonym: "Immune System Disorder" EXACT [] {NCIT:P383="PT", NCIT:P384="CPTAC"}
synonym: "Immune System Disorder" EXACT [] {NCIT:P384="CTRP", NCIT:P383="DN"}
synonym: "Immune System Disorder" EXACT [] {NCIT:P383="PT", NCIT:P384="NCI"}
synonym: "Immune System Disorder" EXACT [] {NCIT:P383="PT", NCIT:P384="Cellosaurus"}
synonym: "Immunologic Disorder" EXACT [] {NCIT:P383="PT", NCIT:P384="PCDC", NCIT:P386="HL"}
Expand Down Expand Up @@ -39959,8 +39959,8 @@ subset: NCIT:C159501
subset: NCIT:C159503
synonym: "Activity" EXACT [] {NCIT:P383="SY", NCIT:P384="caDSR"}
synonym: "Activity" EXACT [] {NCIT:P383="PT", NCIT:P384="NCI"}
synonym: "Activity" EXACT [] {NCIT:P383="PT", NCIT:P384="BRIDG 5.3"}
synonym: "Activity" EXACT [] {NCIT:P383="PT", NCIT:P384="BRIDG 3.0.3"}
synonym: "Activity" EXACT [] {NCIT:P383="PT", NCIT:P384="BRIDG 5.3"}
synonym: "General activity" EXACT [] {NCIT:P383="SY", NCIT:P384="caDSR"}
disjoint_from: NCIT:C7057 ! Disease, Disorder or Finding
disjoint_from: NCIT:C97325 ! Manufactured Object
Expand Down Expand Up @@ -40138,8 +40138,8 @@ subset: NCIT:C124325
subset: NCIT:C61410
subset: NCIT:C69186
subset: NCIT:C77526
synonym: "Pregnancy Status" EXACT [] {NCIT:P383="SY", NCIT:P384="CDISC"}
synonym: "Pregnancy Status" EXACT [] {NCIT:P385="SEND-PYTEST", NCIT:P383="PT", NCIT:P384="CDISC"}
synonym: "Pregnancy Status" EXACT [] {NCIT:P383="SY", NCIT:P384="CDISC"}
synonym: "Pregnancy Status" EXACT [] {NCIT:P383="PT", NCIT:P384="NCI"}
synonym: "Pregnancy Status" EXACT [] {NCIT:P383="PT", NCIT:P384="DICOM"}
synonym: "PREGSTAT" EXACT [] {NCIT:P383="PT", NCIT:P384="CDISC", NCIT:P385="SEND-PYTESTCD"}
Expand Down Expand Up @@ -40336,8 +40336,8 @@ id: NCIT:C92720
name: Pregnancy Finding
def: "Symptoms, signs, diagnostic examinations or a test results in a pregnant mother." [] {NCIT:P378="NCI"}
subset: NCIT:C90259
synonym: "Pregnancy Finding" EXACT [] {NCIT:P383="PT", NCIT:P384="NICHD"}
synonym: "Pregnancy Finding" EXACT [] {NCIT:P383="PT", NCIT:P384="NCI"}
synonym: "Pregnancy Finding" EXACT [] {NCIT:P383="PT", NCIT:P384="NICHD"}
is_a: NCIT:C117720 ! Female Reproductive System Finding
property_value: NCIT:NHC0 "C92720" xsd:string
property_value: NCIT:P106 "Finding" xsd:string
Expand Down Expand Up @@ -40384,8 +40384,8 @@ synonym: "Cancer" EXACT [] {NCIT:P383="SY", NCIT:P384="NCI"}
synonym: "Cancer" EXACT [] {NCIT:P384="SeroNet", NCIT:P383="PT"}
synonym: "Cancer" EXACT [] {NCIT:P383="PT", NCIT:P385="3262", NCIT:P386="CDRH", NCIT:P384="FDA"}
synonym: "Cancer" EXACT [] {NCIT:P383="SY", NCIT:P384="CDISC"}
synonym: "Cancer" EXACT [] {NCIT:P383="SY", NCIT:P384="GDC"}
synonym: "Cancer" EXACT [] {NCIT:P383="PT", NCIT:P384="NICHD"}
synonym: "Cancer" EXACT [] {NCIT:P383="SY", NCIT:P384="GDC"}
synonym: "cancer" EXACT [] {NCIT:P383="PT", NCIT:P385="CDR0000045333", NCIT:P384="NCI-GLOSS"}
synonym: "Malignancy" EXACT [] {NCIT:P383="SY", NCIT:P384="CDISC"}
synonym: "Malignancy" EXACT [] {NCIT:P383="SY", NCIT:P384="GDC"}
Expand Down Expand Up @@ -51112,7 +51112,7 @@ def: "A relation that holds between the disease and a process where the physical
comment: Editor note: TODO property chain: disease_has_location <- dhbido o occurs_in
xref: RO:0004021
range: BFO:0000015 ! process
is_a: disease_disrupts ! disease disrupts
is_a: disease_disrupts ! disease causes disruption of
is_a: RO:0004019 ! disease has basis in
transitive_over: part_of ! part_of

Expand Down
10 changes: 5 additions & 5 deletions gcbo-full.owl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<rdf:RDF xmlns="https://github.com/bmir-radx/gbco/gcbo/gcbo-full.owl#"
xml:base="https://github.com/bmir-radx/gbco/gcbo/gcbo-full.owl"
<rdf:RDF xmlns="https://github.com/bmir-radx/gcbo/gcbo-full.owl#"
xml:base="https://github.com/bmir-radx/gcbo/gcbo-full.owl"
xmlns:go="http://purl.obolibrary.org/obo/go#"
xmlns:dce="http://purl.org/dc/elements/1.1/"
xmlns:obo="http://purl.obolibrary.org/obo/"
Expand All @@ -25,12 +25,12 @@
xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
xmlns:subsets="http://purl.obolibrary.org/obo/ro/subsets#"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
<owl:Ontology rdf:about="https://github.com/bmir-radx/gbco/gcbo/gcbo-full.owl">
<owl:versionIRI rdf:resource="https://github.com/bmir-radx/gbco/gcbo/releases/2024-04-30/gcbo-full.owl"/>
<owl:Ontology rdf:about="https://github.com/bmir-radx/gcbo/gcbo-full.owl">
<owl:versionIRI rdf:resource="https://github.com/bmir-radx/gcbo/releases/2024-05-01/gcbo-full.owl"/>
<dcterms:description>None</dcterms:description>
<dcterms:license rdf:resource="https://creativecommons.org/licenses/unspecified"/>
<dcterms:title>Global Code Book Ontology</dcterms:title>
<owl:versionInfo>2024-04-30</owl:versionInfo>
<owl:versionInfo>2024-05-01</owl:versionInfo>
</owl:Ontology>


Expand Down
6 changes: 3 additions & 3 deletions gcbo-simple.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"graphs" : [ {
"id" : "https://github.com/bmir-radx/gbco/gcbo/gcbo-simple.json",
"id" : "https://github.com/bmir-radx/gcbo/gcbo-simple.json",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/terms/description",
Expand All @@ -13,9 +13,9 @@
"val" : "Global Code Book Ontology"
}, {
"pred" : "http://www.w3.org/2002/07/owl#versionInfo",
"val" : "2024-04-30"
"val" : "2024-05-01"
} ],
"version" : "https://github.com/bmir-radx/gbco/gcbo/releases/2024-04-30/gcbo-simple.json"
"version" : "https://github.com/bmir-radx/gcbo/releases/2024-05-01/gcbo-simple.json"
},
"nodes" : [ {
"id" : "http://purl.org/dc/terms/description",
Expand Down
6 changes: 3 additions & 3 deletions gcbo-simple.obo
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
format-version: 1.2
data-version: https://github.com/bmir-radx/gbco/gcbo/releases/2024-04-30/gcbo-simple.owl
ontology: https://github.com/bmir-radx/gbco/gcbo/gcbo-simple.owl
data-version: https://github.com/bmir-radx/gcbo/releases/2024-05-01/gcbo-simple.owl
ontology: https://github.com/bmir-radx/gcbo/gcbo-simple.owl
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 "Global Code Book Ontology" xsd:string
property_value: owl:versionInfo "2024-04-30" xsd:string
property_value: owl:versionInfo "2024-05-01" xsd:string

10 changes: 5 additions & 5 deletions gcbo-simple.owl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<rdf:RDF xmlns="https://github.com/bmir-radx/gbco/gcbo/gcbo-simple.owl#"
xml:base="https://github.com/bmir-radx/gbco/gcbo/gcbo-simple.owl"
<rdf:RDF xmlns="https://github.com/bmir-radx/gcbo/gcbo-simple.owl#"
xml:base="https://github.com/bmir-radx/gcbo/gcbo-simple.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"
Expand All @@ -10,12 +10,12 @@
xmlns:terms="http://purl.org/dc/terms/"
xmlns:schema="https://schema.org/"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
<owl:Ontology rdf:about="https://github.com/bmir-radx/gbco/gcbo/gcbo-simple.owl">
<owl:versionIRI rdf:resource="https://github.com/bmir-radx/gbco/gcbo/releases/2024-04-30/gcbo-simple.owl"/>
<owl:Ontology rdf:about="https://github.com/bmir-radx/gcbo/gcbo-simple.owl">
<owl:versionIRI rdf:resource="https://github.com/bmir-radx/gcbo/releases/2024-05-01/gcbo-simple.owl"/>
<terms:description>None</terms:description>
<terms:license rdf:resource="https://creativecommons.org/licenses/unspecified"/>
<terms:title>Global Code Book Ontology</terms:title>
<owl:versionInfo>2024-04-30</owl:versionInfo>
<owl:versionInfo>2024-05-01</owl:versionInfo>
</owl:Ontology>


Expand Down
6 changes: 3 additions & 3 deletions gcbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"graphs" : [ {
"id" : "https://github.com/bmir-radx/gbco/gcbo.json",
"id" : "https://github.com/bmir-radx/gcbo.json",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/terms/description",
Expand All @@ -13,9 +13,9 @@
"val" : "Global Code Book Ontology"
}, {
"pred" : "http://www.w3.org/2002/07/owl#versionInfo",
"val" : "2024-04-30"
"val" : "2024-05-01"
} ],
"version" : "https://github.com/bmir-radx/gbco/gcbo/releases/2024-04-30/gcbo.json"
"version" : "https://github.com/bmir-radx/gcbo/releases/2024-05-01/gcbo.json"
},
"nodes" : [ {
"id" : "http://purl.obolibrary.org/obo/IAO_0000002",
Expand Down
Loading

0 comments on commit 9c0a3ce

Please sign in to comment.