Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
acdc
repository-extension-services
Commits
aaf45870
Commit
aaf45870
authored
Mar 07, 2017
by
acoburn
Browse files
update namespace
parent
832a143c
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
acrepo-exts-fits/src/main/resources/options.ttl
acrepo-exts-fits/src/main/resources/options.ttl
+2
-2
acrepo-exts-image/src/main/resources/options.ttl
acrepo-exts-image/src/main/resources/options.ttl
+1
-1
acrepo-exts-pcdm/src/main/resources/options.ttl
acrepo-exts-pcdm/src/main/resources/options.ttl
+1
-1
acrepo-exts-serialize-xml/src/main/resources/options.ttl
acrepo-exts-serialize-xml/src/main/resources/options.ttl
+1
-1
acrepo-exts-template/src/main/resources/options.ttl
acrepo-exts-template/src/main/resources/options.ttl
+1
-1
gradle.properties
gradle.properties
+1
-1
No files found.
acrepo-exts-fits/src/main/resources/options.ttl
View file @
aaf45870
@prefix
apix:
<http://fedora.info/definitions/v4/api-extension#>
.
@prefix
ldp:
<http://www.w3.org/ns/ldp#>
.
@prefix
registry:
<http://acdc.amherst.edu/ns/
extensions
#>
.
@prefix
registry:
<http://acdc.amherst.edu/ns/
registry
#>
.
<>
a
apix:
Extension
;
apix:
exposesService
registry:
f
its
;
apix:
exposesService
registry:
F
its
Service
;
apix:
exposesServiceAt
"svc:fits"
;
apix:
bindsTo
ldp:
NonRDFSource
.
acrepo-exts-image/src/main/resources/options.ttl
View file @
aaf45870
...
...
@@ -2,7 +2,7 @@
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
ebucore:
<http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#>
.
@prefix
ldp:
<http://www.w3.org/ns/ldp#>
.
@prefix
registry:
<http://acdc.amherst.edu/ns/
extensions
#>
.
@prefix
registry:
<http://acdc.amherst.edu/ns/
registry
#>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
<>
a
apix:
Extension
;
...
...
acrepo-exts-pcdm/src/main/resources/options.ttl
View file @
aaf45870
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
registry:
<http://acdc.amherst.edu/ns/
extensions
#>
.
@prefix
registry:
<http://acdc.amherst.edu/ns/
registry
#>
.
@prefix
pcdm:
<http://pcdm.org/models#>
.
@prefix
apix:
<http://fedora.info/definitions/v4/api-extension#>
.
...
...
acrepo-exts-serialize-xml/src/main/resources/options.ttl
View file @
aaf45870
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
ldp:
<http://www.w3.org/ns/ldp#>
.
@prefix
registry:
<http://acdc.amherst.edu/ns/
extensions
#>
.
@prefix
registry:
<http://acdc.amherst.edu/ns/
registry
#>
.
@prefix
apix:
<http://fedora.info/definitions/v4/api-extension#>
.
<>
a
apix:
Extension
;
...
...
acrepo-exts-template/src/main/resources/options.ttl
View file @
aaf45870
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
ldp:
<http://www.w3.org/ns/ldp#>
.
@prefix
registry:
<http://acdc.amherst.edu/ns/
extensions
#>
.
@prefix
registry:
<http://acdc.amherst.edu/ns/
registry
#>
.
@prefix
apix:
<http://fedora.info/definitions/v4/api-extension#>
.
<>
a
apix:
Extension
;
...
...
gradle.properties
View file @
aaf45870
version
=
1.
0.11
-SNAPSHOT
version
=
1.
1.0
-SNAPSHOT
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment