latest ontology and upgrade code
This commit is contained in:
parent
a9c778db99
commit
116f73a615
11 changed files with 2568 additions and 2526 deletions
|
@ -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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue