Skip to content

Instantly share code, notes, and snippets.

@bobvanluijt
Last active June 14, 2021 14:34
Show Gist options
  • Save bobvanluijt/b39715409dd6e442ec6bf29f40f4d865 to your computer and use it in GitHub Desktop.
Save bobvanluijt/b39715409dd6e442ec6bf29f40f4d865 to your computer and use it in GitHub Desktop.
NEN – example data
[
{
"class": "Document",
"properties": [
{
"name": "title",
"dataType": [
"string"
]
},
{
"name": "hasParagraph",
"dataType": [
"Paragraph"
]
}
]
},
{
"class": "Section",
"properties": [
{
"name": "title",
"dataType": [
"string"
]
},
{
"name": "hasParagraphs",
"dataType": [
"Paragraph"
]
}
]
},
{
"class": "Paragraph",
"properties": [
{
"name": "text",
"dataType": [
"text"
]
},
{
"name": "hasSection",
"dataType": [
"Section"
]
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment