From ad0d4d68bf9df47eb31e93c894c467731d725539 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikel=20Ega=C3=B1a=20Aranguren?= Date: Tue, 30 Jan 2024 15:19:19 +0100 Subject: [PATCH] Ontology metadata --- development/TransparentRelationsOntology.ttl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/development/TransparentRelationsOntology.ttl b/development/TransparentRelationsOntology.ttl index 94b0731..5ca16e7 100644 --- a/development/TransparentRelationsOntology.ttl +++ b/development/TransparentRelationsOntology.ttl @@ -4,20 +4,25 @@ @prefix xml: . @prefix xsd: . @prefix rdfs: . +@prefix voaf: . +@prefix vann: . @base . rdf:type owl:Ontology ; + rdf:type voaf:Vocabulary ; owl:versionIRI ; "Jaime Gómez-Obregón (https://ladonacion.es/)"@es , "Off-shore leaks DataBase (https://offshoreleaks.icij.org/)"@en ; "Mikel Egaña Aranguren (https://orcid.org/0000-0001-8081-1839)"@eu ; "Transparent Relations Ontology (TRO) offers a vocabulary to publish information about relations that should be more transparent, usually between powerful parties, to detect potential conflicts of interests: for example, governments and their providers, or politicians and their personal relationships. Research journalism and Open Data are two areas in which this sort of data is growing, and new methods and standards are needed to cope with the FAIR publication and consumption of such data."@en ; "2022-04-01T00:00:01"^^xsd:dateTime ; + "2022-04-01T00:00:01"^^xsd:dateTime ; "A vocabulary to represent relations that should be more transparent, usually between powerfull people or institutions"@en ; "https://apache.org/licenses/LICENSE-2.0"^^xsd:anyURI ; "2023-06-06T00:00:01"^^xsd:dateTime ; "Transparent Relations Ontology"@en ; - "tro"@en ; + vann:preferredNamespacePrefix "tro"@en ; + vann:preferredNamespaceUri "https://w3id.org/TRO#"^^xsd:anyURI ; owl:priorVersion "0.1.2" ; owl:versionInfo "0.1.3" ; "https://w3id.org/TRO/0.1.3" .