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
David Price
2012-11-22 16:43:18 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
233bedc1d15d0ddd859db274567013db3e215312
233bedc1
1 parent
efde7c6e
First Upload of Drilling Classes RD Work
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
34 additions
and
0 deletions
www.reportinghub.no/refdata/RDL_DrillingClasses.ttl
www.reportinghub.no/refdata/sparql/SS_rd-class.sparql
www.reportinghub.no/refdata/transform/class2rd.ttl
www.reportinghub.no/refdata/transform/class2rd.ttl.tbc
www.reportinghub.no/refdata/RDL_DrillingClasses.ttl
0 → 100644
View file @
233bedc
This diff could not be displayed because it is too large.
www.reportinghub.no/refdata/sparql/SS_rd-class.sparql
0 → 100644
View file @
233bedc
SELECT DISTINCT ?RDLDesignation ?RDLDefinition ?EntityType ?RDLSuperclass ?ERHLocalname ?ERHOntology
WHERE {
?s pca-rdl:hasDesignation ?RDLDesignation .
?s pca-rdl:hasDefinition ?RDLDefinition .
?s rdf:type ?p2 .
BIND (afn:localname(?p2) AS ?EntityType )
OPTIONAL {
?spec ISO-15926-2_2003:hasSubclass ?s .
?spec ISO-15926-2_2003:hasSuperclass ?sup .
?sup pca-rdl:hasDesignation ?RDLSuperclass .
}
?erh owl:sameAs ?s .
BIND (afn:localname(?erh) AS ?ERHLocalname )
BIND (afn:namespace(?erh) AS ?ERHOntology )
}
\ No newline at end of file
www.reportinghub.no/refdata/transform/class2rd.ttl
0 → 100644
View file @
233bedc
This diff is collapsed. Click to expand it.
www.reportinghub.no/refdata/transform/class2rd.ttl.tbc
0 → 100644
View file @
233bedc
# baseURI: null
@prefix
composite:
<http://www.topbraid.org/2007/05/composite.owl#>
.
@prefix
forms:
<http://www.topbraid.org/2007/01/forms.owl#>
.
@prefix
inference:
<http://www.topbraid.org/2007/06/inference.owl#>
.
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
rdf:
<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
visual:
<http://topbraid.org/visual#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
[]
rdf:
type
inference:
Configuration
;
composite:
child
[
rdf:
type
<http://spinrdf.org/spin#TopSPIN>
;
<http://spinrdf.org/spin#topSPINOptions>
"singlePass"
;
composite:
index
"0"
^^
xsd:
int
]
.
Please
register
or
login
to post a comment