Skip to content

Commit

Permalink
Use string type for entityURL
Browse files Browse the repository at this point in the history
  • Loading branch information
glguy committed Nov 30, 2021
1 parent 4ee593f commit e67e699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RACK-Ontology/ontology/PROV-S.sadl
Expand Up @@ -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.
Expand Down

0 comments on commit e67e699

Please sign in to comment.