141 lines
2.7 KiB
JSON
141 lines
2.7 KiB
JSON
{
|
|
"entities": [
|
|
{
|
|
"name": "Informatics",
|
|
"type": "Subject"
|
|
},
|
|
{
|
|
"name": "Algorithmic Problem Solving",
|
|
"type": "Topic"
|
|
},
|
|
{
|
|
"name": "Loop",
|
|
"type": "Concept"
|
|
},
|
|
{
|
|
"name": "Branching",
|
|
"type": "Concept"
|
|
},
|
|
{
|
|
"name": "Condition",
|
|
"type": "Concept"
|
|
},
|
|
{
|
|
"name": "Variable",
|
|
"type": "Concept"
|
|
},
|
|
{
|
|
"name": "Debugging",
|
|
"type": "Process"
|
|
},
|
|
{
|
|
"name": "Software And Hardware",
|
|
"type": "Topic"
|
|
},
|
|
{
|
|
"name": "Operating System",
|
|
"type": "Software"
|
|
},
|
|
{
|
|
"name": "File System",
|
|
"type": "System"
|
|
},
|
|
{
|
|
"name": "Computer Network",
|
|
"type": "Concept"
|
|
},
|
|
{
|
|
"name": "Internet",
|
|
"type": "Network"
|
|
},
|
|
{
|
|
"name": "Antivirus",
|
|
"type": "Software"
|
|
},
|
|
{
|
|
"name": "Information Society",
|
|
"type": "Topic"
|
|
},
|
|
{
|
|
"name": "Cybersecurity",
|
|
"type": "Topic"
|
|
}
|
|
],
|
|
"relations": [
|
|
{
|
|
"source": "Informatics",
|
|
"target": "Algorithmic Problem Solving",
|
|
"relation": "contains"
|
|
},
|
|
{
|
|
"source": "Informatics",
|
|
"target": "Software And Hardware",
|
|
"relation": "contains"
|
|
},
|
|
{
|
|
"source": "Informatics",
|
|
"target": "Information Society",
|
|
"relation": "contains"
|
|
},
|
|
{
|
|
"source": "Algorithmic Problem Solving",
|
|
"target": "Loop",
|
|
"relation": "contains"
|
|
},
|
|
{
|
|
"source": "Algorithmic Problem Solving",
|
|
"target": "Branching",
|
|
"relation": "contains"
|
|
},
|
|
{
|
|
"source": "Algorithmic Problem Solving",
|
|
"target": "Variable",
|
|
"relation": "contains"
|
|
},
|
|
{
|
|
"source": "Algorithmic Problem Solving",
|
|
"target": "Debugging",
|
|
"relation": "contains"
|
|
},
|
|
{
|
|
"source": "Branching",
|
|
"target": "Condition",
|
|
"relation": "requires"
|
|
},
|
|
{
|
|
"source": "Software And Hardware",
|
|
"target": "Operating System",
|
|
"relation": "contains"
|
|
},
|
|
{
|
|
"source": "Operating System",
|
|
"target": "File System",
|
|
"relation": "uses"
|
|
},
|
|
{
|
|
"source": "Software And Hardware",
|
|
"target": "Computer Network",
|
|
"relation": "contains"
|
|
},
|
|
{
|
|
"source": "Internet",
|
|
"target": "Computer Network",
|
|
"relation": "is_a"
|
|
},
|
|
{
|
|
"source": "Software And Hardware",
|
|
"target": "Antivirus",
|
|
"relation": "contains"
|
|
},
|
|
{
|
|
"source": "Information Society",
|
|
"target": "Cybersecurity",
|
|
"relation": "contains"
|
|
},
|
|
{
|
|
"source": "Cybersecurity",
|
|
"target": "Antivirus",
|
|
"relation": "requires"
|
|
}
|
|
]
|
|
} |