Skip to content

Instantly share code, notes, and snippets.

@drjwbaker
Created November 23, 2014 10:21
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
BMSat
PREFIX crm: <http://erlangen-crm.org/current/>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX thes: <http://collection.britishmuseum.org/id/thesauri/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bmo: <http://collection.britishmuseum.org/id/ontology/>
SELECT DISTINCT ?object ?desc
{?object crm:P70i_is_documented_in <http://collection.britishmuseum.org/id/bibliography/294> ;
crm:P48_has_preferred_identifier ?id ;
bmo:PX_physical_description ?desc ;
crm:P48_has_preferred_identifier ?pid.}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment