@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcatlds_operatorstaxonomy: <http://www.nlpli.gr/dcat-lds#> .

skos:Concept a owl:Class .
owl:NamedIndividual
  rdfs:label "Named individual"@en ;
  a owl:Class .

dcatlds_operatorstaxonomy:freeLLMs
  skos:definition "The resource is intended to be used for the development of Large Language Models (LLMs) that can be distributed to third parties free of charge (open-source projects, research projects)"@en ;
  skos:prefLabel "development of LLMs distributed to third parties free of charge"@en ;
  skos:inScheme dcatlds_operatorstaxonomy:PurposeOfUseTaxonomy ;
  rdfs:label "development of LLMs distributed to third parties free of charge"@en ;
  a dcatlds_operatorstaxonomy:PurposeOfUse, owl:NamedIndividual, skos:Concept .

dcatlds_operatorstaxonomy:PurposeOfUseTaxonomy
  rdfs:label "Purpose of Use Taxonomy"@en ;
  skos:prefLabel "Purpose of Use Taxonomy"@en ;
  a owl:NamedIndividual, skos:ConceptScheme ;
  skos:hasTopConcept dcatlds_operatorstaxonomy:freeLLMs .

dcatlds_operatorstaxonomy:PurposeOfUse
  rdfs:label "Purpose of use"@en ;
  a owl:Class .

