merging some rdf and sparql changes back to the trunk
This commit is contained in:
parent
25137bab55
commit
fbd35a3073
2 changed files with 13 additions and 1 deletions
|
@ -0,0 +1,13 @@
|
|||
CONSTRUCT {
|
||||
?pg ?p ?o
|
||||
} WHERE {
|
||||
?pg a <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#PropertyGroup> .
|
||||
?pg ?p ?o
|
||||
FILTER ( ?pg = <http://vivoweb.org/ontology#vitroPropertyGroupadministration>
|
||||
|| ?pg = <http://vivoweb.org/ontology#vitroPropertyGroupbibliographiclocator>
|
||||
|| ?pg = <http://vivoweb.org/ontology#vitroPropertyGroupsupplemental>
|
||||
|| ?pg = <http://vivoweb.org/ontology#vitroPropertyGroupSWRL>
|
||||
|| ?pg = <http://vivoweb.org/ontology#vitroPropertyGroupother>
|
||||
|| ?pg = <http://vivoweb.org/ontology#vitroPropertyGroupemployment>
|
||||
)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue