-
Notifications
You must be signed in to change notification settings - Fork 0
/
ekgf-api.ttl
25 lines (20 loc) · 1.03 KB
/
ekgf-api.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@prefix : <https://ekgf.org/ontology/api#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix api: <https://ekgf.org/ontology/api#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <https://ekgf.org/ontology/api#> .
api: rdf:type owl:Ontology ;
rdfs:comment "The EKG Platform API Ontology."@en ;
rdfs:label "EKG Platform API Ontology."@en .
#################################################################
# Data properties
#################################################################
### https://ekgf.org/ontology/api#key
api:key rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:range xsd:string .
### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi