Mirror of the Rel4tion website/wiki source, view at <http://rel4tion.org>

[[ 🗃 ^yEzqv rel4tion-wiki ]] :: [📥 Inbox] [📤 Outbox] [🐤 Followers] [🤝 Collaborators] [🛠 Commits]

Clone

HTTPS: git clone https://vervis.peers.community/repos/yEzqv

SSH: git clone USERNAME@vervis.peers.community:yEzqv

Branches

Tags

master :: projects / kiwi / data / idan-files /

hlic.ttl

# TODO add license and copyright notice

# This file defines the HLIC ontology, which describes courses given in high
# learning institutions, such as universities and colleges.

# TODO think about specifying ontology version: Have an Ontology class and a
# version property, and specify a three-component version so databases can tell
# how up-to-date their information is
# current version of this file is 0.0.0
# (first numner for incompatible change, second for backward-compatible,
#  third for trivial changes like changing a string value or adding comments)
# See if RDF/OWL has an ontology class

@namespace smaoin <>
@namespace ns <>
#@namespace ont <>
@namespace hlic <>
@default hlic

# ----TODO insert the right number of -s ------ namespace/ontology -----

$hlic
	smaoin:has_label "hlic" ;
	smaoin:belongs_to_namespace $ns ;
	smaoin:is_a smaoin:Namespace ;
	smaoin:has_prefix "hlic" ;
	smaoin:has_major_version 0 ;
	smaoin:has_minor_version 0 ;
	smaoin:has_micro_version 0 .

# ----- classes ----

<>
	smaoin:has_label "Course" ;
	smaoin:belongs_to_namespace $hlic ;
	smaoin:is_a smaoin:Class ;

<>
	smaoin:has_label "Institute" ;
	smaoin:belongs_to_namespace $hlic ;
	smaoin:is_a smaoin:Class ;

<>
	smaoin:has_label "Country" ;
	smaoin:belongs_to_namespace $hlic ;
	smaoin:is_a smaoin:Class ;

<>
	smaoin:has_label "Faculty" ;
	smaoin:belongs_to_namespace $hlic ;
	smaoin:is_a smaoin:Class ;

<>
	smaoin:has_label "Department" ;
	smaoin:belongs_to_namespace $hlic ;
	smaoin:is_a smaoin:Class ;

<>
	smaoin:has_label "License" ;
	smaoin:belongs_to_namespace $hlic ;
	smaoin:is_a smaoin:Class ;

<>
	smaoin:has_label "Snapshot" ;
	smaoin:belongs_to_namespace $hlic ;
	smaoin:is_a smaoin:Class ;

# ----- properties -----

[See repo JSON]