简介:RDF-RDFS-SPARQL体系结构是一种用于描述和查询语义网数据的标准模型,涵盖资源描述框架(RDF)、RDFSchema(RDFS)及SPARQL查询语言。
This is a Uni project concerning RDF/RDFS and SPARQL queries to gain an initial understanding of the subject. The small description in English states that for the first two queries, we must create RDF triples from given natural language statements. In the first query, this task needs to be performed both with and without blank nodes. For the second query, we are required to use materialization techniques. In the third query, some classes, subclasses, and properties need to be created along with instances for these classes. Finally, in the last query, SPARQL queries must be created to extract specific data from the RDF file generated in the previous step.