From eb2d0fcdbf8acb06b0fd10e78d42a08b389c5cc8 Mon Sep 17 00:00:00 2001 From: Eric Mertens Date: Tue, 13 Dec 2022 10:03:43 -0800 Subject: [PATCH] repair previous bad merge --- RACK-Ontology/ontology/PROV-S.sadl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RACK-Ontology/ontology/PROV-S.sadl b/RACK-Ontology/ontology/PROV-S.sadl index 5021bcd1..061e079f 100644 --- a/RACK-Ontology/ontology/PROV-S.sadl +++ b/RACK-Ontology/ontology/PROV-S.sadl @@ -22,9 +22,9 @@ uri "http://arcos.rack/PROV-S" alias provs NODE is a class. dataInsertedBy (note "The activity that caused this data to be added to RACK") describes NODE with values of type ACTIVITY. + THING (note "A piece of data stored in RACK") is a type of NODE. - identifier (note "identifier is any data item that is used to associate items on when loading into the data store.") describes THING with values of type string. - identifier describes THING with at most 1 value. + identifier (note "identifier is any data item that is used to associate items on when loading into the data store.") describes THING with a single value of type string. title (note "A short, human-readable identifying label.") describes THING with values of type string. title describes THING with at most 1 value. description (note "A free-form, multi-line, human-readable explanation of this data element.") describes THING with values of type string.