@prefix fentry: <http://www.essepuntato.it/2014/03/fentry/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

fentry:isDescribedBy
  rdfs:comment "Permette di associare una fotografia e l'oggetto ritratto alla scheda F che li descrive."@it, "It allows one to link a photograph and portrayed object to the scheda F that describes them."@en ;
  skos:inScheme fentry: ;
  skos:prefLabel "è descritto da"@it, "is described by"@en ;
  rdfs:label "è descritto da"@it, "is described by"@en ;
  a owl:ObjectProperty, skos:Concept .

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

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 owl:inverseOf fentry:isDescribedBy .
owl:ObjectProperty
  rdfs:label "Proprieta di oggeto"@it, "ObjectProperty"@en ;
  a rdfs:Class .

