Skip to content

Commit 50c1127

Browse files
authored
Correct model
1 parent 645d99f commit 50c1127

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

J. Authors/authorsOfAPathway.rq

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ SELECT ?pathway ?version ?ordinal ?author_ ?name ?orcid ?page WHERE {
99
wp:hasAuthorship ?authorship .
1010
?authorship ^wp:hasAuthorship ?pathway ;
1111
wpq:series_ordinal ?ordinal .
12-
?pathway a wp:Pathway ; pav:hasVersion / wp:isAbout / gpml:version ?version .
12+
?pathway pav:hasVersion ?pathway_ .
13+
?pathway_ a wp:Pathway ; wp:isAbout / gpml:version ?version .
1314
OPTIONAL { ?author_ foaf:homepage ?page }
1415
OPTIONAL { ?author_ foaf:name ?name }
1516
OPTIONAL { ?author_ dc:identifier ?orcid }

0 commit comments

Comments
 (0)