Toggle navigation
Toggle navigation
This project
Loading...
Sign in
data.posccaesar.org
/
ptrn
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Authored by
Tore Christiansen
2014-06-02 11:17:05 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
58f7092b2fda0a0998f181b4ede74db1089a7f39
58f7092b
1 parent
ff9fa8ff
Correct error in update
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
TSP.ttl
TSP.ttl
View file @
58f7092
...
...
@@ -11,10 +11,6 @@ ptrn:
rdf:
type
owl:
Ontology
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
<http://data.posccaesar.org/ptrn/2Days>
rdf:
type
ptrn:
ISO15926-4PeriodInTime
;
rdfs:
label
"Days"
^^
xsd:
string
.
ptrn:
Acceleration
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#SinglePropertyDimension>
,
owl:
Class
;
rdfs:
label
"Acceleration"
^^
xsd:
string
;
...
...
@@ -1264,6 +1260,10 @@ ptrn:InletFluidStreamClass
rdfs:
label
"Inlet fluid stream class"
^^
xsd:
string
;
rdfs:
subClassOf
ptrn:
ISO15926-4ClassOfClassOfIndividual
.
ptrn:
Lag2Days
rdf:
type
ptrn:
ISO15926-4PeriodInTime
;
rdfs:
label
"Lag 2 Days"
^^
xsd:
string
.
ptrn:
LifecycleWholePart
rdf:
type
owl:
Class
,
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual>
;
rdfs:
label
"Lifecycle whole part"
^^
xsd:
string
;
...
...
Please
register
or
login
to post a comment