Skip to content

Instantly share code, notes, and snippets.

@andrawaag
Created May 7, 2013 12:21
Show Gist options
  • Save andrawaag/5532167 to your computer and use it in GitHub Desktop.
Save andrawaag/5532167 to your computer and use it in GitHub Desktop.
Korte beschrijving
# 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