Chris,
Well, you can include multiple variables in your search expression:
select * WHERE {(The semicolon separates your second 'predicate object' pair from your first one.)
aat:300212636 rdfs:label ?label; skos:scopeNote [dct:language gvp_lang:nl; rdf:value ?scope_note]
}
However, as you'll see the result isn't particularly helpful,
since you get the same scope note listed for each term.
Personally, I never found much use for the SELECT result format (HTML), and preferred to use CONSTRUCT, with which you can build up a machine-processible chunk of RDF. (Note the past tense. It's been some years since I have had cause to use SPARQL in anger.)
Best wishes,
Richard
--
You received this message because you are subscribed to the Google Groups "Getty Vocabularies as Linked Open Data" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gettyvocablo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gettyvocablod/9af086a8-5983-4aa9-b1eb-3b6fdab4cc99n%40googlegroups.com.