I-ADOPT Visualizer
RDF
@prefix ex:
. @prefix iop:
. @prefix rdfs:
. ex:someVar a iop:Variable ; rdfs:label "some example variable" ; rdfs:comment "used to illustrate the capabilities of the I-Adopt Visualizer" ; iop:hasConstraint [ a iop:Constraint ; rdfs:label "some constraint" ; iop:constrains ex:Matrix_SysA ], [ a iop:Constraint ; rdfs:label "other constraint" ; iop:constrains ex:Matrix_SysB ] ; iop:hasMatrix ex:Matrix ; iop:hasObjectOfInterest ex:OoI ; iop:hasStatisticalModifier ex:StatMod ; iop:hasProperty ex:Prop . ex:Matrix a iop:Entity, iop:System ; rdfs:label "vegetation-soil system" ; iop:hasSource ex:Matrix_SysA; iop:hasTarget ex:Matrix_SysB. ex:OoI a iop:Entity ; rdfs:label "Object of Interest" . ex:StatMod a iop:StatisticalModifier ; rdfs:label "Statistical Modifier" . ex:Prop a iop:Property ; rdfs:label "Property" . ex:Matrix_SysA a iop:Entity ; rdfs:label "System Component A" . ex:Matrix_SysB a iop:Entity ; rdfs:label "System Component B" .
Visualize!
Export
SVG
PNG
Turtle
Context Object
Constraint
Matrix
Object of Interest
Property
Statistical Modifier
System Component
Variable
Label
IRI
Description
Type
simple
asymmetric system
symmetric system
Save
Cancel