valueflows

valueflows docs
git clone https://s.sonu.ch/~srfsh/valueflows.git
Log | Files | Refs | README

json-schema-ref.md (5024B)


      1 # JSON-schema Reference
      2 
      3 The following are the classes needed for a ValueFlows implementation, in json-schema format.  The list includes the ValueFlows namespace, plus other vocabulary items re-used from other defined vocabularies.
      4 
      5 * [vf:Action](#action)
      6 * [foaf:Agent](#agent)
      7 * [vf:AgentRelationship](#agentrelationship)
      8 * [vf:AgentRelationshipRole](#agentrelationshiprole)
      9 * [vf:Agreement](#agreement)
     10 * [vf:Appreciation](#appreciation)
     11 * [vf:Claim](#claim)
     12 * [vf:Commitment](#commitment)
     13 * [time:Duration](#duration)
     14 * [vf:EconomicEvent](#economicevent)
     15 * [vf:EconomicResource](#economicresource)
     16 * [vf:Fulfillment](#fulfillment)
     17 * [vf:Intent](#intent)
     18 * [vf:Plan](#plan)
     19 * [vf:Process](#)
     20 * [vf:ProcessSpecification](#processspecification)
     21 * [dfc:ProductBatch](#productbatch)
     22 * [qudt:QuantityValue](#quantityvalue)
     23 * [vf:RecipeFlow](#recipeflow)
     24 * [vf:RecipeProcess](#recipeprocess)
     25 * [vf:RecipeResource](#reciperesource)
     26 * [vf:ResourceSpecification](#resourcespecification)
     27 * [vf:Satisfaction](#satisfaction)
     28 * [vf:Scenario](#scenario)
     29 * [vf:ScenarioDefinition](#scenariodefinition)
     30 * [vf:Settlement](#settlement)
     31 * [geo:SpatialThing](#spatialthing)
     32 
     33 
     34 #### Action
     35 
     36 [import, lang:"json"](https://lab.allmende.io/valueflows/vf-schemas/vf-json-schema/-/tree/master/schemas/Action.json)
     37 
     38 #### Agent
     39 
     40 [import, lang:"json"](https://lab.allmende.io/valueflows/vf-schemas/vf-json-schema/-/tree/master/schemas/Agent.json)
     41 
     42 #### AgentRelationship
     43 
     44 [import, lang:"json"](https://lab.allmende.io/valueflows/vf-schemas/vf-json-schema/-/tree/master/schemas/AgentRelationship.json)
     45 
     46 #### AgentRelationshipRole
     47 
     48 [import, lang:"json"](https://lab.allmende.io/valueflows/vf-schemas/vf-json-schema/-/tree/master/schemas/AgentRelationshipRole.json)
     49 
     50 #### Agreement
     51 
     52 [import, lang:"json"](https://lab.allmende.io/valueflows/vf-schemas/vf-json-schema/-/tree/master/schemas/Agreement.json)
     53 
     54 #### Appreciation
     55 
     56 [import, lang:"json"](https://lab.allmende.io/valueflows/vf-schemas/vf-json-schema/-/tree/master/schemas/Appreciation.json)
     57 
     58 #### Claim
     59 
     60 [import, lang:"json"](https://lab.allmende.io/valueflows/vf-schemas/vf-json-schema/-/tree/master/schemas/Claim.json)
     61 
     62 #### Commitment
     63 
     64 [import, lang:"json"](https://lab.allmende.io/valueflows/vf-schemas/vf-json-schema/-/tree/master/schemas/Commitment.json)
     65 
     66 #### Duration
     67 
     68 [import, lang:"json"](https://lab.allmende.io/valueflows/vf-schemas/vf-json-schema/-/tree/master/schemas/Duration.json)
     69 
     70 #### EconomicEvent
     71 
     72 [import, lang:"json"](https://lab.allmende.io/valueflows/vf-schemas/vf-json-schema/-/tree/master/schemas/EconomicEvent.json)
     73 
     74 #### EconomicResource
     75 
     76 [import, lang:"json"](https://lab.allmende.io/valueflows/vf-schemas/vf-json-schema/-/tree/master/schemas/EconomicResource.json)
     77 
     78 #### Fulfillment
     79 
     80 [import, lang:"json"](https://lab.allmende.io/valueflows/vf-schemas/vf-json-schema/-/tree/master/schemas/Fulfillment.json)
     81 
     82 #### Intent
     83 
     84 [import, lang:"json"](https://lab.allmende.io/valueflows/vf-schemas/vf-json-schema/-/tree/master/schemas/Intent.json)
     85 
     86 #### Plan
     87 
     88 [import, lang:"json"](https://lab.allmende.io/valueflows/vf-schemas/vf-json-schema/-/tree/master/schemas/Plan.json)
     89 
     90 #### Process
     91 
     92 [import, lang:"json"](https://lab.allmende.io/valueflows/vf-schemas/vf-json-schema/-/tree/master/schemas/Process.json)
     93 
     94 #### ProcessSpecification
     95 
     96 [import, lang:"json"](https://lab.allmende.io/valueflows/vf-schemas/vf-json-schema/-/tree/master/schemas/ProcessSpecification.json)
     97 
     98 #### ProductBatch
     99 
    100 [import, lang:"json"](https://lab.allmende.io/valueflows/vf-schemas/vf-json-schema/-/tree/master/schemas/ProductBatch.json)
    101 
    102 #### QuantityValue
    103 
    104 [import, lang:"json"](https://lab.allmende.io/valueflows/vf-schemas/vf-json-schema/-/tree/master/schemas/QuantityValue.json)
    105 
    106 #### RecipeFlow
    107 
    108 [import, lang:"json"](https://lab.allmende.io/valueflows/vf-schemas/vf-json-schema/-/tree/master/schemas/RecipeFlow.json)
    109 
    110 #### RecipeProcess
    111 
    112 [import, lang:"json"](https://lab.allmende.io/valueflows/vf-schemas/vf-json-schema/-/tree/master/schemas/RecipeProcess.json)
    113 
    114 #### RecipeResource
    115 
    116 [import, lang:"json"](https://lab.allmende.io/valueflows/vf-schemas/vf-json-schema/-/tree/master/schemas/RecipeResource.json)
    117 
    118 #### ResourceSpecification
    119 
    120 [import, lang:"json"](https://lab.allmende.io/valueflows/vf-schemas/vf-json-schema/-/tree/master/schemas/ResourceSpecification.json)
    121 
    122 #### Satisfaction
    123 
    124 [import, lang:"json"](https://lab.allmende.io/valueflows/vf-schemas/vf-json-schema/-/tree/master/schemas/Satisfaction.json)
    125 
    126 #### Scenario
    127 
    128 [import, lang:"json"](https://lab.allmende.io/valueflows/vf-schemas/vf-json-schema/-/tree/master/schemas/Scenario.json)
    129 
    130 #### ScenarioDefinition
    131 
    132 [import, lang:"json"](https://lab.allmende.io/valueflows/vf-schemas/vf-json-schema/-/tree/master/schemas/ScenarioDefinition.json)
    133 
    134 #### Settlement
    135 
    136 [import, lang:"json"](https://lab.allmende.io/valueflows/vf-schemas/vf-json-schema/-/tree/master/schemas/Settlement.json)
    137 
    138 #### SpatialThing
    139 
    140 [import, lang:"json"](https://lab.allmende.io/valueflows/vf-schemas/vf-json-schema/-/tree/master/schemas/SpatialThing.json)