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
|
@ -16,7 +16,6 @@
|
|||
vitroDisplay:excludeClass core:Role ;
|
||||
vitroDisplay:excludeClass core:AdvisingRelationship ;
|
||||
vitroDisplay:excludeClass core:Authorship ;
|
||||
vitroDisplay:excludeClass core:SubjectArea ;
|
||||
vitroDisplay:excludeClass core:Position ;
|
||||
vitroDisplay:excludeClass core:ResearchActivity ;
|
||||
vitroDisplay:excludeClass core:EducationalTraining .
|
||||
|
|
|
@ -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
Reference in a new issue