This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
We investigate the use of the scheme in: https://docs.google.com/document/d/1FIxNrrGrIZs0l4QJEdGfctXbYVL4cQhKspmMEHmKAGg/edit with a use case in the taxonomy of Diplazium tomentosum (https://docs.google.com/document/d/1vni44RBwGNZ7iRCFf243NtcD-7xwjHrDeAPehato7KY/edit?usp=sharing) | |
Our case starts with modelling the name D. tomentosum Blume. By definition, each name has a type collection. | |
Query 1: | |
[source,cypher] | |
---- | |
CREATE (n:Name | |
{name:"Diplazium tomentosum Blume" | |
,ipniid: "17089100-1" | |
,URL:"http://biodiversitylibrary.org/page/31163025"} |