PREFIX schema: <https://schema.org/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX leptum: <https://mpeters.dev/ns/leptum#>

# Mirrors GoalType (lib/remoteStorage.ts) as written by goalTypeToRdf and
# read by extractGoalType (lib/solidRdf/transform.ts / fromRdf.ts).
leptum:GoalTypeShape EXTRA a {
  a [ leptum:GoalType ] ;
  schema:name xsd:string ? ;
  schema:description xsd:string ?
}
