IBM / semanticflowgraph

Semantic flow graphs for data science
Apache License 2.0
28 stars 10 forks source link

Support OWL/PROV-O in ontology RDF export #9

Closed epatters closed 5 years ago

epatters commented 5 years ago

Addresses IBM/datascienceontology#8.

Concepts are represented as both individuals and classes, specifically:

  1. As OWL individuals of type Concept, with properties such as inputs and outputs (which are OWL lists).
  2. As OWL classes contained in PROV's Entity class (for type concepts) and Activity class (for function concepts).

Annotations are only individuals, of type Annotation.

epatters commented 5 years ago

I'll save for later the project of revamping the RDF/OWL export of wiring diagrams. This PR is already big enough.