adding the UI labels ontology

This commit is contained in:
Dragan Ivanovic 2022-11-24 11:36:16 +01:00
parent 1b3df6839e
commit 242f851a8e

View file

@ -0,0 +1,78 @@
<http://vivoweb.org/ontology/core/properties/vocabulary#PropertyKey> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2004/02/skos/core#Concept> .
<http://vivoweb.org/ontology/core/properties/vocabulary#PropertyKey> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2002/07/owl#Thing> .
<http://vivoweb.org/ontology/core/properties/vocabulary#PropertyKey> <http://www.w3.org/2000/01/rdf-schema#label> <http://www.w3.org/2004/02/skos/core#Concept> .
<http://vivoweb.org/ontology/core/properties/vocabulary#PropertyKey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://vivoweb.org/ontology/core/properties/vocabulary#ftlUrl> <http://www.w3.org/2000/01/rdf-schema#label> "ftl file url" .
<http://vivoweb.org/ontology/core/properties/vocabulary#ftlUrl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#anyURI> .
<http://vivoweb.org/ontology/core/properties/vocabulary#ftlUrl> <http://www.w3.org/2000/01/rdf-schema#comment> "Points to the FTL file containing the key" .
<http://vivoweb.org/ontology/core/properties/vocabulary#ftlUrl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://vivoweb.org/ontology/core/properties/vocabulary#ftlUrl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://vivoweb.org/ontology/core/properties/vocabulary#PropertyKey> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasKey> <http://www.w3.org/2000/01/rdf-schema#label> "Propertie file url " .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasKey> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasKey> <http://www.w3.org/2000/01/rdf-schema#comment> "Value of the key" .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasKey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasKey> <http://www.w3.org/2000/01/rdf-schema#domain> <http://vivoweb.org/ontology/core/properties/vocabulary#PropertyKey> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasTheme> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasTheme> <http://www.w3.org/2000/01/rdf-schema#label> "has theme" .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasTheme> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasTheme> <http://www.w3.org/2000/01/rdf-schema#domain> <http://vivoweb.org/ontology/core/properties/vocabulary#PropertyKey> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasPackage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasPackage> <http://www.w3.org/2000/01/rdf-schema#label> "has package" .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasPackage> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasPackage> <http://www.w3.org/2000/01/rdf-schema#domain> <http://vivoweb.org/ontology/core/properties/vocabulary#PropertyKey> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasApp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasApp> <http://www.w3.org/2000/01/rdf-schema#label> "has application" .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasApp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasApp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://vivoweb.org/ontology/core/properties/vocabulary#PropertyKey> .
<http://vivoweb.org/ontology/core/properties/vocabulary#PropertyKey> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2004/02/skos/core#Concept> .
<http://vivoweb.org/ontology/core/properties/vocabulary#PropertyKey> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2002/07/owl#Thing> .
<http://vivoweb.org/ontology/core/properties/vocabulary#PropertyKey> <http://www.w3.org/2000/01/rdf-schema#label> <http://www.w3.org/2004/02/skos/core#Concept> .
<http://vivoweb.org/ontology/core/properties/vocabulary#PropertyKey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://vivoweb.org/ontology/core/properties/vocabulary#ftlUrl> <http://www.w3.org/2000/01/rdf-schema#label> "ftl file url" .
<http://vivoweb.org/ontology/core/properties/vocabulary#ftlUrl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#anyURI> .
<http://vivoweb.org/ontology/core/properties/vocabulary#ftlUrl> <http://www.w3.org/2000/01/rdf-schema#comment> "Points to the FTL file containing the key" .
<http://vivoweb.org/ontology/core/properties/vocabulary#ftlUrl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://vivoweb.org/ontology/core/properties/vocabulary#ftlUrl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://vivoweb.org/ontology/core/properties/vocabulary#PropertyKey> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasKey> <http://www.w3.org/2000/01/rdf-schema#label> "Propertie file url " .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasKey> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasKey> <http://www.w3.org/2000/01/rdf-schema#comment> "Value of the key" .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasKey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasKey> <http://www.w3.org/2000/01/rdf-schema#domain> <http://vivoweb.org/ontology/core/properties/vocabulary#PropertyKey> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasTheme> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasTheme> <http://www.w3.org/2000/01/rdf-schema#label> "has theme" .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasTheme> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasTheme> <http://www.w3.org/2000/01/rdf-schema#domain> <http://vivoweb.org/ontology/core/properties/vocabulary#PropertyKey> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasPackage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasPackage> <http://www.w3.org/2000/01/rdf-schema#label> "has package" .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasPackage> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasPackage> <http://www.w3.org/2000/01/rdf-schema#domain> <http://vivoweb.org/ontology/core/properties/vocabulary#PropertyKey> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasApp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasApp> <http://www.w3.org/2000/01/rdf-schema#label> "has application" .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasApp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasApp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://vivoweb.org/ontology/core/properties/vocabulary#PropertyKey> .
<http://vivoweb.org/ontology/core/properties/vocabulary#PropertyKey> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2004/02/skos/core#Concept> .
<http://vivoweb.org/ontology/core/properties/vocabulary#PropertyKey> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2002/07/owl#Thing> .
<http://vivoweb.org/ontology/core/properties/vocabulary#PropertyKey> <http://www.w3.org/2000/01/rdf-schema#label> <http://www.w3.org/2004/02/skos/core#Concept> .
<http://vivoweb.org/ontology/core/properties/vocabulary#PropertyKey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://vivoweb.org/ontology/core/properties/vocabulary#ftlUrl> <http://www.w3.org/2000/01/rdf-schema#label> "ftl file url" .
<http://vivoweb.org/ontology/core/properties/vocabulary#ftlUrl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#anyURI> .
<http://vivoweb.org/ontology/core/properties/vocabulary#ftlUrl> <http://www.w3.org/2000/01/rdf-schema#comment> "Points to the FTL file containing the key" .
<http://vivoweb.org/ontology/core/properties/vocabulary#ftlUrl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://vivoweb.org/ontology/core/properties/vocabulary#ftlUrl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://vivoweb.org/ontology/core/properties/vocabulary#PropertyKey> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasKey> <http://www.w3.org/2000/01/rdf-schema#label> "Propertie file url " .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasKey> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasKey> <http://www.w3.org/2000/01/rdf-schema#comment> "Value of the key" .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasKey> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasKey> <http://www.w3.org/2000/01/rdf-schema#domain> <http://vivoweb.org/ontology/core/properties/vocabulary#PropertyKey> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasTheme> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasTheme> <http://www.w3.org/2000/01/rdf-schema#label> "has theme" .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasTheme> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasTheme> <http://www.w3.org/2000/01/rdf-schema#domain> <http://vivoweb.org/ontology/core/properties/vocabulary#PropertyKey> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasPackage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasPackage> <http://www.w3.org/2000/01/rdf-schema#label> "has package" .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasPackage> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasPackage> <http://www.w3.org/2000/01/rdf-schema#domain> <http://vivoweb.org/ontology/core/properties/vocabulary#PropertyKey> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasApp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasApp> <http://www.w3.org/2000/01/rdf-schema#label> "has application" .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasApp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://vivoweb.org/ontology/core/properties/vocabulary#hasApp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://vivoweb.org/ontology/core/properties/vocabulary#PropertyKey> .