Skip to content

anyplin/Knowledge-Graphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 

Repository files navigation

Lab 2: Publishing RDF Data

This project provides a structured representation of personal identity and attributes using the Resource Description Framework (RDF). It utilizes a custom schema to define personal properties and a separate dataset for the actual instances.


Part 1: Create Your Vocabulary

  • vocab.ttl (Vocabulary): Defined in Turtle format, this file contains the RDF Schema (RDFS). It establishes the classes and properties - the "blueprints" - necessary to describe a person, their relationships, and their characteristics.

Part 2: Publish Your Vocabulary

The vocabulary is published using GitHub Pages and can be accessed via the link below:
👉 https://anyplin.github.io/Knowledge-Graphs/vocab.ttl

Part 3: Adjust Your RDF Data

  • data.ttl (Instances): This file contains the actual Linked Data. It populates the classes defined in the vocabulary with real-world instances and specific values, ensuring all data points align with the published schema.

Part 4: Publish Your RDF Data

The published RDF data is hosted on GitHub Pages and can be accessed via:
👉 https://anyplin.github.io/Knowledge-Graphs/data.ttl

About

Exercise results for Knowledge Graphs course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors