updates for NIHVIVO-3271 and NIHVIVO-3207
This commit is contained in:
parent
1e9e1b493a
commit
6d78bcce7d
13 changed files with 2631 additions and 2567 deletions
|
@ -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 .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue