Skip to content

Commit

Permalink
Addressing multiple typos issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jonquet committed May 31, 2024
1 parent 8e7a04f commit 62d8c7c
Showing 1 changed file with 20 additions and 14 deletions.
34 changes: 20 additions & 14 deletions mod.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -340,17 +340,18 @@ mod:SemanticArtefact rdf:type owl:Class ;
rdfs:label "Artefacto Semántico"@es .

### https://w3id.org/mod#SemanticArtefactDistribution
mod:SemanticArtefactDistribution rdf:type owl:Class ;
rdfs:subClassOf adms:AssetDistribution ,
dcat:Distribution ;
mod:SemanticArtefactDistribution rdf:type owl:Class ;
rdfs:subClassOf adms:AssetDistribution ,
dcat:Distribution ;
rdfs:label "Semantic Artefact Distribution"@en ;
rdfs:label "Distribución de un Artefacto Semántico"@es ;
rdfs:comment "A specific representation of a semantic artefact"@en ;
rdfs:comment "Una representación específica de un artefacto semántico"@es .

### https://w3id.org/mod#SemanticArtefactCatalogRecord
mod:SemanticArtefactCatalogRecord rdf:type owl:Class ;
rdfs:subClassOf dcat:CatalogRecord .
mod:SemanticArtefactCatalogRecord rdf:type owl:Class ;
rdfs:subClassOf dcat:CatalogRecord ;
rdfs:label "Semantic Artefact Catalog Record"@en .


### https://w3id.org/mod#Analytics
Expand Down Expand Up @@ -381,7 +382,7 @@ mod:Group rdf:type owl:Class ;

### https://w3id.org/mod#KnowledgeRepresentationParadigm
mod:KnowledgeRepresentationParadigm rdf:type owl:Class ;
rdfs:label "Knowledge representation paradigm"@en .
rdfs:label "Knowledge Representation Paradigm"@en .


### https://w3id.org/mod#SemanticArtefactEvaluation
Expand All @@ -391,32 +392,37 @@ mod:SemanticArtefactEvaluation rdf:type owl:Class ;

### https://w3id.org/mod#SemanticArtefactService
mod:SemanticArtefactService rdf:type owl:Class ;
rdfs:subClassOf dcat:DataService .
rdfs:subClassOf dcat:DataService ;
rdfs:label "Semantic Artefact Service"@en .


### https://w3id.org/mod#SemanticArtefactTask
mod:SemanticArtefactTask rdf:type owl:Class ;
rdfs:label "Semantic Artefact Task"@en .


### https://w3id.org/mod#SemanticArtfeactCatalog
mod:SemanticArtfeactCatalog rdf:type owl:Class ;
rdfs:subClassOf dcat:Catalog .
### https://w3id.org/mod#SemanticArtefactCatalog
mod:SemanticArtefactCatalog rdf:type owl:Class ;
rdfs:subClassOf dcat:Catalog ;
rdfs:label "Semantic Artefact Catalog"@en .


### https://w3id.org/mod#Taxonomy
mod:Taxonomy rdf:type owl:Class ;
rdfs:subClassOf mod:SemanticArtefact .
rdfs:subClassOf mod:SemanticArtefact ;
rdfs:label "Taxonomy"@en .


### https://w3id.org/mod#Terminology
mod:Terminology rdf:type owl:Class ;
rdfs:subClassOf mod:SemanticArtefact .
rdfs:subClassOf mod:SemanticArtefact ;
rdfs:label "Terminology"@en .


### https://w3id.org/mod#Thesaurus
mod:Thesaurus rdf:type owl:Class ;
rdfs:subClassOf mod:SemanticArtefact .
rdfs:subClassOf mod:SemanticArtefact ;
rdfs:label "Thesaurus"@en .


#################################################################
Expand Down Expand Up @@ -707,7 +713,7 @@ dcterms:language rdf:type rdf:Property ;
pav:importedOn "2015-08-05"^^xsd:date ;

#OPTIONAL STATEMENTS
prov:wasInfluencedBy "FAIR principle: F2" ;
prov:wasInfluencedBy "FAIR principle: F2" ,
"FAIRsFAIR profile: RECOMMENDED" ;

#OTHER ORIGINAL STATEMENTS IF ANY
Expand Down

0 comments on commit 62d8c7c

Please sign in to comment.