Skip to content

Commit

Permalink
for release
Browse files Browse the repository at this point in the history
  • Loading branch information
realmarcin committed Jun 27, 2024
1 parent fb478a4 commit 534d75e
Show file tree
Hide file tree
Showing 10 changed files with 16,306 additions and 46,727 deletions.
8 changes: 4 additions & 4 deletions aio-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
"val" : "http://purl.obolibrary.org/obo/IAO_8000001"
}, {
"pred" : "http://purl.org/dc/terms/description",
"val" : "None"
"val" : "This ontology models classes and relationships describing deep learning networks, their component layers and activation functions, as well as potential biases."
}, {
"pred" : "http://purl.org/dc/terms/license",
"val" : "https://creativecommons.org/licenses/unspecified"
"val" : "http://creativecommons.org/licenses/by/4.0/"
}, {
"pred" : "http://purl.org/dc/terms/title",
"val" : "Artificial Intelligence Ontology"
}, {
"pred" : "http://www.w3.org/2002/07/owl#versionInfo",
"val" : "2024-03-31"
"val" : "2024-06-26"
} ],
"version" : "http://purl.obolibrary.org/obo/aio/releases/2024-03-31/aio-base.json"
"version" : "http://purl.obolibrary.org/obo/aio/releases/2024-06-26/aio-base.json"
}
} ]
}
8 changes: 4 additions & 4 deletions aio-base.obo
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
format-version: 1.2
data-version: aio/releases/2024-03-31/aio-base.owl
data-version: aio/releases/2024-06-26/aio-base.owl
ontology: aio/aio-base
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/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: http://purl.org/dc/terms/license http://creativecommons.org/licenses/by/4.0/
property_value: http://purl.org/dc/terms/title "Artificial Intelligence Ontology" xsd:string
property_value: owl:versionInfo "2024-03-31" xsd:string
property_value: owl:versionInfo "2024-06-26" xsd:string

14 changes: 8 additions & 6 deletions aio-base.owl
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
<?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"
xmlns:dce="http://purl.org/dc/elements/1.1/"
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_"
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="http://purl.obolibrary.org/obo/aio/aio-base.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/aio/releases/2024-03-31/aio-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"/>
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/aio/releases/2024-06-26/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/"/>
<dcterms:title>Artificial Intelligence Ontology</dcterms:title>
<owl:versionInfo>2024-03-31</owl:versionInfo>
<owl:versionInfo>2024-06-26</owl:versionInfo>
</owl:Ontology>


Expand Down
Loading

0 comments on commit 534d75e

Please sign in to comment.