Skip to content

Commit

Permalink
refactor!: go with the terms from the terms NS of DCMI
Browse files Browse the repository at this point in the history
...instead of DCMI Element Set.
  • Loading branch information
ccamel committed Oct 12, 2021
1 parent cfd3691 commit 8befbb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/okp4.ttl
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .

<https://ontology.okp4.com/core>
a owl:Ontology ;
owl:versionIRI <https://ontology.okp4.com/core/0.1.0> ;
owl:versionInfo "v0.1.0" ;
dc11:language "EN", "FR" ;
dc11:title "Ontologie OKP4 système"@fr, "System OKP4 Ontology"@en ;
dc11:license <https://creativecommons.org/licenses/by-sa/4.0/> ;
dcterms:language "EN", "FR" ;
dcterms:title "Ontologie OKP4 système"@fr, "System OKP4 Ontology"@en ;
dcterms:license <https://creativecommons.org/licenses/by-sa/4.0/> ;
rdfs:comment "Ontologie OKP4 système, utilisée pour decrire les metadonnées des jeux de connaissance, services et traitements dans la plateforme OKP4"@fr, "System OKP4 Ontology, used to describe knowledge data, services and processes in the OKP4 plateform"@en ;
rdfs:label "Ontologie OKP4 système"@fr, "System OKP4 Ontology"@en ;
vann:preferredNamespacePrefix "okp4" ;
Expand Down

0 comments on commit 8befbb8

Please sign in to comment.