valueflows

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

commit 488ccca331e49e14e08c402fd48da866854bda55
parent 2d09408c484d62457efcf85d2497ae347652429c
Author: elf Pavlik <elf-pavlik@hackers4peace.net>
Date:   Sun, 27 Jan 2019 13:03:31 -0600

external terms (#415)

* ditch vf:note

* removed all external terms from turtle and documented in markdown

Diffstat:
Adocs/specification/external-terms.md | 22++++++++++++++++++++++
Mrelease-doc-in-process/all_vf.TTL | 26--------------------------
2 files changed, 22 insertions(+), 26 deletions(-)

diff --git a/docs/specification/external-terms.md b/docs/specification/external-terms.md @@ -0,0 +1,22 @@ +# External terms + +Most applications using VF will need terms defined in various other vocabularies. Below we recommend reusing some from well established vocabularies (web ontologies). + +## SKOS + +https://www.w3.org/TR/skos-reference/ + +* [`skos:note`](https://www.w3.org/TR/skos-reference/#note) + +## FOAF + +http://xmlns.com/foaf/spec/ + +* [`foaf:Agent`](http://xmlns.com/foaf/spec/#term_Agent) +* [`foaf:Person`](http://xmlns.com/foaf/spec/#term_Person) + +## ORG + +https://www.w3.org/TR/vocab-org/ + +* [`org:Organization`](https://www.w3.org/TR/vocab-org/#org:Organization) diff --git a/release-doc-in-process/all_vf.TTL b/release-doc-in-process/all_vf.TTL @@ -1,11 +1,8 @@ @prefix vf: <https://w3id.org/valueflows#> . -@prefix schema: <http://schema.org/> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . -@prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix foaf: <http://xmlns.com/foaf/0.1/#> . -@prefix org: <http://www.w3.org/ns/org#> . @prefix dcterms: <http://purl.org/dc/terms/> . @prefix qudt: <http://qudt.org/schema/qudt/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @@ -110,23 +107,6 @@ vf:EconomicEvent a owl:Class ; vs:term_status "unstable" ; rdfs:comment "An observed economic flow, as opposed to a flow planned to happen in the future. This could reflect a change in the quantity of an economic resource. It is also defined by its behavior in relation to the economic resource (see vf:action)" . -foaf:Agent a owl:Class ; - rdfs:label "foaf:Agent" ; - vs:term_status "unstable" ; - rdfs:comment "A person or group or organization with economic agency." . - -foaf:Person a owl:Class ; - rdfs:label "foaf:Person" ; - rdfs:subClassOf foaf:Agent ; - vs:term_status "unstable" ; - rdfs:comment "A natural person." . - -org:Organization a owl:Class ; - rdfs:label "org:Organization" ; - rdfs:subClassOf foaf:Agent ; - vs:term_status "unstable" ; - rdfs:comment "A formal or informal group, or legal organization." . - vf:AgentRelationship a owl:Class ; rdfs:label "vf:AgentRelationship" ; vs:term_status "unstable" ; @@ -402,12 +382,6 @@ vf:name a owl:DatatypeProperty ; vs:term_status "unstable" ; rdfs:comment "An informal or formal textual identifier for an object. Does not imply uniqueness." . -vf:note a owl:ObjectProperty ; - rdfs:label "note" ; - rdfs:range skos:note ; - vs:term_status "unstable" ; - rdfs:comment "A textual comment or description." . - vf:trackingIdentifier a owl:AnnotationProperty ; rdfs:label "tracking identifier" ; rdfs:domain vf:EconomicResource ;