valueflows

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

external-terms.md (3053B)


      1 # External namespaces and terms
      2 
      3 Most applications using VF will need terms defined in various other vocabularies.  In fact, some of these are essential to the complete ValueFlows model. Below are the essential elements we are reusing from well established vocabularies (web ontologies).
      4 
      5 ## SKOS
      6 
      7 https://www.w3.org/TR/skos-reference/
      8 
      9 * [`skos:note`](https://www.w3.org/TR/skos-reference/#note)
     10 
     11 ## FOAF
     12 
     13 http://xmlns.com/foaf/spec/
     14 
     15 * [`foaf:Agent`](http://xmlns.com/foaf/spec/#term_Agent)
     16 * [`foaf:Person`](http://xmlns.com/foaf/spec/#term_Person)
     17 
     18 ## ORG
     19 
     20 https://www.w3.org/TR/vocab-org/
     21 
     22 * [`org:Organization`](https://www.w3.org/TR/vocab-org/#org:Organization)
     23 
     24 ## OM2
     25 
     26 http://www.ontology-of-units-of-measure.org/resource/om-2/
     27 
     28 * [`om2:Measure`](http://www.ontology-of-units-of-measure.org/resource/om-2/Measure)
     29 * [`om2:hasUnit`](http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit)
     30 * [`om2:hasNumericalValue`](http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue)
     31 
     32 
     33 * [`om2:Unit`](http://www.ontology-of-units-of-measure.org/resource/om-2/Unit)
     34     * A list of units can also be found here.  Each subclass on this page has an additional list of units.
     35     * VF will use (at least) `rdfs:label` and `om2:symbol` as properties of Units.
     36     * See note at the end of [Flows](/introduction/flows.md) regarding display of unit `om2:one`.
     37 
     38 ### DTYPE
     39 
     40 http://www.linkedmodel.org/schema/dtype#
     41 
     42 * [`dtype:numericUnion`](http://www.linkedmodel.org/schema/dtype#numericUnion)
     43 
     44 ## TIME
     45 
     46 https://www.w3.org/TR/owl-time
     47 
     48 Some useful constructs, others here: https://www.w3.org/TR/owl-time/#topology, see the Interval Relations.
     49 
     50 * [`time:inXSDDateTimeStamp`](https://www.w3.org/TR/owl-time/#time:inXSDDateTimeStamp)
     51 * [`time:hasDuration`](https://www.w3.org/TR/owl-time/#time:hasDuration)
     52 * [`time:before`](https://www.w3.org/TR/owl-time/#time:before)
     53 * [`time:after`](https://www.w3.org/TR/owl-time/#time:after)
     54 * [`time:intervalDuring`](https://www.w3.org/TR/owl-time/#time:intervalDuring)
     55 
     56 `vf` defines property chain axioms for `vf:hasBeginning` , `vf:hasEnd`, and `vf:hasPointInTime` as slight variant
     57 of [Alignment of PROV-O with OWL-Time](https://www.w3.org/TR/owl-time/#time-prov).
     58 
     59 ## GEO
     60 
     61 https://www.w3.org/2003/01/geo/wgs84_pos#
     62 
     63 * [`geo:lat`](https://www.w3.org/2003/01/geo/wgs84_pos#lat)
     64 * [`geo:long`](https://www.w3.org/2003/01/geo/wgs84_pos#long)
     65 * [`geo:alt`](https://www.w3.org/2003/01/geo/wgs84_pos#alt)
     66 
     67 ## DFC
     68 
     69 http://www.virtual-assembly.org/DataFoodConsortium/BusinessOntology#
     70 
     71 * [`dfc:ProductBatch`](http://www.virtual-assembly.org/DataFoodConsortium/BusinessOntology#ProductBatch)
     72 * [`dfc:batchNumber`](http://www.virtual-assembly.org/DataFoodConsortium/BusinessOntology#batchNumber)
     73 * [`dfc:expiryDate`](http://www.virtual-assembly.org/DataFoodConsortium/BusinessOntology#expiryDate)
     74 * [`dfc:productionDate`](http://www.virtual-assembly.org/DataFoodConsortium/BusinessOntology#productionDate)
     75 
     76 ## DCTERMS
     77 
     78 http://purl.org/dc/terms/
     79 
     80 * [`dcterms:created`](http://purl.org/dc/terms/created)