From e67e6999d102827dceec6aeab30247c70b4e3977 Mon Sep 17 00:00:00 2001 From: Eric Mertens Date: Tue, 30 Nov 2021 12:08:18 -0800 Subject: [PATCH] Use string type for entityURL --- RACK-Ontology/ontology/PROV-S.sadl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RACK-Ontology/ontology/PROV-S.sadl b/RACK-Ontology/ontology/PROV-S.sadl index 2e8ce4b8..394d7ed2 100644 --- a/RACK-Ontology/ontology/PROV-S.sadl +++ b/RACK-Ontology/ontology/PROV-S.sadl @@ -45,7 +45,7 @@ ENTITY (note "An entity is a physical, digital, conceptual, or other kind of thi generatedAtTime describes ENTITY with at most 1 value. invalidatedAtTime (note "The time at which this entity was no longer usable") describes ENTITY with values of type dateTime. invalidatedAtTime describes ENTITY with at most 1 value. - entityURL (note "Location where entity can be found outside of RACK") describes ENTITY with values of type anyURI. + entityURL (note "Location where entity can be found outside of RACK") describes ENTITY with values of type string. COLLECTION (note "A collection is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the collections.") is a type of ENTITY.