To use this ontology, follow these steps:
- Download or clone this repository.
- Import
ontology.owlorontology.rdfinto your ontology editor or application. - Start using the defined classes and properties in your ontology modeling or data.
The main directory contains a sample data file (example.ttl) that demonstrates how to represent a person with a name.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ex: <http://example.org/ontology#> .
ex:JohnDoe a ex:Person ;
ex:hasName "John Doe" .