Skip to content

Instantly share code, notes, and snippets.

@ewg118
Created January 8, 2020 21:35
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 ewg118/8b5e9c01eacf6920af631bdaf49c8edf to your computer and use it in GitHub Desktop.
Save ewg118/8b5e9c01eacf6920af631bdaf49c8edf to your computer and use it in GitHub Desktop.
Example monogram query for letters
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX dcmitype: <http://purl.org/dc/dcmitype/>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX geo: <http://www.w3.org/2003/01/geo/wgs84_pos#>
PREFIX nm: <http://nomisma.org/id/>
PREFIX nmo: <http://nomisma.org/ontology#>
PREFIX org: <http://www.w3.org/ns/org#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
SELECT * WHERE {
?monogram crm:P106_is_composed_of "Κ";
crm:P106_is_composed_of "Υ" ;
crm:P165i_is_incorporated_in ?image .
?image dcterms:license ?license
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment