-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrole-function.ttl
More file actions
64 lines (55 loc) · 2.97 KB
/
role-function.ttl
File metadata and controls
64 lines (55 loc) · 2.97 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://postdata.linhd.uned.es/kos/role-function/creator> a skos:Concept ;
skos:inScheme <http://postdata.linhd.uned.es/kos/role-function> ;
skos:notation "creator" ;
skos:prefLabel "Creator"@en,
"Creador"@es .
<http://postdata.linhd.uned.es/kos/role-function/actor> a skos:Concept ;
skos:inScheme <http://postdata.linhd.uned.es/kos/role-function> ;
skos:notation "actor" ;
skos:prefLabel "Actor"@en,
"Agente"@es .
<http://postdata.linhd.uned.es/kos/role-function/arranger> a skos:Concept ;
skos:inScheme <http://postdata.linhd.uned.es/kos/role-function> ;
skos:notation "arranger" ;
skos:prefLabel "Arranger"@en,
"Organizador"@es .
<http://postdata.linhd.uned.es/kos/role-function/collector> a skos:Concept ;
skos:inScheme <http://postdata.linhd.uned.es/kos/role-function> ;
skos:notation "collector" ;
skos:prefLabel "Collector"@en,
"Coleccionista"@es .
<http://postdata.linhd.uned.es/kos/role-function/singer> a skos:Concept ;
skos:inScheme <http://postdata.linhd.uned.es/kos/role-function> ;
skos:notation "singer" ;
skos:prefLabel "Singer"@en,
"Cantante"@es .
<http://postdata.linhd.uned.es/kos/role-function/sponsor> a skos:Concept ;
skos:inScheme <http://postdata.linhd.uned.es/kos/role-function> ;
skos:notation "sponsor" ;
skos:prefLabel "Sponsor"@en,
"Patrocinador"@es .
<http://postdata.linhd.uned.es/kos/role-function/transcriptor> a skos:Concept ;
skos:inScheme <http://postdata.linhd.uned.es/kos/role-function> ;
skos:notation "Ttranscriptor" ;
skos:prefLabel "Transcriptor"@en,
"Transcriptor"@es .
<http://postdata.linhd.uned.es/kos/role-function> a skos:ConceptScheme,
prov:Entity ;
dc:creator "POSTDATA Project “This project has received funding from the European Research Council (ERC) under the European Union’s Horizon 2020 research and innovation programme (grant agreement Nº [679528])”"@en ;
dct:date "2019-10-27"^^xsd:date ;
dct:title "Thesaurus about specific function performed by some agent on a work"@en,
"Tesauro sobre el papel específico representado por un agente en una obra"@es ;
skos:hasTopConcept <http://postdata.linhd.uned.es/kos/role-function/creator>,
<http://postdata.linhd.uned.es/kos/role-function/actor>,
<http://postdata.linhd.uned.es/kos/role-function/arranger>,
<http://postdata.linhd.uned.es/kos/role-function/collector>,
<http://postdata.linhd.uned.es/kos/role-function/singer>,
<http://postdata.linhd.uned.es/kos/role-function/sponsor>,
<http://postdata.linhd.uned.es/kos/role-function/transcriptor> ;
skos:prefLabel "Role Function Scheme"@en ;
prov:wasAttributedTo <https://postdata.linhd.uned.es/> .