I want to use ArangoDB to store data in Knowledge Graph.
But I meet a problem:
There are rdfs:subClassOf
and rdfs:subPropertyOf
in RDFs, and if I want to express these two relations in ArangoDB, what should I do?
For example, how to express :
"[Actor]-subClassOf-[Celebrity]-subClassOf-[Person]"
and
"[mother]-subPropertyOf-[relative]-subPropertyOf-[personal_relationship]".