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

@ -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))
}