PREFIX vivo: PREFIX owl: PREFIX skos: CONSTRUCT { ?concept a skos:Concept . } WHERE { { ?s vivo:hasResearchArea ?concept } UNION { ?s vivo:hasSubjectArea ?concept } FILTER NOT EXISTS { ?concept a skos:Concept } }