@prefix fentry: <http://www.essepuntato.it/2014/03/fentry/> .
@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#> .

fentry:
  skos:prefLabel "Ontologia Scheda F"@it, "F Entry (Scheda F) Ontology"@en ;
  a owl:Ontology, skos:ConceptScheme ;
  skos:hasTopConcept fentry:photograph .

owl:Class
  rdfs:label "Classe"@it, "Class"@en ;
  a rdfs:Class .

rdfs:subClassOf
  skos:definition "Il soggetto è una sottoclasse di una classe."@it, "The subject is a subclass of a class."@en ;
  rdfs:label "sottoclasseDi"@it, "subClassOf"@en .

fentry:photograph
  a owl:Class, skos:Concept ;
  skos:prefLabel "Photograph"@en, "Fotografia"@it ;
  rdfs:label "Photograph"@en, "Fotografia"@it ;
  rdfs:comment "È una rappresentazione visiva statica di un oggetto concreto (o di una sua parte) o di un gruppo di oggetti diversi."@it, "It is a static, visual representation of some concrete object (or part of it) or a group of different objects."@en ;
  skos:inScheme fentry: ;
  skos:topConceptOf fentry: ;
  rdfs:subClassOf <http://purl.org/spar/fabio/StillImage> .

rdfs:comment
  rdfs:comment "Una descrizione della risorsa oggetto."@it, "A description of the subject resource."@en ;
  rdfs:label "commento"@it, "comment"@en .

fentry:describes rdfs:range fentry:photograph .
