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.
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.
The vocabulary is published using GitHub Pages and can be accessed via the link below:
👉 https://anyplin.github.io/Knowledge-Graphs/vocab.ttl
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.
The published RDF data is hosted on GitHub Pages and can be accessed via:
👉 https://anyplin.github.io/Knowledge-Graphs/data.ttl