latest ontology and upgrade code

This commit is contained in:
stellamit 2011-11-03 20:42:54 +00:00
parent a9c778db99
commit 116f73a615
11 changed files with 2568 additions and 2526 deletions

View file

@ -14,11 +14,10 @@ PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX vivo: <http://vivoweb.org/ontology/core#>
Construct {
?something vivo:hasAssociatedConcept ?uri .
?uri vivo:conceptAssociatedWith ?something
?something vivo:hasSubjectArea ?uri .
?uri vivo:subjectAreaFor ?something
} where {
?something vivo:hasSubjectArea ?concept .
?concept rdf:type vivo:SubjectArea .
?concept vivo:sourceVocabularyReference ?urllink .
?urllink vivo:linkURI ?uri
}