latest ontology and migration code

This commit is contained in:
stellamit 2011-10-31 17:30:46 +00:00
parent 4484f6ff40
commit 89b65a6c0e
10 changed files with 2652 additions and 2549 deletions

View file

@ -17,10 +17,7 @@ Construct {
?something vivo:hasAssociatedConcept ?uri .
?uri vivo:conceptAssociatedWith ?something
} where {
{?something vivo:hasSubjectArea ?concept}
union
{?something vivo:hasResearchArea ?concept}
?something vivo:hasSubjectArea ?concept .
?concept rdf:type vivo:SubjectArea .
?concept vivo:sourceVocabularyReference ?urllink .
?urllink vivo:linkURI ?uri