Commit ab782b47 authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

Added some triples required by the pipeline in release mode.

parent 5d3d01cd
Loading
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@
    owl:versionInfo "v1.1.1" ;
	dcterms:license <https://forge.etsi.org/etsi-software-license> ;
	dcterms:source <https://saref.etsi.org/sources/saref4grid/> ;
	dcterms:issued "2023-11-22"^^xsd:date ;
    dcterms:modified "2023-11-22"^^xsd:date ;
	vann:preferredNamespacePrefix "s4grid" ;
	vann:preferredNamespaceUri "https://saref.etsi.org/saref4grid/" ;
	rdfs:comment "The development of the SAREF4GRID ontology has been partially funded by the IA4TES project (MIA.2021.M04.0008), funded by the Spanish Ministry of Economic Affairs and Digital Transformation and by the NextGenerationEU program" .
@@ -70,10 +72,18 @@ dcterms:creator rdf:type owl:AnnotationProperty .
dcterms:description rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/issued
dcterms:issued rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/license
dcterms:license rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/modified
dcterms:modified rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/publisher
dcterms:publisher rdf:type owl:AnnotationProperty .