ULAN filtered by record_type

12 views
Skip to first unread message

Hungry Shark

unread,
Aug 8, 2018, 12:36:54 PM8/8/18
to Getty Vocabularies as Linked Open Data

I would like to get all records filtered by record_type (e.g Corporate Body) from ULAN
I'm thinking something like

select * where record_type:'Corporate Body' ulan:;

Can someone tell me the correct query?

Thanks!

Getty Vocabularies LOD

unread,
Aug 8, 2018, 1:34:45 PM8/8/18
to Getty Vocabularies as Linked Open Data
This basic query should work:

select * {
  ?c foaf:focus [a schema:Organization]}

Vladimir Alexiev

unread,
Aug 8, 2018, 1:49:49 PM8/8/18
to Hungry Shark, Getty Vocabularies as Linked Open Data
Select * {?x a gvp:GroupConcept}

That's the concept (gvp "subject"). To get to the agent, use foaf:focus.

See 
http://vocab.getty.edu/doc/#ULAN_Specifics. You really need to read a bit of the documentation. 


--
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 post to this group, send email to gettyv...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gettyvocablod/eb026d46-1b5d-4bb6-8a45-0b48a0bbc4a9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages