-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathConferenceSeries.ttl
More file actions
60 lines (50 loc) · 2.63 KB
/
ConferenceSeries.ttl
File metadata and controls
60 lines (50 loc) · 2.63 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
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix od: <http://opendiscovery.org/rdf/Model#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://opendiscovery.org/rdf/ConferenceSeries/> a owl:Ontology ;
rdfs:label "TSN: Conference Series" ;
cc:attributionName "The Open Discovery Project" ;
cc:attributionURL <http://opendiscovery.org> ;
cc:license <http://www.apache.org/licenses/LICENSE-2.0> .
<http://opendiscovery.org/rdf/ConferenceSeries/ITC>
a od:ConferenceSeries ;
rdfs:label "International TRIZ Conference" ;
rdfs:seeAlso <https://www.matriz-official.net> ;
od:description "This series of conferences is organized by MATRIZ-Official." .
<http://opendiscovery.org/rdf/ConferenceSeries/BTO>
a od:ConferenceSeries ;
rdfs:label "Business TRIZ Online" ;
rdfs:seeAlso <http://www.biztriz.net> ;
od:description "This series of conferences is organized by IBTA - the International Business TRIZ Association." .
<http://opendiscovery.org/rdf/ConferenceSeries/MTC>
a od:ConferenceSeries ;
rdfs:label "Moscow TRIZ Conferences" ;
rdfs:seeAlso <https://metodolog.ru/> ;
od:description "This series of conferences is organized by the Moscow TRIZ Club." .
<http://opendiscovery.org/rdf/ConferenceSeries/GTC>
a od:ConferenceSeries ;
rdfs:label "German TRIZ Conferences" ;
od:description "This series of German TRIZ conferences is organized mainly by Bayern innovativ." .
<http://opendiscovery.org/rdf/ConferenceSeries/TRIZ-Summit>
a od:ConferenceSeries ;
rdfs:label "TRIZ Developers Summit" ;
rdfs:seeAlso <https://triz-summit.ru/en/conference/> ;
od:description "This series of conferences is organized by the TRIZ Developers Summit Council." .
<http://opendiscovery.org/rdf/ConferenceSeries/TRIZ-Future>
a od:ConferenceSeries ;
rdfs:label "TRIZ Future Conferences" ;
rdfs:seeAlso <http://etria.eu/portal/index.php/past-etria-conferences-mainmenu-67> ;
od:description "This series of conferences is organized by ETRIA." .
<http://opendiscovery.org/rdf/ConferenceSeries/TRIZ-Fest>
a od:ConferenceSeries ;
rdfs:label "TRIZ-Fest" ;
rdfs:seeAlso <https://matriz.org> ;
od:description "This series of meetings is organized by MATRIZ." .
<http://opendiscovery.org/rdf/ConferenceSeries/TRIZCon>
a od:ConferenceSeries ;
rdfs:label "TRIZCon" ;
rdfs:seeAlso <https://www.aitriz.org/> ;
od:description "This series of meetings is organized by the Isak Bukhman's Altshuller Institute." .