@prefix odi: <https://purl.org/ebr/odi#> .
@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#> .

odi:
  rdfs:label "Ontology of Italo Calvino's Destini Incrociati"@en, "Ontologia dei Destini incrociati di Italo Calvino"@it ;
  skos:prefLabel "Ontology of Italo Calvino's Destini Incrociati"@en, "Ontologia dei Destini incrociati di Italo Calvino"@it ;
  a owl:Ontology, skos:ConceptScheme .

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

odi:hasAParticularConditionOf
  rdfs:range odi:Symbol ;
  a owl:ObjectProperty, skos:Concept ;
  rdfs:label "ha una particolare condizione di"@it, "has a particular condition of"@en ;
  rdfs:domain odi:Character ;
  rdfs:comment "Mostra una condizione particolare del protagonista nella sua storia."@it, "It shows a particular condition of the main character in his story."@en ;
  skos:inScheme odi: ;
  skos:prefLabel "ha una particolare condizione di"@it, "has a particular condition of"@en ;
  rdfs:subPropertyOf owl:topObjectProperty .

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

odi:Symbol
  rdfs:label "Simbolo"@it, "Symbol"@en ;
  skos:prefLabel "Simbolo"@it, "Symbol"@en ;
  a owl:Class, skos:Concept .

odi:Character
  rdfs:label "Personaggio"@it, "Character"@en ;
  skos:prefLabel "Personaggio"@it, "Character"@en ;
  a owl:Class, skos:Concept .

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 .

