sapa / performing-arts-ch-templates

1 stars 3 forks source link

Form:Instantiation spao:hasArchivalStatus (mandatory) #243

Closed b2d3c closed 1 year ago

b2d3c commented 1 year ago

In Form:VirtualInstantiation and In Form:PhysicalInstantiation,

Field "Archival Status" (spao:hasArchivalStatus) must be mandatory otherwise they are not displayed in Template:Record.

image

image

fkraeutli commented 1 year ago

changed and deployed to dev @b2d3c

b2d3c commented 1 year ago

Perfekt! You can deploy in prod.

PREFIX rico: https://www.ica.org/standards/RiC/ontology# PREFIX frbroo: http://iflastandards.info/ns/fr/frbr/frbroo/ PREFIX rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# PREFIX rdfs: http://www.w3.org/2000/01/rdf-schema# SELECT * WHERE { ?inst a rico:Instantiation. MINUS {?inst spao:hasArchivalStatus []}. MINUS {?inst rico:hasCarrierType ?type. VALUES ?type { http://vocab.performing-arts.ch/fvtif http://vocab.performing-arts.ch/fvonl}}. } LIMIT 10