Skip to content

Instantly share code, notes, and snippets.

@drjwbaker
Created November 23, 2014 10:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drjwbaker/49da74c2b1a1fe75d3a9 to your computer and use it in GitHub Desktop.
Save drjwbaker/49da74c2b1a1fe75d3a9 to your computer and use it in GitHub Desktop.
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