correction - changing of format of the vocabulary (from n3 to ttl)

This commit is contained in:
chenejac 2022-11-29 15:55:40 +01:00
parent 1cab6cf10f
commit bc359588e7

View file

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