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 Leal
2012-08-30 11:11:22 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fffb7e006abec3ebdb55f5ddc0e9f1929b874076
fffb7e00
1 parent
f4c1e279
Ranges of existsWithin and existsThroughout removed. Also some minor changes to domains.
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-ACTIVITY-v1.0.ttl
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-REPORT-v1.0.ttl
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-ACTIVITY-v1.0.ttl
View file @
fffb7e0
This diff is collapsed. Click to expand it.
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-REPORT-v1.0.ttl
View file @
fffb7e0
...
...
@@ -16,18 +16,6 @@
owl:
imports
<http://www.reportinghub.no/ep/schema/1.0/activity>
,
<http://www.reportinghub.no/ep/schema/1.0/core>
,
<http://www.reportinghub.no/ep/schema/1.0/equipment>
,
<http://www.reportinghub.no/ep/schema/1.0/well>
,
<http://www.reportinghub.no/np/schema/1.0/npd>
;
owl:
versionInfo
"0.1.0"
^^
xsd:
string
.
<http://www.reportinghub.no/ep/schema/activity#existsThroughout>
rdf:
type
owl:
DatatypeProperty
,
owl:
FunctionalProperty
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/core#PhysicalObject>
;
rdfs:
label
"exists throughout"
^^
xsd:
string
;
rdfs:
range
xsd:
dateTime
.
<http://www.reportinghub.no/ep/schema/activity#existsWithin>
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/core#PhysicalObject>
;
rdfs:
label
"exists within"
^^
xsd:
string
;
rdfs:
range
xsd:
dateTime
.
ep-report:
DailyDrillingReport
rdf:
type
owl:
Class
;
rdfs:
label
"daily drilling report"
^^
xsd:
string
;
...
...
Please
register
or
login
to post a comment