Created
May 7, 2013 12:21
-
-
Save andrawaag/5532167 to your computer and use it in GitHub Desktop.
Korte beschrijving
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
# Create subject and identify them with family URI | |
adam = familyUri["adam"] | |
beth = familyUri["beth"] | |
chuck = familyUri["chuck"] | |
dotty = familyUri["dotty"] | |
edward = familyUri["edward"] | |
fran = familyUri["fran"] | |
greg = familyUri["greg"] | |
harriet = familyUri["harriet"] | |
# create a property for the different types of relationships (predicates) | |
childOf = relationshipUri["childOf"] | |
parentOf = relationshipUri["parentOf"] | |
siblingOf = relationshipUri["siblingOf"] | |
spouseOf = relationshipUri["spouseOf"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment