forked from openeduhub/oeh-metadata-vocabs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinterface.ttl
25 lines (22 loc) · 880 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
25
@base <http://w3id.org/openeduhub/vocabs/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 "Schnittstellen eines Tools"@de ;
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 <> .