Skip to content

Commit

Permalink
iao logo
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Jul 31, 2015
1 parent 11b69d4 commit 5eababe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ _config.yml: _config_header.yml $(ONTS)
registry/ontologies.yml: $(ONTS)
./util/extract-metadata.py concat -o $@.tmp $^ && mv $@.tmp $@

# TODO
# TODO: add @context
registry/ontologies.jsonld: registry/ontologies.yml
./util/yaml2json.py $< > $@.tmp && mv $@.tmp $@

# TODO
registry/ontologies.ttl: registry/ontologies.jsonld
riot $< > $@.tmp && mv $@.tmp $@
riot registry/context.jsonld $< > $@.tmp && mv $@.tmp $@


validate: $(ONTS)
Expand Down
3 changes: 2 additions & 1 deletion ontology/iao.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ products:
label: Mathias Brochhausen
title: Information Artifact Ontology
tracker: http://code.google.com/p/information-artifact-ontology/issues/list
depicted_by: https://avatars0.githubusercontent.com/u/13591168?v=3&s=200
---

The Information Artifact Ontology (IAO) is a new ontology of information entities, originally driven by work by the OBI digital entity and realizable information entity branch.
The Information Artifact Ontology (IAO) is a new ontology of information entities, originally driven by work by the OBI digital entity and realizable information entity branch.

0 comments on commit 5eababe

Please sign in to comment.