@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:FEntry .

fentry:FEntry
  skos:prefLabel "Scheda F"@it, "F Entry"@en ;
  rdfs:subClassOf <http://purl.org/spar/fabio/EntityMetadata> ;
  skos:inScheme fentry: ;
  rdfs:label "F Entry"@en, "Scheda F"@it ;
  a owl:Class, skos:Concept ;
  rdfs:comment "It is a document containing metadata about a photograph and about the concrete object portrayed by the photograph."@en, "È un documento contenente metadati su una fotografia e sull'oggetto concreto rappresentato dalla fotografia."@it ;
  skos:topConceptOf fentry: .

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 .

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:domain fentry:FEntry .
