You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Annotates the output with a commentary to the origin of the content
15
+
robot annotate --input ../../ontology/imports/iao-extracted.owl --annotation rdfs:comment "This file contains externally imported content from the Information Artifact Ontology (IAO) for import into the Open Energy Ontology (OEO). It is automatically extracted using ROBOT." --output ../../ontology/imports/iao-extracted.owl
16
+
# Annotates each axiom with the ontology IRI, using prov:wasDerivedFrom
# Annotates the output with a commentary to the origin of the content
15
-
robot annotate --input ../../ontology/imports/iao-extracted.owl --annotation rdfs:comment "This file contains externally imported content from the Information Artifact Ontology (IAO) for import into the Open Energy Ontology (OEO). It is automatically extracted using ROBOT." --output ../../ontology/imports/iao-extracted.owl
4
+
# Extract the terms we want with hierarchy until the upper term "information content entity" (IAO_0000030).
5
+
# Warning: This removes the domain of IAO_0000136 -- tbd in oeo-import-edits
# Annotates the output module with a commentary to the origin of the content
13
+
robot annotate --input iao-extracted.owl --annotation rdfs:comment "This file contains externally imported content from the Information Artifact Ontology (IAO) for import into the Open Energy Ontology (OEO). It is automatically extracted using ROBOT from the list of selected terms (iao-extract-w-hierarchy.txt, iao-extract-n-hierarchy.txt) located in the OEO-tools repository." --output iao-extracted.owl
16
14
# Annotates each axiom with the ontology IRI, using prov:wasDerivedFrom
0 commit comments