valueflows

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

commit 8e961cdc0bd0897bee841fc0d66402c20f25867d
parent 3c76ae87660877050db262f07d495a5cdb8454d7
Author: Bob Haugen <bob.haugen@gmail.com>
Date:   Thu,  1 Aug 2019 13:32:17 -0500

Merge pull request #523 from valueflows/uri

Uri
Diffstat:
Mexamples/resource.yaml | 4++--
Mrelease-doc-in-process/all_vf.TTL | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/examples/resource.yaml b/examples/resource.yaml @@ -11,7 +11,7 @@ - '@id': ose:822b6baf-d66f-45a0-98f2-57450e2aec23 '@type': ResourceSpecification name: Tractor - LifeTrac 6 - url: https://www.opensourceecology.org/portfolio/tractor/ + uri: https://www.opensourceecology.org/portfolio/tractor/ image: https://www.opensourceecology.org/wp-content/uploads/2014/02/Tractor_gray.png resourceClassifiedAs: https://www.wikidata.org/wiki/Q39495 skos:note: A versatile, 4-wheel drive, hydraulically-driven tractor with 18 to 200 horsepower capacity for agriculture, construction and other utility duties. @@ -39,4 +39,4 @@ '@type': EconomicResource name: Intern orientation instructions classifiedAs: https://www.wikidata.org/wiki/Q49848 # document - url: https://farm.example/docs/intern-orientation.odt + uri: https://farm.example/docs/intern-orientation.odt diff --git a/release-doc-in-process/all_vf.TTL b/release-doc-in-process/all_vf.TTL @@ -375,9 +375,9 @@ vf:image a owl:DatatypeProperty ; vs:term_status "unstable" ; rdfs:label "image" . -vf:url a owl:DatatypeProperty ; +vf:uri a owl:DatatypeProperty ; vs:term_status "unstable" ; - rdfs:label "url" . + rdfs:label "uri" . vf:name a owl:DatatypeProperty ; rdfs:label "name" ;