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-10-05 00:38:50 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c0d017c078a648107d38192337f6feba096a0f1d
c0d017c0
1 parent
27aaa44a
Cleanup making self-contained, added external/schema and updated NPD fact ttl
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
128 additions
and
45 deletions
www.reportinghub.no/examples/npdi.ttl
www.reportinghub.no/external/schema/SCHEMA_ORDERED-(v1.0).ttl
www.reportinghub.no/zzz/SCHEMA_EP-ABSTRACT-v1.0.ttl
www.reportinghub.no/examples/npdi.ttl
View file @
c0d017c
This diff could not be displayed because it is too large.
www.reportinghub.no/external/schema/SCHEMA_ORDERED-(v1.0).ttl
0 → 100755
View file @
c0d017c
# Saved by TopBraid on Wed Jul 27 19:35:27 PDT 2011
# baseURI: http://www.linkedmodel.org/1.1/schema/ordered
@prefix
dc:
<http://purl.org/dc/elements/1.1/>
.
@prefix
orderd-1
.0
:
<http://www.linkedmodel.org/1.1/schema/ordered#>
.
@prefix
ordered:
<http://www.linkedmodel.org/schema/ordered#>
.
@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
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
dc:
author
rdf:
type
owl:
AnnotationProperty
;
rdfs:
label
"author"
^^
xsd:
string
;
rdfs:
range
xsd:
string
.
dc:
contributor
rdf:
type
owl:
AnnotationProperty
;
rdfs:
label
"contributor"
^^
xsd:
string
;
rdfs:
range
xsd:
string
.
dc:
description
rdf:
type
owl:
AnnotationProperty
;
rdfs:
label
"description"
^^
xsd:
string
;
rdfs:
range
xsd:
string
.
dc:
rights
rdf:
type
owl:
AnnotationProperty
;
rdfs:
label
"rights"
^^
xsd:
string
;
rdfs:
range
xsd:
string
.
dc:
subject
rdf:
type
owl:
AnnotationProperty
;
rdfs:
label
"subject"
^^
xsd:
string
;
rdfs:
range
xsd:
string
.
dc:
title
rdf:
type
owl:
AnnotationProperty
;
rdfs:
label
"title"
^^
xsd:
string
;
rdfs:
range
xsd:
string
.
<http://www.linkedmodel.org/1.1/schema/ordered>
rdf:
type
owl:
Ontology
;
rdfs:
label
"Ordering"
^^
xsd:
string
;
dc:
author
"Ralph Hodgson"
^^
xsd:
string
;
dc:
description
"The 'ordering' ontology is used to express core properties about spatial and temporal ordering."
^^
xsd:
string
;
dc:
subject
"Ordering"
^^
xsd:
string
;
dc:
title
"The LinkedModel Ordering Ontology"
^^
xsd:
string
.
ordered:
after
rdf:
type
owl:
TransitiveProperty
,
owl:
ObjectProperty
;
rdfs:
label
"after"
^^
xsd:
string
;
rdfs:
subPropertyOf
ordered:
temporalRelation
;
owl:
inverseOf
ordered:
before
.
ordered:
before
rdf:
type
owl:
TransitiveProperty
,
owl:
ObjectProperty
;
rdfs:
label
"before"
^^
xsd:
string
;
rdfs:
subPropertyOf
ordered:
temporalRelation
;
owl:
inverseOf
ordered:
after
.
ordered:
contains
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"contains"
^^
xsd:
string
;
rdfs:
subPropertyOf
ordered:
temporalRelation
;
owl:
inverseOf
ordered:
during
.
ordered:
during
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"during"
^^
xsd:
string
;
rdfs:
subPropertyOf
ordered:
temporalRelation
;
owl:
inverseOf
ordered:
contains
.
ordered:
finishedBy
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"finished by"
^^
xsd:
string
;
rdfs:
subPropertyOf
ordered:
temporalRelation
;
owl:
inverseOf
ordered:
finishs
.
ordered:
finishs
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"finishs"
^^
xsd:
string
;
rdfs:
subPropertyOf
ordered:
temporalRelation
;
owl:
inverseOf
ordered:
finishedBy
.
ordered:
first
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"first"
^^
xsd:
string
.
ordered:
immediatelyAfter
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"immediately after"
^^
xsd:
string
;
rdfs:
subPropertyOf
ordered:
after
;
owl:
inverseOf
ordered:
immediatelyBefore
.
ordered:
immediatelyBefore
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"immediately before"
^^
xsd:
string
;
rdfs:
subPropertyOf
ordered:
before
;
owl:
inverseOf
ordered:
immediatelyAfter
.
ordered:
last
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"last"
^^
xsd:
string
.
ordered:
next
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"next"
^^
xsd:
string
;
owl:
inverseOf
ordered:
previous
.
ordered:
overlaps
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"overlaps"
^^
xsd:
string
;
rdfs:
subPropertyOf
ordered:
temporalRelation
.
ordered:
previous
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"previous"
^^
xsd:
string
;
owl:
inverseOf
ordered:
next
.
ordered:
starts
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"starts"
^^
xsd:
string
;
rdfs:
subPropertyOf
ordered:
temporalRelation
.
ordered:
temporalRelation
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"temporal relation"
^^
xsd:
string
.
www.reportinghub.no/zzz/SCHEMA_EP-ABSTRACT-v1.0.ttl
deleted
100644 → 0
View file @
27aaa44
# baseURI: http://www.energistics.org/schemas/abstract
# imports: http://www.linkedmodel.org/schema/dtype
# imports: http://www.linkedmodel.org/schema/vaem
@prefix
abstract:
<http://www.energistics.org/schemas/abstract#>
.
@prefix
dc:
<http://purl.org/dc/elements/1.1/>
.
@prefix
dtype:
<http://www.linkedmodel.org/schema/dtype#>
.
@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
skos:
<http://www.w3.org/2004/02/skos/core#>
.
@prefix
vaem:
<http://www.linkedmodel.org/schema/vaem#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
dc:
description
rdfs:
label
"description"
^^
xsd:
string
.
<http://www.energistics.org/schemas/abstract>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.linkedmodel.org/schema/vaem>
,
<http://www.linkedmodel.org/schema/dtype>
;
owl:
versionInfo
"Created with TopBraid Composer from the XML Schema http://www.energistics.org/schemas/abstract"
^^
xsd:
string
.
abstract:
AbstractContextualObject
rdf:
type
owl:
Class
;
rdfs:
label
"Abstract contextual object"
^^
xsd:
string
;
rdfs:
subClassOf
abstract:
AbstractObject
;
dc:
description
"Substitution group for contextual objects."
^^
xsd:
string
.
abstract:
AbstractDataObject
rdf:
type
owl:
Class
;
rdfs:
label
"Abstract data object"
^^
xsd:
string
;
rdfs:
subClassOf
abstract:
AbstractObject
;
dc:
description
"Substitution group for normative data objects."
^^
xsd:
string
.
abstract:
AbstractObject
rdf:
type
owl:
Class
;
rdfs:
label
"Abstract object"
^^
xsd:
string
;
dc:
description
"""The intended abstract supertype of all schema roots
that may be a member of a substitution group (whether contextual or data).
The type of root global elements should be extended from this type and the
root global element should be declared to be a member of one of the above substitution groups."""
^^
xsd:
string
.
skos:
prefLabel
rdf:
type
owl:
AnnotationProperty
;
rdfs:
label
"pref label"
^^
xsd:
string
.
Please
register
or
login
to post a comment