latest ontology and migration code
This commit is contained in:
parent
4484f6ff40
commit
89b65a6c0e
10 changed files with 2652 additions and 2549 deletions
|
@ -19,15 +19,9 @@ Construct {
|
|||
_:concept rdf:type skos:Concept .
|
||||
_:concept rdfs:label ?label
|
||||
} where {
|
||||
{?something vivo:hasSubjectArea ?concept}
|
||||
union
|
||||
{?something vivo:hasResearchArea ?concept}
|
||||
|
||||
?something vivo:hasSubjectArea ?concept .
|
||||
?concept rdf:type vivo:SubjectArea .
|
||||
|
||||
optional {?concept rdfs:label ?label}
|
||||
|
||||
optional {?concept vivo:vocabularySourceReference ?urllink}
|
||||
|
||||
optional {?concept vivo:sourceVocabularyReference ?urllink}
|
||||
filter (!bound(?urllink))
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue