-
Notifications
You must be signed in to change notification settings - Fork 0
/
ontology_template.ttl
17 lines (14 loc) · 1.01 KB
/
ontology_template.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@prefix : <https://www.semanticweb.org/ontologies/PROJECT-NAME#> .
@prefix PROJECT-NAME: <https://www.semanticweb.org/ontologies/PROJECT-NAME#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@base <https://www.semanticweb.org/ontologies/PROJECT-NAME> .
<https://www.semanticweb.org/ontologies/PROJECT-NAME> rdf:type owl:Ontology ;
owl:versionIRI <https://www.semanticweb.org/ontologies/PROJECT-NAME/YEAR/VERSION> ;
dc:description "The RDF schema describing concepts defined in the <PROJECT-NAME> dataset" ;
dc:title "The <PROJECT-NAME> ontology" .