-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSMAP-example2.ttl
44 lines (36 loc) · 2.41 KB
/
SMAP-example2.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ms: <http://data.multisensorproject.eu/ontology#>.
@prefix ms-soc: <http://data.multisensorproject.eu/social/>.
@prefix puml: <http://plantuml.com/ontology#>.
@prefix sioc: <http://rdfs.org/sioc/ns#>.
@prefix twitter: <http://twitter.com/>.
@prefix twitter_user: <http://twitter.com/intent/user?user_id=> .
@prefix twitter_tag: <http://twitter.com/hashtag/>.
# Make topic URL from sorted concatenated tags
ms-soc:civilengineering.dishwasher.energy_crisis.energy_policy.renewable.foodmanufacturing.homeappliances a sioc:Forum;
sioc:has_host twitter: ;
dct:subject twitter_tag:civilengineering, twitter_tag:dishwasher, twitter_tag:energy_crisis, twitter_tag:policy_energy, twitter_tag:renewable, twitter_tag:foodmanufacturing, twitter_tag:homeappliances.
# this user id corresponds to UNFCCC, but we don't bother to fetch that from https://twitter.com/intent/user?user_id=17463923
twitter_user:17463923 a sioc:UserAccount;
sioc:has_function ms-soc:civilengineering.dishwasher.energy_crisis.energy_policy.renewable.foodmanufacturing.homeappliances_17463923.
# Make URL from topic concatenated with user id
ms-soc:civilengineering.dishwasher.energy_crisis.energy_policy.renewable.foodmanufacturing.homeappliances_17463923 a sioc:Role;
sioc:has_scope ms-soc:civilengineering.dishwasher.energy_crisis.energy_policy.renewable.foodmanufacturing.homeappliances;
ms:has_pagerank 0.0206942;
ms:has_reachability 386.05;
ms:has_overall_influence 0.143948.
twitter_user:243236419 a sioc:UserAccount;
sioc:has_function ms-soc:civilengineering.dishwasher.energy_crisis.energy_policy.renewable.foodmanufacturing.homeappliances_243236419.
ms-soc:civilengineering.dishwasher.energy_crisis.energy_policy.renewable.foodmanufacturing.homeappliances_243236419 a sioc:Role;
sioc:has_scope ms-soc:civilengineering.dishwasher.energy_crisis.energy_policy.renewable.foodmanufacturing.homeappliances;
ms:has_pagerank 0.020222;
ms:has_reachability 434.15;
ms:has_overall_influence 0.143038.
#################### Ignore these, they're just used to prettify the diagram
twitter_tag:civilengineering a puml:Inline.
twitter_tag:dishwasher a puml:Inline.
twitter_tag:energy_crisis a puml:Inline.
twitter_tag:policy_energy a puml:Inline.
twitter_tag:renewable a puml:Inline.
twitter_tag:foodmanufacturing a puml:Inline.
twitter_tag:homeappliances a puml:Inline.