Skip to content

Commit

Permalink
Regenerate artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
caufieldjh committed Nov 8, 2024
1 parent 3b4f1e8 commit f883a07
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions aio-base.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"graphs" : [ {
"id" : "http://purl.obolibrary.org/obo/aio/aio-base.json",
"id" : "https://w3id.org/aio/aio-base.json",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/type",
Expand All @@ -18,7 +18,7 @@
"pred" : "http://www.w3.org/2002/07/owl#versionInfo",
"val" : "2024-11-08"
} ],
"version" : "http://purl.obolibrary.org/obo/aio/releases/2024-11-08/aio-base.json"
"version" : "https://w3id.org/aio/releases/2024-11-08/aio-base.json"
},
"nodes" : [ {
"id" : "https://w3id.org/aio/AbstractRNNCell",
Expand Down
4 changes: 2 additions & 2 deletions aio-base.obo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
format-version: 1.2
data-version: aio/releases/2024-11-08/aio-base.owl
data-version: https://w3id.org/aio/releases/2024-11-08/aio-base.owl
subsetdef: aio:ActivationFunctionSubset "Activation Function Subset"
subsetdef: aio:BiasSubset "Bias Subset"
subsetdef: aio:ClassSubset "Class Subset"
Expand All @@ -14,7 +14,7 @@ idspace: aio https://w3id.org/aio/
idspace: dc http://purl.org/dc/elements/1.1/
idspace: dcterms http://purl.org/dc/terms/
idspace: oboInOwl http://www.geneontology.org/formats/oboInOwl#
ontology: aio/aio-base
ontology: https://w3id.org/aio/aio-base.owl
property_value: dc:type IAO:8000001
property_value: dcterms:description "This ontology models classes and relationships describing deep learning networks, their component layers and activation functions, as well as potential biases." xsd:string
property_value: dcterms:license http://creativecommons.org/licenses/by/4.0/
Expand Down
8 changes: 4 additions & 4 deletions aio-base.owl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<rdf:RDF xmlns="http://purl.obolibrary.org/obo/aio/aio-base.owl#"
xml:base="http://purl.obolibrary.org/obo/aio/aio-base.owl"
<rdf:RDF xmlns="https://w3id.org/aio/aio-base.owl#"
xml:base="https://w3id.org/aio/aio-base.owl"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:BFO="http://purl.obolibrary.org/obo/BFO_"
xmlns:IAO="http://purl.obolibrary.org/obo/IAO_"
Expand All @@ -13,8 +13,8 @@
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/aio/aio-base.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/aio/releases/2024-11-08/aio-base.owl"/>
<owl:Ontology rdf:about="https://w3id.org/aio/aio-base.owl">
<owl:versionIRI rdf:resource="https://w3id.org/aio/releases/2024-11-08/aio-base.owl"/>
<dc:type rdf:resource="http://purl.obolibrary.org/obo/IAO_8000001"/>
<dcterms:description>This ontology models classes and relationships describing deep learning networks, their component layers and activation functions, as well as potential biases.</dcterms:description>
<dcterms:license rdf:resource="http://creativecommons.org/licenses/by/4.0/"/>
Expand Down
4 changes: 2 additions & 2 deletions aio-full.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"graphs" : [ {
"id" : "http://purl.obolibrary.org/obo/aio/aio-full.json",
"id" : "https://w3id.org/aio/aio-full.json",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/terms/description",
Expand All @@ -15,7 +15,7 @@
"pred" : "http://www.w3.org/2002/07/owl#versionInfo",
"val" : "2024-11-08"
} ],
"version" : "http://purl.obolibrary.org/obo/aio/releases/2024-11-08/aio-full.json"
"version" : "https://w3id.org/aio/releases/2024-11-08/aio-full.json"
},
"nodes" : [ {
"id" : "https://w3id.org/aio/AbstractRNNCell",
Expand Down
4 changes: 2 additions & 2 deletions aio.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"graphs" : [ {
"id" : "http://purl.obolibrary.org/obo/aio.json",
"id" : "https://w3id.org/aio/aio.json",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/terms/description",
Expand All @@ -15,7 +15,7 @@
"pred" : "http://www.w3.org/2002/07/owl#versionInfo",
"val" : "2024-11-08"
} ],
"version" : "http://purl.obolibrary.org/obo/aio/releases/2024-11-08/aio.json"
"version" : "https://w3id.org/aio/releases/2024-11-08/aio.json"
},
"nodes" : [ {
"id" : "https://w3id.org/aio/AbstractRNNCell",
Expand Down

0 comments on commit f883a07

Please sign in to comment.