This repository has been archived by the owner on May 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtestfile.txt
78 lines (62 loc) · 3.2 KB
/
testfile.txt
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<?xml version="1.0" encoding="utf-8" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/terms/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<rdf:Property rdf:about="http://localhost/mapping/https://joinup.ec.europa.eu/asset/cpsv-ap/description/property/test">
<dc:isPartOf>
<rdfs:Class rdf:about="http://localhost/mapping/https://joinup.ec.europa.eu/asset/cpsv-ap/description/class/test">
<dc:isPartOf rdf:resource="https://joinup.ec.europa.eu/asset/cpsv-ap/description"/>
</rdfs:Class>
</dc:isPartOf>
<skos:closeMatch rdf:resource="http://localhost/mapping/to_edit_test/property/test"/>
<skos:exactMatch rdf:resource="http://localhost/mapping/to_edit_test/property/test"/>
</rdf:Property>
<rdf:Property rdf:about="http://localhost/mapping/to_edit_test/property/test">
<dc:isPartOf>
<rdfs:Class rdf:about="http://localhost/mapping/to_edit_test/class/test">
<dc:isPartOf rdf:resource="http://localhost:8890/to_edit_test"/>
</rdfs:Class>
</dc:isPartOf>
</rdf:Property>
<rdfs:Class rdf:about="http://mapping.semic.eu/def#DataModel">
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
</rdfs:Class>
<rdf:Description rdf:about="https://joinup.ec.europa.eu/asset/cpsv-ap/description">
<rdf:type rdf:resource="http://mapping.semic.eu/def#DataModel"/>
</rdf:Description>
<rdf:Description rdf:about="http://localhost:8890/to_edit_test">
<rdf:type rdf:resource="http://mapping.semic.eu/def#DataModel"/>
</rdf:Description>
<rdf:Property rdf:about="http://localhost/mapping/to_edit_test/property/t">
<dc:isPartOf>
<rdfs:Class rdf:about="http://localhost/mapping/to_edit_test/class/t">
<dc:isPartOf rdf:resource="http://localhost:8890/to_edit_test"/>
</rdfs:Class>
</dc:isPartOf>
</rdf:Property>
<rdf:Property rdf:about="http://localhost/mapping/https://joinup.ec.europa.eu/asset/cpsv-ap/description/property/t">
<dc:isPartOf>
<rdfs:Class rdf:about="http://localhost/mapping/https://joinup.ec.europa.eu/asset/cpsv-ap/description/class/t">
<dc:isPartOf rdf:resource="https://joinup.ec.europa.eu/asset/cpsv-ap/description"/>
</rdfs:Class>
</dc:isPartOf>
<skos:exactMatch rdf:resource="http://localhost/mapping/to_edit_test/property/t"/>
</rdf:Property>
<rdf:Property rdf:about="http://localhost/mapping/https://joinup.ec.europa.eu/asset/cpsv-ap/description/property/kazak">
<dc:isPartOf>
<rdfs:Class rdf:about="http://localhost/mapping/https://joinup.ec.europa.eu/asset/cpsv-ap/description/class/kazak">
<dc:isPartOf rdf:resource="https://joinup.ec.europa.eu/asset/cpsv-ap/description"/>
</rdfs:Class>
</dc:isPartOf>
<skos:narrowMatch>
<rdf:Property rdf:about="http://localhost/mapping/to_edit_test/property/kazak">
<dc:isPartOf>
<rdfs:Class rdf:about="http://localhost/mapping/to_edit_test/class/kazak">
<dc:isPartOf rdf:resource="http://localhost:8890/to_edit_test"/>
</rdfs:Class>
</dc:isPartOf>
</rdf:Property>
</skos:narrowMatch>
</rdf:Property>
</rdf:RDF>