updates for NIHVIVO-3271 and NIHVIVO-3207

This commit is contained in:
stellamit 2011-11-02 21:22:15 +00:00
parent 1e9e1b493a
commit 6d78bcce7d
13 changed files with 2631 additions and 2567 deletions

View file

@ -14,10 +14,10 @@ PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX vivo: <http://vivoweb.org/ontology/core#>
Construct {
?something vivo:hasAssociatedConcept _:concept .
_:concept vivo:conceptAssociatedWith ?something .
_:concept rdf:type skos:Concept .
_:concept rdfs:label ?label
?something vivo:hasAssociatedConcept ?concept .
?concept vivo:conceptAssociatedWith ?something .
?concept rdf:type skos:Concept .
?concept rdfs:label ?label
} where {
?something vivo:hasSubjectArea ?concept .
?concept rdf:type vivo:SubjectArea .