Skip to content

Instantly share code, notes, and snippets.

@ajstanley
ajstanley / Simplified clone
Last active August 2, 2021 14:55
EMiC-327
<?php
/**
* @file
*/
function get_all_the_pids() {
$query = <<<EOT
SELECT DISTINCT ?pid FROM <#ri>
WHERE {
?pid <info:fedora/fedora-system:def/model#hasModel> ?cmodel ;