-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathannot-image-fise.ttl
55 lines (48 loc) · 2.32 KB
/
annot-image-fise.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
45
46
47
48
49
50
51
52
53
54
55
<http://data.multisensorproject.eu/annot/1234153426>
a oa:Annotation;
oa:hasTarget <http://images.zeit.de/...-540x304.jpg>;
oa:hasBody
<http://data.multisensorproject.eu/annot/1234153426-Concepts3_Or_More_People>,
<http://data.multisensorproject.eu/annot/1234153426-Amateur_Video>,
<http://data.multisensorproject.eu/annot/1234153426-Armed_Person>;
oa:motivatedBy oa:tagging;
oa:annotatedBy <http://data.multisensorproject.eu/agent/imageAnnotator>;
oa:annotatedAt "2015-10-01T12:34:56"^^xsd:dateTime.
<http://data.multisensorproject.eu/annot/1234153426-Concepts3_Or_More_People>
a oa:SemanticTag, fise:TopicAnnotation;
skos:related ms-concept:Concepts3_Or_More_People; fise:entity-reference ms-concept:Concepts3_Or_More_People;
fise:extracted-from <http://images.zeit.de/...-540x304.jpg>;
fise:confidence 0.731893.
<http://data.multisensorproject.eu/annot/1234153426-Amateur_Video>
a oa:SemanticTag, fise:TopicAnnotation;
skos:related ms-concept:Amateur_Video; fise:entity-reference ms-concept:Amateur_Video;
fise:extracted-from <http://images.zeit.de/...-540x304.jpg>;
fise:confidence 0.884379.
<http://data.multisensorproject.eu/annot/1234153426-Armed_Person>
a oa:SemanticTag, fise:TopicAnnotation;
skos:related ms-concept:Armed_Person; fise:entity-reference ms-concept:Armed_Person;
fise:extracted-from <http://images.zeit.de/...-540x304.jpg>;
fise:confidence 0.35975.
<http://images.zeit.de/...-540x304.jpg>
a dctype:Image;
dc:format "image/jpeg".
<http://data.multisensorproject.eu/agent/imageAnnotator>
a prov:SoftwareAgent;
foaf:name "CERTH Image Annotator v1.0".
ms-concept:Concepts3_Or_More_People
a skos:Concept;
skos:inScheme ms-concept: ;
skos:prefLabel "Concepts: 3 or More People".
ms-concept:Amateur_Video
a skos:Concept, oa:SemanticTag;
skos:inScheme ms-concept: ;
skos:prefLabel "Amateur Video".
ms-concept:Armed_Person
a skos:Concept, oa:SemanticTag;
skos:inScheme ms-concept: ;
skos:prefLabel "Armed Person".
####################
## skip all puml: triples in actual generation. They are used only to make the PlantUML diagrams
oa:tagging a puml:Inline.
<http://data.multisensorproject.eu/annot/1234153426> puml:right <http://data.multisensorproject.eu/agent/imageAnnotator>.
<http://data.multisensorproject.eu/annot/1234153426> puml:left <http://images.zeit.de/...-540x304.jpg>.