Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languageyml
titleclaim_publications_by.ttl
linenumberstrue
collapsetrue
# baseURI: http://vivoweb.org/ontology/core/properties

@prefix : <http://vivoweb.org/ontology/core/properties#> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

##########################################################
##########################################################
## T-BOX R-BOX part (semantic)
##########################################################
##########################################################

#
# PropertyKey Schema definition
#
:PropertyKey
  rdfs:label skos:Concept ;
  rdfs:subClassOf owl:Thing ;
  rdfs:subClassOf skos:Concept ;
.
#
#  "Points to the property file containing the defined key" ; 
#
:propertiesUrl
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Points to the property file containing the defined key" ;
  rdfs:label "Propertie file url " ;
  rdfs:range xsd:anyURI ;
. 

#
#  "Points to the FTL file containing the key" ; 
#
:ftlUrl
  rdf:type owl:DatatypeProperty ;
  rdfs:comment "Points to the FTL file containing the key" ;
  rdfs:label "ftl file url" ;
  rdfs:range xsd:anyURI ;
.
:hasPackage
  a owl:DatatypeProperty ;
  rdfs:label "has package" ;
  rdfs:range xsd:string ;
.
:hasTheme
  a owl:DatatypeProperty ;
  rdfs:label "has theme" ;
  rdfs:range xsd:string ;
.
##########################################################
##########################################################
## A-BOX part (fact)
##########################################################
##########################################################
#
# Ftl files location where 'claim_publications_by' is used
#
 :claim_publications_by
  a :PropertyKey ;
  a owl:NamedIndividual ;
  :ftlUrl "file:///VIVO-languages/bin/fr_CA/webapp/src/main/webapp/themes/tenderfoot/templates/body/individual/individual--foaf-person_fr_CA.ftl"^^xsd:anyURI ;
  :ftlUrl "file:///VIVO-languages/bin/fr_CA/webapp/src/main/webapp/themes/wilma/templates/individual--foaf-person_fr_CA.ftl"^^xsd:anyURI ;
  :ftlUrl "file:///VIVO-languages/fr_CA/webapp/src/main/webapp/themes/tenderfoot/templates/body/individual/individual--foaf-person_fr_CA.ftl"^^xsd:anyURI ;
  :ftlUrl "file:///VIVO-languages/fr_CA/webapp/src/main/webapp/themes/wilma/templates/individual--foaf-person_fr_CA.ftl"^^xsd:anyURI ;
  :ftlUrl "file:///VIVO/webapp/src/main/webapp/themes/tenderfoot/templates/body/individual/individual--foaf-person.ftl"^^xsd:anyURI ;
  :ftlUrl "file:///VIVO/webapp/src/main/webapp/themes/wilma/templates/individual--foaf-person.ftl"^^xsd:anyURI ;
  :ftlUrl "file:///vivo-uqam/webapp/src/main/webapp/themes/uqam/templates/body/individual/individual--foaf-person.ftl"^^xsd:anyURI ;
  :ftlUrl "file:///vivo-uqam/webapp/src/main/webapp/themes/uqam/templates/body/individual/individual--foaf-person_fr_CA.ftl"^^xsd:anyURI ;
  rdfs:label "claim_publications_by" ;
  skos:prefLabel "claim_publications_by" ;
.
#
# Properties files location where 'claim_publications_by' is used in VIVO-languages package
# and the corresponding language value
#
 :claim_publications_by.VIVO-languages
  a :PropertyKey ;
  a owl:NamedIndividual ;
  :propertiesUrl "file:///VIVO-languages/de_DE/webapp/src/main/webapp/i18n/vivo_all_de_DE.properties"^^xsd:anyURI ;
  :propertiesUrl "file:///VIVO-languages/en_CA/webapp/src/main/webapp/i18n/vivo_all_en_CA.properties"^^xsd:anyURI ;
  :propertiesUrl "file:///VIVO-languages/en_US/webapp/src/main/webapp/i18n/vivo_all_en_US.properties"^^xsd:anyURI ;
  :propertiesUrl "file:///VIVO-languages/es/webapp/src/main/webapp/i18n/vivo_all_es.properties"^^xsd:anyURI ;
  :propertiesUrl "file:///VIVO-languages/fr_CA/webapp/src/main/webapp/i18n/vivo_all_fr_CA.properties"^^xsd:anyURI ;
  :propertiesUrl "file:///VIVO-languages/pt_BR/webapp/src/main/webapp/i18n/vivo_all_pt_BR.properties"^^xsd:anyURI ;
  :propertiesUrl "file:///VIVO-languages/ru_RU/webapp/src/main/webapp/i18n/vivo_all_ru_RU.properties"^^xsd:anyURI ;
  :propertiesUrl "file:///VIVO-languages/sr_Latn_RS/webapp/src/main/webapp/i18n/vivo_all_sr_Latn_RS.properties"^^xsd:anyURI ;
  rdfs:label "claim_publications_by.VIVO-languages" ;
  skos:prefLabel "Claim publications by"@en-CA ;
  skos:prefLabel "Claim publications by"@en-US ;
  skos:prefLabel "Importieren Sie Veröffentlichungen mittels"@de-DE ;
  skos:prefLabel "Položite autorska prava na radove od strane"@sr-Latn-RS ;
  skos:prefLabel "Publications revendiquées par"@fr-CA ;
  skos:prefLabel "Reclame publicaciones de"@es ;
  skos:prefLabel "Reivindique publicações de"@pt-BR ;
  skos:prefLabel "Заявить о публикациях"@ru-RU ;

#  :hasPackage "VIVO-languages" ;
  #
# Properties files location where 'claim_publications_by' is used in 'VIVO-languages' package for 'tenderfoot' theme
# and the corresponding language value
#
 :claim_publications_by.VIVO-languages.tenderfoot
  a :PropertyKey ;
  a owl:NamedIndividual ;
  :propertiesUrl "file:///VIVO-languages/fr_CA/webapp/src/main/webapp/themes/tenderfoot/i18n/all_fr_CA.properties"^^xsd:anyURI ;
  rdfs:label "claim_publications_by.VIVO-languages.tenderfoot" ;
  skos:prefLabel "Claim tenderfoot"@fr-CA ;
  :hasPackage "VIVO-languages" ;
  :hasTheme "tenderfoot" ;
.
#
# Properties files location where 'claim_publications_by' is used in 'VIVO-languages' package for 'wilma' theme
# and the corresponding language value
#
 :claim_publications_by.VIVO-languages.wilma
  a :PropertyKey ;
  a owl:NamedIndividual ;
  :propertiesUrl "file:///VIVO-languages/fr_CA/webapp/src/main/webapp/themes/wilma/i18n/all_fr_CA.properties"^^xsd:anyURI ;
  rdfs:label "claim_publications_by.VIVO-languages.wilma" ;   
  skos:prefLabel "Claim Wilma"@fr-CA ;
  :hasPackage "VIVO-languages" ;
  :hasTheme "wilma" ;
. 
#
# Properties files location where 'claim_publications_by' is used for local institution
# and the corresponding language value
#
:claim_publications_by.vivo-languages-uqam
  a :PropertyKey ;
  a owl:NamedIndividual ;
  :propertiesUrl "file:///vivo-languages-uqam/fr_CA/webapp/src/main/webapp/i18n/vivo_all_fr_CA-uqam.properties"^^xsd:anyURI ;
  :propertiesUrl "file:///vivo-languages-uqam/fr_CA/webapp/src/main/webapp/i18n/vivo_all_fr_CA.properties"^^xsd:anyURI ;
  rdfs:label "claim_publications_by.vivo-languages-uqam" ; 
  skos:prefLabel "Publications revendiquées par"@fr-CA ;
  .

...