-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmappings.ttl
60 lines (51 loc) · 2.49 KB
/
mappings.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
56
57
58
59
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix dc: <http://purl.org/dc/elements/1.1/>.
@prefix dcterms: <http://purl.org/dc/terms/>.
@prefix dcat: <http://www.w3.org/ns/dcat#>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix qb: <http://purl.org/linked-data/cube#>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix disco: <http://rdf-vocabulary.ddialliance.org/discovery#>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix adms: <http://www.w3.org/ns/adms#>.
@prefix org: <http://www.w3.org/ns/org#>.
@prefix prov: <http://www.w3.org/ns/prov#>.
@prefix schema: <http://schema.org/>.
@prefix swrc: <http://swrc.ontoware.org/ontology#>.
@prefix xkos: <http://purl.org/linked-data/xkos#>.
#################################################################
# Classes ( disco )
#################################################################
#################################################################
# Classes ( external vocabularies )
#################################################################
#################################################################
# Datatype properties ( disco )
#################################################################
#################################################################
# Datatype properties ( external vocabularies )
#################################################################
skos:notation
a rdf:Property, owl:DatatypeProperty;
disco:mapping [
a disco:Mapping;
disco:mappingDDI-L "//l:Variable/l:VariableName";
disco:context "skos:notation represents variable label";
disco:context "SELECT ?notation WHERE { ?notation rdfs:domain ?variable. ?variable a disco:Variable. }"
].
skos:notation
a rdf:Property, owl:DatatypeProperty;
disco:mapping [
a disco:Mapping;
disco:mappingDDI-L "XXXXX";
disco:context "skos:notation represents code";
disco:context "SELECT ?notation WHERE { ?notation rdfs:domain ?concept. ?concept a skos:Concept. ?concept disco:isValid ?isValid. FILTER ( ?isValid != '' )"
].
#################################################################
# Object properties ( disco )
#################################################################
#################################################################
# Object properties ( external vocabularies )
#################################################################