-
Notifications
You must be signed in to change notification settings - Fork 2
/
interface.ttl
24 lines (21 loc) · 872 Bytes
/
interface.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
@base <https://raw.githubusercontent.com/sroertgen/oer-metadata-hub-vocab/master/interface/#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<> a skos:ConceptScheme ;
dct:title "Interfaces of a tool"@en ;
dct:description "Describes interfaces of tool."@en ;
dct:creator "<https://wirlernenonline.de>" ;
dct:created "2020-04-14"^^xsd:date ;
dct:modified "2020-04-14"^^xsd:date ;
dct:issued "2020-04-14"^^xsd:date ;
dct:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
skos:hasTopConcept <api>, <lti> .
<api> a skos:Concept ;
skos:prefLabel "API"@en ;
skos:prefLabel "API"@de ;
skos:topConceptOf <> .
<lti> a skos:Concept ;
skos:prefLabel "LTI"@en ;
skos:prefLabel "LTI"@de ;
skos:topConceptOf <> .