In addition to storing triples like "Maine Coon" ex:instanceOf "cat breed"
I'd like to store triples describing other triples. For example, imagine a triple above had IRI foo
, I'd like to store <foo> meta:createdAt "11-11-2018"
or <foo> meta:createdBy <someUserIRI>
.
Is this possible? Is this supported by existing triplestores? Are there conventional ways for doing this? (Conventional meta ontologies?) Is this a bad idea?