incremental devp for NIHVIVO-1275

This commit is contained in:
stellamit 2011-06-03 15:22:48 +00:00
parent 9565617623
commit 51417cacfc
3 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@ PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX bibo: <http://purl.org/ontology/bibo/>
CONSTRUCT {
?publication ?property ?object .
?patent ?property ?object .
} WHERE {
PERSON_URI core:authorInAuthorship ?authorship .
?authorship core:linkedInformationResource ?patent .

View file

@ -5,6 +5,6 @@ CONSTRUCT {
} WHERE {
PERSON_URI core:personInPosition ?position .
?position core:positionInOrganization ?organization .
?organization ?hasSubOrganization ?subOrganization .
?organization core:hasSubOrganization ?subOrganization .
?subOrganization ?property ?object .
}

View file

@ -5,6 +5,6 @@ CONSTRUCT {
} WHERE {
PERSON_URI core:personInPosition ?position .
?position core:positionInOrganization ?organization .
?organization ?subOrganizationWithin ?superOrganization .
?supuerOrganization ?property ?object .
?organization core:subOrganizationWithin ?superOrganization .
?superOrganization ?property ?object .
}