crcresearch / smartcontainers

Smart Containers to track Provenance in a Docker ecosystem
http://daspos.org
Apache License 2.0
5 stars 3 forks source link

Start of graph manager and registry. #35

Closed charlesvardeman closed 8 years ago

charlesvardeman commented 8 years ago

Defined a global rdf graph manager that provides the turtle and json-ld serialization for smartcontainers. Created python abstract base class baseVocabulary that defines a build() function. Each derived class will implement build() based on the needs for that vocabulary.