Skip to content

Commit

Permalink
Made statistical program cycle subclass of statistical activity
Browse files Browse the repository at this point in the history
  • Loading branch information
FranckCo committed Sep 10, 2021
1 parent 7b03f73 commit 82d6dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coos.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ coos:StatisticalProgramCycle a rdfs:Class , owl:Class ;
rdfs:label "Statistical program cycle"@en , "Cycle de programme statistique"@fr , "Ciclo de programa estadístico"@es ;
rdfs:comment "As defined by the GSIM."@en , "Tel que défini par le GSIM."@fr , "Tal como está definido en GSIM."@es ;
skos:definition "As defined by the GSIM."@en , "Tel que défini par le GSIM."@fr , "Tal como está definido en GSIM."@es ;
rdfs:subClassOf coos:Activity , coos:InformationObject ;
rdfs:subClassOf coos:StatisticalActivity , coos:InformationObject ;
rdfs:isDefinedBy <http://id.unece.org/def/coos> .

coos:StatisticalSupportProgram a rdfs:Class , owl:Class ;
Expand Down

0 comments on commit 82d6dea

Please sign in to comment.