valueflows

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

all_vf.JSONLD (10475B)


      1 {
      2   "@graph" : [ {
      3     "@id" : "https://w3id.org/valueflows/",
      4     "@type" : "owl:Ontology",
      5     "status" : "http://purl.org/adms/status/UnderDevelopment",
      6     "title" : "Value Flows Ontology",
      7     "type" : "http://purl.org/adms/assettype/Ontology"
      8   }, {
      9     "@id" : "vf:Action",
     10     "@type" : "owl:Class",
     11     "label" : "vf:Action"
     12   }, {
     13     "@id" : "vf:Agent",
     14     "@type" : "owl:Class",
     15     "label" : "vf:Agent",
     16     "equivalentClass" : "foaf:Agent"
     17   }, {
     18     "@id" : "vf:Agreement",
     19     "@type" : "owl:Class",
     20     "label" : "vf:Agreement"
     21   }, {
     22     "@id" : "vf:Appreciation",
     23     "@type" : "owl:Class",
     24     "label" : "vf:Appreciation"
     25   }, {
     26     "@id" : "vf:Commitment",
     27     "@type" : "owl:Class",
     28     "label" : "vf:Commitment"
     29   }, {
     30     "@id" : "vf:Currency",
     31     "@type" : "owl:Class",
     32     "label" : "vf:Currency",
     33     "subClassOf" : "vf:Resource"
     34   }, {
     35     "@id" : "vf:Event",
     36     "@type" : "owl:Class",
     37     "label" : "vf:Event"
     38   }, {
     39     "@id" : "vf:EventTemplate",
     40     "@type" : "owl:Class",
     41     "label" : "vf:EventTemplate"
     42   }, {
     43     "@id" : "vf:ExchangeAgreement",
     44     "@type" : "owl:Class",
     45     "label" : "vf:ExchangeAgreement",
     46     "subClassOf" : "vf:Agreement"
     47   }, {
     48     "@id" : "vf:ExchangeTemplate",
     49     "@type" : "owl:Class",
     50     "label" : "vf:ExchangeTemplate"
     51   }, {
     52     "@id" : "vf:Fulfillment",
     53     "@type" : "owl:Class",
     54     "label" : "vf:Fulfillment"
     55   }, {
     56     "@id" : "vf:Group",
     57     "@type" : "owl:Class",
     58     "label" : "vf:Group",
     59     "subClassOf" : "vf:Agent",
     60     "equivalentClass" : "foaf:Group"
     61   }, {
     62     "@id" : "vf:InputOrOutput",
     63     "@type" : "owl:Class",
     64     "label" : "vf:InputOrOutput"
     65   }, {
     66     "@id" : "vf:Intent",
     67     "@type" : "owl:Class",
     68     "label" : "vf:Intent"
     69   }, {
     70     "@id" : "vf:Location",
     71     "@type" : "owl:Class",
     72     "label" : "vf:Location"
     73   }, {
     74     "@id" : "vf:MaterialItem",
     75     "@type" : "owl:Class",
     76     "label" : "vf:MaterialItem",
     77     "subClassOf" : "vf:Resource"
     78   }, {
     79     "@id" : "vf:Person",
     80     "@type" : "owl:Class",
     81     "label" : "vf:Person",
     82     "subClassOf" : "vf:Agent",
     83     "equivalentClass" : [ "foaf:Person", "schema:Person" ]
     84   }, {
     85     "@id" : "vf:Process",
     86     "@type" : "owl:Class",
     87     "label" : "vf:Process"
     88   }, {
     89     "@id" : "vf:ProcessTemplate",
     90     "@type" : "owl:Class",
     91     "label" : "vf:ProcessTemplate"
     92   }, {
     93     "@id" : "vf:Relationship",
     94     "@type" : "owl:Class",
     95     "label" : "vf:Relationship"
     96   }, {
     97     "@id" : "vf:RelationshipTemplate",
     98     "@type" : "owl:Class",
     99     "label" : "vf:RelationshipTemplate"
    100   }, {
    101     "@id" : "vf:Resource",
    102     "@type" : "owl:Class",
    103     "label" : "vf:Resource"
    104   }, {
    105     "@id" : "vf:ResourceTemplate",
    106     "@type" : "owl:Class",
    107     "label" : "vf:ResourceTemplate"
    108   }, {
    109     "@id" : "vf:Service",
    110     "@type" : "owl:Class",
    111     "label" : "vf:Service",
    112     "subClassOf" : "vf:Resource"
    113   }, {
    114     "@id" : "vf:Transformation",
    115     "@type" : "owl:Class",
    116     "label" : "vf:Transformation",
    117     "subClassOf" : "vf:Process"
    118   }, {
    119     "@id" : "vf:Transportation",
    120     "@type" : "owl:Class",
    121     "label" : "vf:Transportation",
    122     "subClassOf" : "vf:Process"
    123   }, {
    124     "@id" : "vf:Work",
    125     "@type" : "owl:Class",
    126     "label" : "vf:Work",
    127     "subClassOf" : "vf:Resource"
    128   }, {
    129     "@id" : "vf:accept",
    130     "@type" : "owl:ObjectProperty",
    131     "label" : "accept",
    132     "subPropertyOf" : "vf:inflow"
    133   }, {
    134     "@id" : "vf:action",
    135     "@type" : "owl:ObjectProperty",
    136     "domain" : [ "vf:Event", "vf:Commitment", "vf:Intent", "vf:EventTemplate" ],
    137     "range" : "vf:Action"
    138   }, {
    139     "@id" : "vf:affects",
    140     "@type" : "owl:ObjectProperty",
    141     "domain" : "vf:Event",
    142     "range" : "vf:Resource"
    143   }, {
    144     "@id" : "vf:appreciationOf",
    145     "@type" : "owl:ObjectProperty",
    146     "domain" : "vf:Appreciation",
    147     "range" : "vf:Event"
    148   }, {
    149     "@id" : "vf:appreciationWith",
    150     "@type" : "owl:ObjectProperty",
    151     "domain" : "vf:Appreciation",
    152     "range" : "vf:Event"
    153   }, {
    154     "@id" : "vf:carrier",
    155     "@type" : "owl:ObjectProperty",
    156     "domain" : "vf:InputOrOutput",
    157     "label" : "carrier",
    158     "range" : "vf:Agent"
    159   }, {
    160     "@id" : "vf:category",
    161     "@type" : "owl:ObjectProperty",
    162     "domain" : [ "vf:Commitment", "vf:Intent", "vf:Resource", "vf:ResourceTemplate" ],
    163     "label" : "category"
    164   }, {
    165     "@id" : "vf:commitsTo",
    166     "@type" : "owl:ObjectProperty",
    167     "domain" : "vf:Commitment",
    168     "range" : "vf:Intent"
    169   }, {
    170     "@id" : "vf:consume",
    171     "@type" : "owl:ObjectProperty",
    172     "label" : "consume",
    173     "subPropertyOf" : "vf:inflow"
    174   }, {
    175     "@id" : "vf:contains",
    176     "@type" : "owl:ObjectProperty",
    177     "domain" : "vf:Resource",
    178     "label" : "contains",
    179     "range" : "vf:Resource"
    180   }, {
    181     "@id" : "vf:context",
    182     "@type" : "owl:ObjectProperty",
    183     "domain" : "vf:Relationship",
    184     "label" : "context",
    185     "range" : "vf:Agent"
    186   }, {
    187     "@id" : "vf:create",
    188     "@type" : "owl:ObjectProperty",
    189     "label" : "create",
    190     "subPropertyOf" : "vf:outflow"
    191   }, {
    192     "@id" : "vf:dropoff",
    193     "@type" : "owl:ObjectProperty",
    194     "domain" : "vf:Transportation",
    195     "label" : "unload",
    196     "range" : "vf:Resource",
    197     "subPropertyOf" : "vf:outflow"
    198   }, {
    199     "@id" : "vf:fulfills",
    200     "@type" : "owl:ObjectProperty",
    201     "domain" : "vf:Event",
    202     "range" : [ "vf:Commitment", "vf:Intent", "vf:Fulfillment" ]
    203   }, {
    204     "@id" : "vf:hasResourceTemplate",
    205     "@type" : "owl:ObjectProperty",
    206     "domain" : [ "vf:Commitment", "vf:Intent", "vf:EventTemplate", "vf:Resource" ],
    207     "range" : "vf:ResourceTemplate"
    208   }, {
    209     "@id" : "vf:inExchangeFor",
    210     "@type" : "owl:ObjectProperty",
    211     "domain" : "vf:Commitment",
    212     "label" : "inExchangeFor",
    213     "range" : "vf:Event"
    214   }, {
    215     "@id" : "vf:inflow",
    216     "@type" : "owl:ObjectProperty",
    217     "domain" : "vf:Process",
    218     "label" : "inflow",
    219     "range" : "vf:Resource"
    220   }, {
    221     "@id" : "vf:involveResource",
    222     "@type" : "owl:ObjectProperty",
    223     "domain" : [ "vf:Commitment", "vf:Intent" ],
    224     "range" : "vf:Resource"
    225   }, {
    226     "@id" : "vf:io",
    227     "@type" : "owl:ObjectProperty",
    228     "domain" : "vf:Transportation",
    229     "label" : "io",
    230     "range" : "vf:InputOrOutput"
    231   }, {
    232     "@id" : "vf:load",
    233     "@type" : "owl:ObjectProperty",
    234     "domain" : [ "vf:Transportation", "vf:InputOrOutput" ],
    235     "label" : "load",
    236     "range" : "vf:Resource",
    237     "subPropertyOf" : "vf:inflow"
    238   }, {
    239     "@id" : "vf:location",
    240     "@type" : "owl:ObjectProperty",
    241     "domain" : "vf:InputOrOutput",
    242     "label" : "location",
    243     "range" : "vf:Location"
    244   }, {
    245     "@id" : "vf:object",
    246     "@type" : "owl:ObjectProperty",
    247     "domain" : "vf:Relationship",
    248     "label" : "object",
    249     "range" : "vf:Agent"
    250   }, {
    251     "@id" : "vf:occursIn",
    252     "@type" : "owl:ObjectProperty",
    253     "domain" : [ "vf:Event", "vf:EventTemplate" ],
    254     "range" : [ "vf:Process", "vf:ProcessTemplate" ]
    255   }, {
    256     "@id" : "vf:outflow",
    257     "@type" : "owl:ObjectProperty",
    258     "domain" : "vf:Process",
    259     "label" : "outflow",
    260     "range" : "vf:Resource"
    261   }, {
    262     "@id" : "vf:parent",
    263     "@type" : "owl:ObjectProperty",
    264     "label" : "parent"
    265   }, {
    266     "@id" : "vf:provider",
    267     "@type" : "owl:ObjectProperty",
    268     "domain" : [ "vf:Commitment", "vf:Intent", "vf:Event", "vf:InputOrOutput" ],
    269     "label" : "provider",
    270     "range" : "vf:Agent"
    271   }, {
    272     "@id" : "vf:receiver",
    273     "@type" : "owl:ObjectProperty",
    274     "domain" : [ "vf:Commitment", "vf:Intent", "vf:Event", "vf:InputOrOutput" ],
    275     "label" : "receiver",
    276     "range" : "vf:Agent"
    277   }, {
    278     "@id" : "vf:relationship",
    279     "@type" : "owl:ObjectProperty",
    280     "domain" : "vf:Relationship",
    281     "label" : "vf:relationship",
    282     "range" : "vf:RelationshipTemplate"
    283   }, {
    284     "@id" : "vf:return",
    285     "@type" : "owl:ObjectProperty",
    286     "label" : "return",
    287     "subPropertyOf" : "vf:outflow"
    288   }, {
    289     "@id" : "vf:subject",
    290     "@type" : "owl:ObjectProperty",
    291     "domain" : "vf:Relationship",
    292     "label" : "vf:subject",
    293     "range" : "vf:Agent"
    294   }, {
    295     "@id" : "vf:template",
    296     "@type" : "owl:ObjectProperty",
    297     "domain" : [ "vf:ExchangeAgreement", "vf:Commitment", "vf:Intent", "vf:Process" ],
    298     "range" : [ "vf:ExchangeTemplate", "vf:EventTemplate", "vf:ProcessTemplate" ]
    299   }, {
    300     "@id" : "vf:transport",
    301     "@type" : "owl:ObjectProperty",
    302     "domain" : "vf:InputOrOutput",
    303     "label" : "transport",
    304     "range" : "vf:Resource"
    305   }, {
    306     "@id" : "vf:underAgreement",
    307     "@type" : "owl:ObjectProperty",
    308     "domain" : [ "vf:Commitment", "vf:Intent", "vf:Event" ],
    309     "label" : "underAgreement",
    310     "range" : "vf:Agreement"
    311   }, {
    312     "@id" : "vf:underlyingResource",
    313     "@type" : "owl:ObjectProperty",
    314     "domain" : "vf:Resource",
    315     "range" : "vf:Resource"
    316   }, {
    317     "@id" : "vf:unload",
    318     "@type" : "owl:ObjectProperty",
    319     "domain" : "vf:InputOrOutput",
    320     "label" : "unload",
    321     "range" : "vf:Resource",
    322     "subPropertyOf" : "vf:outflow"
    323   }, {
    324     "@id" : "vf:use",
    325     "@type" : "owl:ObjectProperty",
    326     "label" : "use",
    327     "subPropertyOf" : "vf:inflow"
    328   }, {
    329     "@id" : "vf:willOccurIn",
    330     "@type" : "owl:ObjectProperty",
    331     "domain" : [ "vf:Commitment", "vf:Intent" ],
    332     "range" : "vf:Process"
    333   } ],
    334   "@context" : {
    335     "equivalentClass" : {
    336       "@id" : "http://www.w3.org/2002/07/owl#equivalentClass",
    337       "@type" : "@id"
    338     },
    339     "subClassOf" : {
    340       "@id" : "http://www.w3.org/2000/01/rdf-schema#subClassOf",
    341       "@type" : "@id"
    342     },
    343     "label" : {
    344       "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    345     },
    346     "range" : {
    347       "@id" : "http://www.w3.org/2000/01/rdf-schema#range",
    348       "@type" : "@id"
    349     },
    350     "domain" : {
    351       "@id" : "http://www.w3.org/2000/01/rdf-schema#domain",
    352       "@type" : "@id"
    353     },
    354     "subPropertyOf" : {
    355       "@id" : "http://www.w3.org/2000/01/rdf-schema#subPropertyOf",
    356       "@type" : "@id"
    357     },
    358     "status" : {
    359       "@id" : "http://purl.org/dc/terms/status",
    360       "@type" : "@id"
    361     },
    362     "type" : {
    363       "@id" : "http://purl.org/dc/terms/type",
    364       "@type" : "@id"
    365     },
    366     "title" : {
    367       "@id" : "http://purl.org/dc/terms/title"
    368     },
    369     "vf" : "https://w3id.org/valueflows/",
    370     "schema" : "http://schema.org/",
    371     "owl" : "http://www.w3.org/2002/07/owl#",
    372     "rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    373     "xsd" : "http://www.w3.org/2001/XMLSchema#",
    374     "skos" : "http://www.w3.org/2004/02/skos/core#",
    375     "dcterms" : "http://purl.org/dc/terms/",
    376     "rdfs" : "http://www.w3.org/2000/01/rdf-schema#",
    377     "foaf" : "http://xmlns.com/foaf/0.1/#"
    378   }
    379 }