valueflows

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

resource.yaml (2595B)


      1 # Example: Resources
      2 
      3 '@context':
      4   - https://git.io/vf-examples-jsonld-context
      5   - farm: https://farm.example/
      6     ose: https://www.opensourceecology.org/
      7 
      8 '@id': rgh:valueflows/valueflows/master/examples/resource.yaml
      9 '@graph':
     10 
     11   - '@id': ose:822b6baf-d66f-45a0-98f2-57450e2aec23
     12     '@type': ResourceSpecification
     13     name: Tractor - LifeTrac 6
     14     uri: https://www.opensourceecology.org/portfolio/tractor/
     15     image: https://www.opensourceecology.org/wp-content/uploads/2014/02/Tractor_gray.png
     16     defaultUnit: unit:Number
     17     substitutable: true
     18     resourceClassifiedAs: https://www.wikidata.org/wiki/Q39495
     19     skos:note: A versatile, 4-wheel drive, hydraulically-driven tractor with 18 to 200 horsepower capacity for agriculture, construction and other utility duties.
     20 
     21   - '@id': farm:fbff9852-36ca-4364-a943-bc0b49e1cab5
     22     '@type': EconomicResource
     23     name: Tractor - LifeTrac 6
     24     trackingIdentifier: 889jcd00s # the serial number assigned by the manufacturer
     25     conformsTo: ose:822b6baf-d66f-45a0-98f2-57450e2aec23
     26     accountingQuantity:
     27       om2:hasUnit: om2:one
     28       om2:hasNumericalValue: 1
     29 
     30   - '@id': farm:8baa8ff7-9c1e-4586-ae7b-79d620a3cac9
     31     '@type': ResourceSpecification
     32     name: Carrots organic
     33     defaultUnit: unit:Kilogram
     34     substitutable: true
     35     resourceClassifiedAs: https://www.wikidata.org/wiki/Q39495
     36     skos:note: Organic loose carrots without tops. 
     37 
     38   - '@id': farm:07819789-dd51-44c3-b35c-9210165bc832
     39     '@type': EconomicResource
     40     name: Loose organic carrots
     41     lot: farm:fd399b37-0740-4a68-a184-1e655021ca21 # the lot number assigned by the farm
     42     conformsTo: farm:8baa8ff7-9c1e-4586-ae7b-79d620a3cac9
     43     accountingQuantity:
     44       om2:hasUnit: om2:kilogram
     45       om2:hasNumericalValue: 650
     46     skos:note: Medium size, clean, harvested after the first frost, will store well.
     47 
     48   - '@id': farm:fd399b37-0740-4a68-a184-1e655021ca21
     49     '@type': dfc:ProductBatch
     50     dfc:batchNumber: 3409888
     51 
     52   - '@id': farm:68cabaf3-deb8-4bd5-a439-798263abe35a
     53     '@type': ResourceSpecification
     54     name: Farm documentation
     55     defaultUnit: unit:Number
     56     substitutable: false
     57     resourceClassifiedAs: https://www.wikidata.org/wiki/Q49848 # document
     58     skos:note: Any of the documentation produced and/or used by the farm.
     59 
     60   - '@id': farm:a7e94dde-2997-451e-a7e1-8d364d5e6dee
     61     '@type': EconomicResource
     62     name: Intern orientation instructions
     63     conformsTo: farm:68cabaf3-deb8-4bd5-a439-798263abe35a
     64     uri: https://farm.example/docs/intern-orientation.odt
     65     accountingQuantity:
     66       om2:hasUnit: om2:one
     67       om2:hasNumericalValue: 1