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
2011-08-05 15:03:58 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fcc177a4e392f6237f0e3ef3d828d6936b48984f
fcc177a4
1 parent
2e2ed40c
Added rdfs:comment as test
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
www.reportinghub.no/iso15926/nativeOWL.ttl
www.reportinghub.no/iso15926/nativeOWL.ttl
View file @
fcc177a
# Saved by TopBraid on
Thu Aug 04 15:12:00
BST 2011
# Saved by TopBraid on
Fri Aug 05 15:03:26
BST 2011
# baseURI: http://www.reportinghub.no/iso15926/nativeOWL
# imports: http://purl.org/dc/elements/1.1/
# imports: http://www.w3.org/2004/02/skos/core
...
...
@@ -12,7 +12,7 @@
<http://www.reportinghub.no/iso15926/nativeOWL>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://
www.w3.org/2004/02/skos/core>
,
<http://purl.org/dc/terms/>
,
<http://purl.org/dc/elements/1.1/
>
;
owl:
imports
<http://
purl.org/dc/elements/1.1/>
,
<http://purl.org/dc/terms/>
,
<http://www.w3.org/2004/02/skos/core
>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
:
Activity
...
...
@@ -22,6 +22,7 @@
:
PossibleIndividual
rdf:
type
owl:
Class
;
rdfs:
comment
"something that exists or could exist in the universe"
^^
xsd:
string
;
rdfs:
label
"possible individual"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
.
...
...
@@ -41,14 +42,14 @@
owl:
inverseOf
:
temporalPartOf
.
:
partOf
rdf:
type
owl:
TransitiveProperty
,
owl:
Object
Property
;
rdf:
type
owl:
ObjectProperty
,
owl:
Transitive
Property
;
rdfs:
domain
:
PossibleIndividual
;
rdfs:
label
"part of"
^^
xsd:
string
;
rdfs:
range
:
PossibleIndividual
;
owl:
inverseOf
:
hasPart
.
:
temporalPartOf
rdf:
type
owl:
TransitiveProperty
,
owl:
Object
Property
;
rdf:
type
owl:
ObjectProperty
,
owl:
Transitive
Property
;
rdfs:
domain
:
PossibleIndividual
;
rdfs:
label
"temporal part of"
^^
xsd:
string
;
rdfs:
range
:
PossibleIndividual
;
...
...
Please
register
or
login
to post a comment