updated data files for NIHVIVO-205 ontology upgrade
This commit is contained in:
parent
2b91f29c1d
commit
2f1126e2ac
7 changed files with 5800 additions and 1 deletions
|
@ -16,6 +16,12 @@ PREFIX core: <http://vivoweb.org/ontology/core#>
|
|||
CONSTRUCT {
|
||||
_:researchActivity rdf:type core:ResearchActivity .
|
||||
_:researchActivity rdfs:label ?researchFocus .
|
||||
_:researchActivity rdf:type ?flag .
|
||||
?s core:hasResearchActivity _:researchActivity .
|
||||
} WHERE {
|
||||
?s core:researchFocus ?researchFocus
|
||||
OPTIONAL {
|
||||
?s rdf:type ?flag
|
||||
FILTER (regex(str(?flag),"http://vitro.mannlib.cornell.edu/ns/vitro/0.7#Flag1"))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue