It describes objects and the relationships between them . . .
It describes objects and the relationships between them . . .
−
In the zynthian plug in world it's primarily about the definition, allocation and mapping of parameters in the zynthian world to parameters provided by the LV2 plugin we are exchanging data with.
+
RDF represents information using semantic triples, which comprise a subject, predicate, and object. Each item in the triple is expressed as a Web URI. Turtle provides a way to group three URIs to make a triple, and provides ways to abbreviate such information, for example by factoring out common portions of URIs. For example, information about Huckleberry Finn could be expressed as:
+
+
<http://example.org/books/Huckleberry_Finn>
+
<http://example.org/relation/author>
+
<http://example.org/person/Mark_Twain> .
+
+
In the zynthian plug in world it's primarily about the definition, allocation and mapping of parameters in the zynthian world to parameters provided by the LV2 plugin we are exchanging data with.