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-30 12:13:27 +0000
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
f4083d3452c1df6f29ea4e1cb3b057761db3ef26
f4083d34
2 parents
e58783b5
e3da6224
Merge branch 'drilling-rdwed'
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
1 deletions
www.reportinghub.no/refdata/RDL_Drilling-Classes-ObjProp.ttl
www.reportinghub.no/refdata/sparql/SS_rd-class.sparql
www.reportinghub.no/refdata/sparql/SS_rd-relation.sparql
www.reportinghub.no/refdata/transform/class2rd.ttl
www.reportinghub.no/refdata/RDL_Drilling-Classes-ObjProp.ttl
deleted
100644 → 0
View file @
e58783b
This diff could not be displayed because it is too large.
www.reportinghub.no/refdata/sparql/SS_rd-class.sparql
View file @
f4083d3
SELECT DISTINCT ?RDLDesignation ?RDLDefinition ?EntityType ?RDLSuperclass ?ERHLocalname ?ERHOntology
SELECT DISTINCT ?RDLDesignation ?RDLDefinition ?EntityType ?RDLSuperclass ?
RDLSuperclassId ?
ERHLocalname ?ERHOntology
WHERE {
?s pca-rdl:hasDesignation ?RDLDesignation .
?s pca-rdl:hasDefinition ?RDLDefinition .
...
...
@@ -8,6 +8,7 @@ WHERE {
?spec ISO-15926-2_2003:hasSubclass ?s .
?spec ISO-15926-2_2003:hasSuperclass ?sup .
?sup pca-rdl:hasDesignation ?RDLSuperclass .
?sup pca-rdl:hasIdPCA ?RDLSuperclassId .
}
?erh owl:sameAs ?s .
...
...
www.reportinghub.no/refdata/sparql/SS_rd-relation.sparql
0 → 100644
View file @
f4083d3
SELECT DISTINCT ?RDLDesignation ?RDLDefinition ?EntityType ?CoPossessor ?ERHLocalname ?ERHOntology
WHERE {
?s pca-rdl:hasDesignation ?RDLDesignation .
?s ISO-15926-2_2003:hasClassOfPossessor ?CoPossessor .
?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 .
?sup pca-rdl:hasIdPCA ?RDLSuperclassId .
}
?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
View file @
f4083d3
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment