@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix hico: <http://purl.org/emmedi/hico/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix pro: <http://purl.org/spar/pro/> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix fentry: <http://www.essepuntato.it/2014/03/fentry/> .

<http://www.essepuntato.it/2014/03/fentry/> a owl:Ontology, skos:ConceptScheme ;
    dct:title "F Entry (Scheda F) Ontology"@en, "Ontologia Scheda F"@it;
    skos:prefLabel "F Entry (Scheda F) Ontology"@en, "Ontologia Scheda F"@it;
    dct:creator "Marilena Daquino", "Silvio Peroni" ; 
    dct:description "The Scheda F is a document containing metadata describing a photograph having as subject a concrete object (or part of it) or a group of different objects. Any Scheda F (F), as well as the photograph (P) it describes and the subjects of such photograph (S), can be described in terms of some entities of the Functional Requirements for Bibliographic Records, i.e., Work (referring to the essence of the object; it applies to F, P and S), Expression (referring to the content of the object; it applies to F and, P), Manifestation (referring to the format of the object; it applies to P and S) and Item (referring to the physical location of the object; it applies to F, P and S). All these objects, i.e., the Scheda F, the photograph and the related object portrayed, are subject to authorial attribution as result of some production activity involving someone. Exemples of usage of this ontology as well as exemplar SPARQL queries are available online."@en, "La Scheda F è un documento contenente metadati che descrivono una fotografia avente come soggetto un oggetto concreto (o parte di esso) o un gruppo di oggetti diversi. Ogni Scheda F (F), così come la fotografia (P) che descrive e i soggetti di tale fotografia (S), possono essere descritti in termini di alcune entità dei Functional Requirements for Bibliographic Records, vale a dire, Opera (riferita all'essenza dell'oggetto; si applica a F, P e S), Espressione (riferita al contenuto dell'oggetto; si applica a F e P), Manifestazione (riferita al formato dell'oggetto; si applica a P e S) ed Elemento (riferito alla posizione fisica dell'oggetto; si applica a F, P e S). Tutti questi oggetti, vale a dire la Scheda F, la fotografia e l'oggetto correlato ritratto, sono soggetti ad attribuzione autoriale come risultato di un'attività di produzione che coinvolge qualcuno. Esempi di utilizzo di questa ontologia così come query SPARQL esemplari sono disponibili online."@it ; 
    owl:imports skos:, fabio:, hico:, cito:, pro:, scoro: ;
    dct:relation prov: ;
    dct:language "English"@en, "Italiano"@it ;
    dct:created "2016" ;
    dct:issued "2016-12-15"^^xsd:date ;
    owl:versionInfo "1.0" ;
    skos:hasTopConcept fentry:photograph, fentry:FEntry, fentry:shot ;
    foaf:homepage <https://essepuntato.it/fentry/current/fentry.html> ;
    dcat:downloadURL <https://svn.code.sf.net/p/dwellonit/code/FEO/feo.owl> .

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

fentry:FEntry  a owl:Class, skos:Concept ;
    skos:inScheme <http://www.essepuntato.it/2014/03/fentry/> ;
    skos:topConceptOf <http://www.essepuntato.it/2014/03/fentry/> ;
    rdfs:label "F Entry"@en, "Scheda F"@it ;
    skos:prefLabel "F Entry"@en, "Scheda F"@it ;
    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 ;
    rdfs:subClassOf fabio:EntityMetadata . 

fentry:shot a owl:Class, skos:Concept ;
    skos:inScheme <http://www.essepuntato.it/2014/03/fentry/> ;
    skos:topConceptOf <http://www.essepuntato.it/2014/03/fentry/> ;
    rdfs:label "Shot"@en, "Scatto Fotografico"@it ;
    skos:prefLabel "Shot"@en, "Scatto Fotografico"@it ;
    rdfs:comment "The realisation of a photograph - it is strictly related with the act of taking the picture by someone."@en, "La realizzazione di una fotografia, è strettamente correlata all'atto di scattare la foto da parte di qualcuno."@it ;
    rdfs:subClassOf frbr:Expression . 

fentry:describes a owl:ObjectProperty, skos:Concept ;
    skos:inScheme <http://www.essepuntato.it/2014/03/fentry/> ;
    rdfs:label "describes"@en, "descrive"@it ;
    skos:prefLabel "describes"@en, "descrive"@it ;
    rdfs:comment "It allows one to link a Scheda F to the photograph and the portrayed object the Scheda F describes."@en, "Permette di associare una Scheda F alla fotografia e all'oggetto ritratto che la Scheda F descrive."@it ;
    rdfs:domain fentry:FEntry ;
    rdfs:range fentry:shot, fentry:photograph ;
    owl:inverseOf fentry:isDescribedBy .

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

#SKOSMOS specific classes and properties for display purposes 

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

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

rdfs:isDefinedBy a rdf:Property ;
	rdfs:label "isDefinedBy"@en, "eDefinitoDa"@it ;
	skos:definition "The defininition of the subject resource."@en, "La fonte della definizione dell'entità."@it .

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

rdfs:subPropertyOf a rdf:Property ;
	rdfs:label "subPropertyOf"@en, "sottoproprietaDi"@it ;
	rdfs:comment "The subject is a subproperty of a property."@en, "Il soggetto è una sottoproprietà di una proprietà"@it .

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

dcat:downloadURL a rdf:Property ;
    rdfs:label "download URL"@en, "URL di scarico"@it .

owl:Class a rdfs:Class ;
     rdfs:label "Class" . 

owl:ObjectProperty a rdfs:Class ;
     rdfs:label "ObjectProperty" . 

owl:DatatypeProperty a rdfs:Class ;
     rdfs:label "DatatypeProperty" . 

owl:inverseOf a rdf:Property ;
     rdfs:label "inverseOf" ;
     rdfs:comment "The property that determines that two given properties are inverse." .