merging language specific home artifacts from Vitro-languages into the Vitro repository (#348)
This commit is contained in:
parent
4acb10fc3f
commit
8ddbc8fc00
10 changed files with 164 additions and 6 deletions
|
@ -0,0 +1,20 @@
|
||||||
|
# $This file is distributed under the terms of the license in LICENSE$
|
||||||
|
|
||||||
|
@prefix default: <http://vitro.mannlib.cornell.edu/ns/default/pages#> .
|
||||||
|
|
||||||
|
default:terms_of_use_dg
|
||||||
|
a <java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.FixedHTMLDataGetter> ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#htmlValue>
|
||||||
|
"""
|
||||||
|
<p>Die Nutzungsbedingungen sollten hier stehen</p>
|
||||||
|
"""@de-DE ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#saveToVar>
|
||||||
|
"termsOfUse" .
|
||||||
|
default:terms_of_use
|
||||||
|
a <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#Page> ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#hasDataGetter>
|
||||||
|
default:terms_of_use_dg ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#title>
|
||||||
|
"Terms of use"@de-DE ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#urlMapping>
|
||||||
|
"/termsOfUse" .
|
|
@ -0,0 +1,20 @@
|
||||||
|
# $This file is distributed under the terms of the license in LICENSE$
|
||||||
|
|
||||||
|
@prefix default: <http://vitro.mannlib.cornell.edu/ns/default/pages#> .
|
||||||
|
|
||||||
|
default:terms_of_use_dg
|
||||||
|
a <java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.FixedHTMLDataGetter> ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#htmlValue>
|
||||||
|
"""
|
||||||
|
<p>Terms of use should be here</p>
|
||||||
|
"""@en-CA ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#saveToVar>
|
||||||
|
"termsOfUse" .
|
||||||
|
default:terms_of_use
|
||||||
|
a <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#Page> ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#hasDataGetter>
|
||||||
|
default:terms_of_use_dg ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#title>
|
||||||
|
"Terms of use"@en-CA ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#urlMapping>
|
||||||
|
"/termsOfUse" .
|
|
@ -0,0 +1,20 @@
|
||||||
|
# $This file is distributed under the terms of the license in LICENSE$
|
||||||
|
|
||||||
|
@prefix default: <http://vitro.mannlib.cornell.edu/ns/default/pages#> .
|
||||||
|
|
||||||
|
default:terms_of_use_dg
|
||||||
|
a <java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.FixedHTMLDataGetter> ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#htmlValue>
|
||||||
|
"""
|
||||||
|
<p>Terms of use should be here</p>
|
||||||
|
"""@en-US ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#saveToVar>
|
||||||
|
"termsOfUse" .
|
||||||
|
default:terms_of_use
|
||||||
|
a <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#Page> ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#hasDataGetter>
|
||||||
|
default:terms_of_use_dg ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#title>
|
||||||
|
"Terms of use"@en-US ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#urlMapping>
|
||||||
|
"/termsOfUse" .
|
|
@ -0,0 +1,4 @@
|
||||||
|
@prefix vitro-public: <http://vitro.mannlib.cornell.edu/ns/vitro/public#> .
|
||||||
|
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||||
|
|
||||||
|
vitro-public:storedFile rdfs:label "stored file"@en-US .
|
|
@ -0,0 +1,20 @@
|
||||||
|
# $This file is distributed under the terms of the license in LICENSE$
|
||||||
|
|
||||||
|
@prefix default: <http://vitro.mannlib.cornell.edu/ns/default/pages#> .
|
||||||
|
|
||||||
|
default:terms_of_use_dg
|
||||||
|
a <java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.FixedHTMLDataGetter> ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#htmlValue>
|
||||||
|
"""
|
||||||
|
<p>Las condiciones de uso deberían estar aquí</p>
|
||||||
|
"""@es ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#saveToVar>
|
||||||
|
"termsOfUse" .
|
||||||
|
default:terms_of_use
|
||||||
|
a <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#Page> ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#hasDataGetter>
|
||||||
|
default:terms_of_use_dg ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#title>
|
||||||
|
"Terms of use"@es ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#urlMapping>
|
||||||
|
"/termsOfUse" .
|
|
@ -0,0 +1,20 @@
|
||||||
|
# $This file is distributed under the terms of the license in LICENSE$
|
||||||
|
|
||||||
|
@prefix default: <http://vitro.mannlib.cornell.edu/ns/default/pages#> .
|
||||||
|
|
||||||
|
default:terms_of_use_dg
|
||||||
|
a <java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.FixedHTMLDataGetter> ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#htmlValue>
|
||||||
|
"""
|
||||||
|
<p>Les conditions d'utilisation devraient être ici</p>
|
||||||
|
"""@fr-CA ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#saveToVar>
|
||||||
|
"termsOfUse" .
|
||||||
|
default:terms_of_use
|
||||||
|
a <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#Page> ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#hasDataGetter>
|
||||||
|
default:terms_of_use_dg ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#title>
|
||||||
|
"Terms of use"@fr-CA ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#urlMapping>
|
||||||
|
"/termsOfUse" .
|
|
@ -0,0 +1,20 @@
|
||||||
|
# $This file is distributed under the terms of the license in LICENSE$
|
||||||
|
|
||||||
|
@prefix default: <http://vitro.mannlib.cornell.edu/ns/default/pages#> .
|
||||||
|
|
||||||
|
default:terms_of_use_dg
|
||||||
|
a <java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.FixedHTMLDataGetter> ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#htmlValue>
|
||||||
|
"""
|
||||||
|
<p>Os termos de uso devem estar aqui</p>
|
||||||
|
"""@pt-BR ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#saveToVar>
|
||||||
|
"termsOfUse" .
|
||||||
|
default:terms_of_use
|
||||||
|
a <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#Page> ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#hasDataGetter>
|
||||||
|
default:terms_of_use_dg ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#title>
|
||||||
|
"Terms of use"@pt-BR ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#urlMapping>
|
||||||
|
"/termsOfUse" .
|
|
@ -0,0 +1,20 @@
|
||||||
|
# $This file is distributed under the terms of the license in LICENSE$
|
||||||
|
|
||||||
|
@prefix default: <http://vitro.mannlib.cornell.edu/ns/default/pages#> .
|
||||||
|
|
||||||
|
default:terms_of_use_dg
|
||||||
|
a <java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.FixedHTMLDataGetter> ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#htmlValue>
|
||||||
|
"""
|
||||||
|
<p>Условия использования должны находиться здесь</p>
|
||||||
|
"""@ru-RU ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#saveToVar>
|
||||||
|
"termsOfUse" .
|
||||||
|
default:terms_of_use
|
||||||
|
a <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#Page> ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#hasDataGetter>
|
||||||
|
default:terms_of_use_dg ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#title>
|
||||||
|
"Terms of use"@ru-RU ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#urlMapping>
|
||||||
|
"/termsOfUse" .
|
|
@ -0,0 +1,20 @@
|
||||||
|
# $This file is distributed under the terms of the license in LICENSE$
|
||||||
|
|
||||||
|
@prefix default: <http://vitro.mannlib.cornell.edu/ns/default/pages#> .
|
||||||
|
|
||||||
|
default:terms_of_use_dg
|
||||||
|
a <java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.FixedHTMLDataGetter> ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#htmlValue>
|
||||||
|
"""
|
||||||
|
<p>Uslovi korišćenja bi trebalo da budu ovde</p>
|
||||||
|
"""@sr-Latn-RS ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#saveToVar>
|
||||||
|
"termsOfUse" .
|
||||||
|
default:terms_of_use
|
||||||
|
a <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#Page> ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#hasDataGetter>
|
||||||
|
default:terms_of_use_dg ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#title>
|
||||||
|
"Terms of use"@sr-Latn-RS ;
|
||||||
|
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#urlMapping>
|
||||||
|
"/termsOfUse" .
|
|
@ -107,11 +107,5 @@
|
||||||
<artifactId>vitro-home</artifactId>
|
<artifactId>vitro-home</artifactId>
|
||||||
<type>tar.gz</type>
|
<type>tar.gz</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.vivoweb</groupId>
|
|
||||||
<artifactId>vitro-languages-home-core</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<type>tar.gz</type>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Add table
Reference in a new issue