Skip to content

Commit

Permalink
Add artefacts with imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ckindermann committed Apr 24, 2024
1 parent 731a7f6 commit dbb0c14
Show file tree
Hide file tree
Showing 23 changed files with 695,514 additions and 13,603 deletions.
1 change: 0 additions & 1 deletion docs/odk-workflows/RepositoryFileStructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ These are the current imports in GCBO

| Import | URL | Type |
| ------ | --- | ---- |
| hp | http://purl.obolibrary.org/obo/hp.owl | None |
| mondo | http://purl.obolibrary.org/obo/mondo.owl | None |
| nbo | http://purl.obolibrary.org/obo/nbo.owl | None |
| ncit | http://purl.obolibrary.org/obo/ncit.owl | None |
Expand Down
4 changes: 2 additions & 2 deletions gcbo-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"val" : "Global Code Book Ontology"
}, {
"pred" : "http://www.w3.org/2002/07/owl#versionInfo",
"val" : "2024-04-23"
"val" : "2024-04-24"
} ],
"version" : "https://github.com/bmir-radx/gbco/gcbo/releases/2024-04-23/gcbo-base.json"
"version" : "https://github.com/bmir-radx/gbco/gcbo/releases/2024-04-24/gcbo-base.json"
}
} ]
}
4 changes: 2 additions & 2 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-23/gcbo-base.owl
data-version: https://github.com/bmir-radx/gbco/gcbo/releases/2024-04-24/gcbo-base.owl
ontology: https://github.com/bmir-radx/gbco/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-23" xsd:string
property_value: owl:versionInfo "2024-04-24" xsd:string

4 changes: 2 additions & 2 deletions gcbo-base.owl
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
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-23/gcbo-base.owl"/>
<owl:versionIRI rdf:resource="https://github.com/bmir-radx/gbco/gcbo/releases/2024-04-24/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-23</owl:versionInfo>
<owl:versionInfo>2024-04-24</owl:versionInfo>
</owl:Ontology>


Expand Down
Loading

0 comments on commit dbb0c14

Please sign in to comment.