Toggle navigation
Toggle navigation
This project
Loading...
Sign in
data.posccaesar.org
/
npd
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
1
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Authored by
Holger Knublauch
2011-08-22 15:59:06 +1000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
703f0f2050daca24fc1fa56d651a100e89ccaff4
703f0f20
1 parent
875d8ef8
Added rhspin:graphForDDR
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
154 additions
and
87 deletions
www.reportinghub.no/spin/SPIN-RH-v1.0.spin.ttl
www.reportinghub.no/spin/SPIN-RH-v1.0.spin.ttl
View file @
703f0f2
...
...
@@ -8,6 +8,7 @@
# imports: http://www.reportinghub.no/ep/schema/1.0/report
# imports: http://www.reportinghub.no/np/schema/1.0/npd
@prefix
arg:
<http://spinrdf.org/arg#>
.
@prefix
fn:
<http://www.w3.org/2005/xpath-functions#>
.
@prefix
npdata:
<http://www.reportinghub.no/np/data/>
.
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
...
...
@@ -20,57 +21,62 @@
@prefix
spl:
<http://spinrdf.org/spl#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
<http://spinrdf.org/arg#company>
arg:
company
rdf:
type
rdf:
Property
;
rdfs:
label
"company"
^^
xsd:
string
;
rdfs:
subPropertyOf
sp:
arg
.
<http://spinrdf.org/arg#companyName>
arg:
companyName
rdf:
type
rdf:
Property
;
rdfs:
label
"company name"
^^
xsd:
string
;
rdfs:
subPropertyOf
sp:
arg
.
<http://spinrdf.org/arg#ddr>
arg:
ddr
rdf:
type
rdf:
Property
;
rdfs:
label
"ddr"
^^
xsd:
string
;
rdfs:
subPropertyOf
sp:
arg
.
<http://spinrdf.org/arg#id>
arg:
id
rdf:
type
rdf:
Property
;
rdfs:
label
"id"
^^
xsd:
string
;
rdfs:
subPropertyOf
sp:
arg
.
<http://spinrdf.org/arg#name>
arg:
licence
rdf:
type
rdf:
Property
;
rdfs:
label
"licence"
^^
xsd:
string
;
rdfs:
subPropertyOf
sp:
arg
.
arg:
name
rdf:
type
rdf:
Property
;
rdfs:
label
"name"
^^
xsd:
string
;
rdfs:
subPropertyOf
sp:
arg
.
<http://spinrdf.org/arg#report>
arg:
report
rdf:
type
rdf:
Property
;
rdfs:
label
"report"
^^
xsd:
string
;
rdfs:
subPropertyOf
sp:
arg
.
<http://spinrdf.org/arg#resource>
arg:
resource
rdf:
type
rdf:
Property
;
rdfs:
label
"resource"
^^
xsd:
string
;
rdfs:
subPropertyOf
sp:
arg
.
<http://spinrdf.org/arg#well>
arg:
well
rdf:
type
rdf:
Property
;
rdfs:
label
"well"
^^
xsd:
string
;
rdfs:
subPropertyOf
sp:
arg
.
<http://spinrdf.org/arg#wellBore>
arg:
wellBore
rdf:
type
rdf:
Property
;
rdfs:
label
"well bore"
^^
xsd:
string
;
rdfs:
subPropertyOf
sp:
arg
.
<http://spinrdf.org/arg#wellBoreName>
arg:
wellBoreName
rdf:
type
rdf:
Property
;
rdfs:
label
"well bore name"
^^
xsd:
string
;
rdfs:
subPropertyOf
sp:
arg
.
<http://spinrdf.org/arg#wellName>
arg:
wellName
rdf:
type
rdf:
Property
;
rdfs:
label
"well name"
^^
xsd:
string
;
rdfs:
subPropertyOf
sp:
arg
.
...
...
@@ -92,15 +98,15 @@
]
;
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The value to match against."
^^
xsd:
string
;
spl:
predicate
sp:
arg1
]
;
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The property that must be used in the result resource."
^^
xsd:
string
;
spl:
predicate
<http://topbraid.org/spin/spinmapl#predicate>
;
spl:
valueType
rdf:
Property
]
;
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The value to match against."
^^
xsd:
string
;
spl:
predicate
sp:
arg1
]
;
spin:
returnType
rdfs:
Resource
.
npdata:
npd
...
...
@@ -121,7 +127,7 @@ rhspin:DDRTableTemplates
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The DDR that serves as root of the query."
^^
xsd:
string
;
spl:
predicate
<http://spinrdf.org/arg#report>
;
spl:
predicate
arg:
report
;
spl:
valueType
<http://www.reportinghub.no/ep/schema/report#DailyDrillingReport>
]
.
...
...
@@ -153,7 +159,7 @@ rhspin:GetWellBoresOfWell
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The Well to get the bores of."
^^
xsd:
string
;
spl:
predicate
<http://spinrdf.org/arg#well>
;
spl:
predicate
arg:
well
;
spl:
valueType
<http://www.reportinghub.no/ep/schema/well#Well>
]
.
...
...
@@ -195,7 +201,7 @@ rhspin:GetWellsOfCompanyName
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The name of a company."
^^
xsd:
string
;
spl:
predicate
<http://spinrdf.org/arg#companyName>
;
spl:
predicate
arg:
companyName
;
spl:
valueType
xsd:
string
]
.
...
...
@@ -229,7 +235,7 @@ rhspin:baaById
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The NPD id of the BAA."
^^
xsd:
string
;
spl:
predicate
<http://spinrdf.org/arg#id>
;
spl:
predicate
arg:
id
;
spl:
valueType
xsd:
string
]
.
...
...
@@ -251,7 +257,7 @@ rhspin:companyById
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The NPD id of the company."
^^
xsd:
string
;
spl:
predicate
<http://spinrdf.org/arg#id>
;
spl:
predicate
arg:
id
;
spl:
valueType
xsd:
string
]
.
...
...
@@ -349,7 +355,7 @@ rhspin:companyWithName
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The name of the Company to get."
^^
xsd:
string
;
spl:
predicate
<http://spinrdf.org/arg#name>
;
spl:
predicate
arg:
name
;
spl:
valueType
xsd:
string
]
;
spin:
returnType
<http://www.reportinghub.no/ep/schema/organization#Company>
.
...
...
@@ -378,7 +384,7 @@ rhspin:ddrActivityStartDate
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The DailyDrillingReport to get the start date of."
^^
xsd:
string
;
spl:
predicate
<http://spinrdf.org/arg#ddr>
;
spl:
predicate
arg:
ddr
;
spl:
valueType
<http://www.reportinghub.no/ep/schema/report#DailyDrillingReport>
]
;
spin:
returnType
xsd:
date
.
...
...
@@ -415,7 +421,7 @@ rhspin:ddrWellBoreId
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The DailyDrillingReport to get the start date of."
^^
xsd:
string
;
spl:
predicate
<http://spinrdf.org/arg#ddr>
;
spl:
predicate
arg:
ddr
;
spl:
valueType
<http://www.reportinghub.no/ep/schema/report#DailyDrillingReport>
]
;
spin:
returnType
xsd:
string
.
...
...
@@ -438,7 +444,7 @@ rhspin:discoveryById
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The NPD id of the Discovery."
^^
xsd:
string
;
spl:
predicate
<http://spinrdf.org/arg#id>
;
spl:
predicate
arg:
id
;
spl:
valueType
xsd:
string
]
.
...
...
@@ -460,15 +466,15 @@ rhspin:dtypeValue
]
;
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The predicate that points to the reified value."
^^
xsd:
string
;
spl:
predicate
sp:
arg2
;
spl:
valueType
rdf:
Property
]
;
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The subject of the value."
^^
xsd:
string
;
spl:
predicate
sp:
arg1
;
spl:
valueType
rdfs:
Resource
]
;
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The predicate that points to the reified value."
^^
xsd:
string
;
spl:
predicate
sp:
arg2
;
spl:
valueType
rdf:
Property
]
.
rhspin:
facilityById
...
...
@@ -489,7 +495,7 @@ rhspin:facilityById
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The NPD id of the facility."
^^
xsd:
string
;
spl:
predicate
<http://spinrdf.org/arg#id>
;
spl:
predicate
arg:
id
;
spl:
valueType
xsd:
string
]
.
...
...
@@ -511,10 +517,59 @@ rhspin:fieldById
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The NPD id of the field."
^^
xsd:
string
;
spl:
predicate
<http://spinrdf.org/arg#id>
;
spl:
predicate
arg:
id
;
spl:
valueType
xsd:
string
]
.
rhspin:
graphForDDR
rdf:
type
spin:
Function
;
rdfs:
comment
"Gets the URI resource of the named graph that holds the reports for a given DDR."
^^
xsd:
string
;
rdfs:
label
"graph for DDR"
^^
xsd:
string
;
rdfs:
subClassOf
spin:
Functions
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
([
rdf:
type
sp:
iri
;
sp:
arg1
_:
b20
])
;
sp:
where
([
rdf:
type
sp:
TriplePath
;
sp:
object
_:
b21
;
sp:
path
[
rdf:
type
sp:
SeqPath
;
sp:
path1
[
rdf:
type
sp:
SeqPath
;
sp:
path1
<http://www.reportinghub.no/ep/schema/activity#reportOn>
;
sp:
path2
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
]
;
sp:
path2
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
]
;
sp:
subject
[
sp:
varName
"ddr"
^^
xsd:
string
]
]
[
rdf:
type
sp:
NamedGraph
;
sp:
elements
([
sp:
object
_:
b22
;
sp:
predicate
<http://www.reportinghub.no/np/schema/npd#drilledInProductionLicence>
;
sp:
subject
_:
b21
]
[
sp:
object
_:
b23
;
sp:
predicate
<http://www.reportinghub.no/np/schema/npd#id>
;
sp:
subject
_:
b22
])
;
sp:
graphNameNode
npdata:
npd
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
fn:
concat
;
sp:
arg1
"https://www.reportinghub.no/ep/graph/licence-"
;
sp:
arg2
_:
b23
]
;
sp:
variable
_:
b20
])
]
;
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The DDR to get the graph for."
^^
xsd:
string
;
spl:
predicate
arg:
ddr
;
spl:
valueType
<http://www.reportinghub.no/ep/schema/report#DailyDrillingReport>
]
;
spin:
returnType
rdfs:
Resource
.
rhspin:
licenceById
rdf:
type
spin:
Function
;
rdfs:
label
"license by id"
^^
xsd:
string
;
...
...
@@ -533,7 +588,7 @@ rhspin:licenceById
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The id of the license."
^^
xsd:
string
;
spl:
predicate
<http://spinrdf.org/arg#id>
;
spl:
predicate
arg:
id
;
spl:
valueType
xsd:
string
]
;
spin:
returnType
<http://www.reportinghub.no/np/schema/npd#Licence>
.
...
...
@@ -545,9 +600,9 @@ rhspin:licenceForWellBore
rdfs:
subClassOf
spin:
Functions
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b2
0
)
;
sp:
resultVariables
(
_:
b2
4
)
;
sp:
where
([
rdf:
type
sp:
NamedGraph
;
sp:
elements
([
sp:
object
_:
b2
0
;
sp:
elements
([
sp:
object
_:
b2
4
;
sp:
predicate
<http://www.reportinghub.no/np/schema/npd#drilledInProductionLicence>
;
sp:
subject
[
sp:
varName
"wellBore"
^^
xsd:
string
...
...
@@ -559,7 +614,7 @@ rhspin:licenceForWellBore
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The WellBore to get the licence of."
^^
xsd:
string
;
spl:
predicate
<http://spinrdf.org/arg#wellBore>
;
spl:
predicate
arg:
wellBore
;
spl:
valueType
<http://www.reportinghub.no/ep/schema/well#WellBore>
]
;
spin:
returnType
<http://www.reportinghub.no/np/schema/npd#Licence>
.
...
...
@@ -571,7 +626,7 @@ rhspin:normalizeString
rdfs:
subClassOf
spl:
StringFunctions
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b2
1
)
;
sp:
resultVariables
(
_:
b2
5
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
spif:
regex
;
...
...
@@ -579,67 +634,67 @@ rhspin:normalizeString
sp:
arg2
"\\((.*)\\)"
;
sp:
arg3
""
]
;
sp:
variable
_:
b2
2
sp:
variable
_:
b2
6
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
spif:
trim
;
sp:
arg1
_:
b2
2
sp:
arg1
_:
b2
6
]
;
sp:
variable
_:
b2
3
sp:
variable
_:
b2
7
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
spif:
encodeURL
;
sp:
arg1
_:
b2
3
sp:
arg1
_:
b2
7
]
;
sp:
variable
_:
b2
4
sp:
variable
_:
b2
8
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
spif:
regex
;
sp:
arg1
_:
b2
4
;
sp:
arg1
_:
b2
8
;
sp:
arg2
"%2F"
;
sp:
arg3
"_"
]
;
sp:
variable
_:
b2
5
sp:
variable
_:
b2
9
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
spif:
regex
;
sp:
arg1
_:
b2
5
;
sp:
arg1
_:
b2
9
;
sp:
arg2
"%[0-9A-F][0-9A-F]"
;
sp:
arg3
""
]
;
sp:
variable
_:
b
26
sp:
variable
_:
b
30
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
spif:
regex
;
sp:
arg1
_:
b
26
;
sp:
arg1
_:
b
30
;
sp:
arg2
"\\+"
;
sp:
arg3
"_"
]
;
sp:
variable
_:
b
27
sp:
variable
_:
b
31
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
spif:
regex
;
sp:
arg1
_:
b
27
;
sp:
arg1
_:
b
31
;
sp:
arg2
"_+"
;
sp:
arg3
"_"
]
;
sp:
variable
_:
b
28
sp:
variable
_:
b
32
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
spif:
regex
;
sp:
arg1
_:
b
28
;
sp:
arg1
_:
b
32
;
sp:
arg2
"\\*"
;
sp:
arg3
""
]
;
sp:
variable
_:
b
29
sp:
variable
_:
b
33
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
xsd:
string
;
sp:
arg1
[
rdf:
type
spif:
upperCase
;
sp:
arg1
_:
b
29
sp:
arg1
_:
b
33
]
]
;
sp:
variable
_:
b2
1
sp:
variable
_:
b2
5
])
]
;
spin:
constraint
...
...
@@ -656,9 +711,9 @@ rhspin:npdId
rdfs:
subClassOf
spl:
StringFunctions
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b3
0
)
;
sp:
resultVariables
(
_:
b3
4
)
;
sp:
where
([
rdf:
type
sp:
NamedGraph
;
sp:
elements
([
sp:
object
_:
b3
0
;
sp:
elements
([
sp:
object
_:
b3
4
;
sp:
predicate
<http://www.reportinghub.no/np/schema/npd#id>
;
sp:
subject
[
sp:
varName
"resource"
^^
xsd:
string
...
...
@@ -670,7 +725,7 @@ rhspin:npdId
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The resource to get the npd:id of."
^^
xsd:
string
;
spl:
predicate
<http://spinrdf.org/arg#resource>
;
spl:
predicate
arg:
resource
;
spl:
valueType
<http://www.reportinghub.no/np/schema/npd#NPDIndividual>
]
.
...
...
@@ -681,9 +736,9 @@ rhspin:npdName
rdfs:
subClassOf
spl:
StringFunctions
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b3
1
)
;
sp:
resultVariables
(
_:
b3
5
)
;
sp:
where
([
rdf:
type
sp:
NamedGraph
;
sp:
elements
([
sp:
object
_:
b3
1
;
sp:
elements
([
sp:
object
_:
b3
5
;
sp:
predicate
<http://www.reportinghub.no/np/schema/npd#name>
;
sp:
subject
[
sp:
varName
"resource"
^^
xsd:
string
...
...
@@ -695,7 +750,7 @@ rhspin:npdName
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The NPD resource to get the name of."
^^
xsd:
string
;
spl:
predicate
<http://spinrdf.org/arg#resource>
;
spl:
predicate
arg:
resource
;
spl:
valueType
<http://www.reportinghub.no/np/schema/npd#NPDIndividual>
]
;
spin:
returnType
xsd:
string
.
...
...
@@ -717,8 +772,9 @@ rhspin:npdTripleExists
]
;
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The object to match."
^^
xsd:
string
;
spl:
predicate
sp:
arg3
rdfs:
comment
"The subject to find"
^^
xsd:
string
;
spl:
predicate
sp:
arg1
;
spl:
valueType
rdfs:
Resource
]
;
spin:
constraint
[
rdf:
type
spl:
Argument
;
...
...
@@ -728,9 +784,8 @@ rhspin:npdTripleExists
]
;
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The subject to find"
^^
xsd:
string
;
spl:
predicate
sp:
arg1
;
spl:
valueType
rdfs:
Resource
rdfs:
comment
"The object to match."
^^
xsd:
string
;
spl:
predicate
sp:
arg3
]
;
spin:
returnType
xsd:
boolean
.
...
...
@@ -755,7 +810,7 @@ rhspin:parentCompanyByName
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The NPD name of the parent company to get the URI of."
^^
xsd:
string
;
spl:
predicate
<http://spinrdf.org/arg#name>
;
spl:
predicate
arg:
name
;
spl:
valueType
xsd:
string
]
;
spin:
returnType
<http://www.reportinghub.no/ep/schema/well#WellBore>
.
...
...
@@ -785,7 +840,7 @@ rhspin:tufById
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The NPD id of the TUF."
^^
xsd:
string
;
spl:
predicate
<http://spinrdf.org/arg#id>
;
spl:
predicate
arg:
id
;
spl:
valueType
xsd:
string
]
.
...
...
@@ -817,7 +872,7 @@ rhspin:wellBoreById
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The id of the well bore."
^^
xsd:
string
;
spl:
predicate
<http://spinrdf.org/arg#id>
;
spl:
predicate
arg:
id
;
spl:
valueType
xsd:
string
]
;
spin:
returnType
<http://www.reportinghub.no/ep/schema/well#WellBore>
.
...
...
@@ -829,16 +884,16 @@ rhspin:wellBoreByName
rdfs:
subClassOf
spl:
URIFunctions
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b3
2
)
;
sp:
resultVariables
(
_:
b3
6
)
;
sp:
where
([
rdf:
type
sp:
NamedGraph
;
sp:
elements
([
sp:
object
[
sp:
varName
"wellBoreName"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/np/schema/npd#name>
;
sp:
subject
_:
b3
2
sp:
subject
_:
b3
6
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#WellBore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b3
2
sp:
subject
_:
b3
6
])
;
sp:
graphNameNode
npdata:
npd
])
...
...
@@ -846,7 +901,7 @@ rhspin:wellBoreByName
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The name of the well bore."
^^
xsd:
string
;
spl:
predicate
<http://spinrdf.org/arg#wellBoreName>
;
spl:
predicate
arg:
wellBoreName
;
spl:
valueType
xsd:
string
]
;
spin:
returnType
<http://www.reportinghub.no/ep/schema/well#WellBore>
.
...
...
@@ -872,48 +927,60 @@ rhspin:wellByName
spin:
constraint
[
rdf:
type
spl:
Argument
;
rdfs:
comment
"The NPD name of the well to get the URI of."
^^
xsd:
string
;
spl:
predicate
<http://spinrdf.org/arg#wellName>
;
spl:
predicate
arg:
wellName
;
spl:
valueType
xsd:
string
]
;
spin:
returnType
<http://www.reportinghub.no/ep/schema/well#Well>
.
_:
b32
_:
b20
sp:
varName
"uri"
^^
xsd:
string
.
_:
b23
sp:
varName
"id"
^^
xsd:
string
.
_:
b22
sp:
varName
"licence"
^^
xsd:
string
.
_:
b21
sp:
varName
"wellBore"
^^
xsd:
string
.
_:
b31
_:
b36
sp:
varName
"wellBore"
^^
xsd:
string
.
_:
b35
sp:
varName
"name"
^^
xsd:
string
.
_:
b3
0
_:
b3
4
sp:
varName
"id"
^^
xsd:
string
.
_:
b
29
_:
b
33
sp:
varName
"t4"
^^
xsd:
string
.
_:
b
28
_:
b
32
sp:
varName
"t3"
^^
xsd:
string
.
_:
b
27
_:
b
31
sp:
varName
"t2"
^^
xsd:
string
.
_:
b
26
_:
b
30
sp:
varName
"t1"
^^
xsd:
string
.
_:
b2
5
_:
b2
9
sp:
varName
"t0b"
^^
xsd:
string
.
_:
b2
4
_:
b2
8
sp:
varName
"t0a"
^^
xsd:
string
.
_:
b2
3
_:
b2
7
sp:
varName
"s2"
^^
xsd:
string
.
_:
b2
2
_:
b2
6
sp:
varName
"s1"
^^
xsd:
string
.
_:
b2
1
_:
b2
5
sp:
varName
"normalizedStr"
^^
xsd:
string
.
_:
b2
0
_:
b2
4
sp:
varName
"licence"
^^
xsd:
string
.
_:
b19
...
...
Please
register
or
login
to post a comment