@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:label "è descritto da"@it, "is described by"@en ;
  skos:prefLabel "è descritto da"@it, "is described by"@en ;
  a owl:ObjectProperty, skos:Concept .

fentry:FEntry
  rdfs:label "Scheda F"@it, "F Entry"@en ;
  skos:prefLabel "Scheda F"@it, "F Entry"@en ;
  a owl:Class, skos:Concept .

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

owl:inverseOf rdfs:label "inverso di"@it, "inverseOf"@en .
fentry:shot
  rdfs:label "Scatto Fotografico"@it, "Shot"@en ;
  skos:prefLabel "Scatto Fotografico"@it, "Shot"@en ;
  a owl:Class, skos:Concept .

fentry:photograph
  rdfs:label "Fotografia"@it, "Photograph"@en ;
  skos:prefLabel "Fotografia"@it, "Photograph"@en ;
  a owl:Class, skos:Concept .

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, fentry:shot ;
  a owl:ObjectProperty, skos:Concept ;
  rdfs:comment "Permette di associare una Scheda F alla fotografia e all'oggetto ritratto che la Scheda F descrive."@it, "It allows one to link a Scheda F to the photograph and the portrayed object the Scheda F describes."@en ;
  rdfs:label "descrive"@it, "describes"@en ;
  rdfs:domain fentry:FEntry ;
  skos:inScheme fentry: ;
  skos:prefLabel "describes"@en, "descrive"@it ;
  skos:note "In its original OWL version, this property makes use of owl:Restriction to define its range, which cannot be meaningfully represented in SKOS and has therefore been simplified to only show the range that does not contain restrictions. Please refer to the original OWL-formatted ontology for more information. "@en, "Nella sua versione originale in OWL, questa proprieta fa uso di owl:Restriction per definire il suo range, che non possono essere rappresentate in modo significativo in SKOS e sono quindi state semplificate per mostrare solo il range che non ha restrizioni. Si prega di fare riferimento all'ontologia originale in formato OWL per ulteriori informazioni. "@it ;
  owl:inverseOf fentry:isDescribedBy .

rdfs:range
  skos:definition "Il codominio della proprietà."@it, "A range of the subject property."@en ;
  rdfs:label "codominio"@it, "range"@en .

rdfs:domain
  skos:definition "Il dominio della proprietà."@it, "A domain of the subject property."@en ;
  rdfs:label "dominio"@it, "domain"@en .

owl:ObjectProperty
  rdfs:label "Proprieta di oggeto"@it, "ObjectProperty"@en ;
  a rdfs:Class .

