@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 ;
  skos:hasTopConcept odi:Representation .

odi:sameAs
  rdfs:range odi:Representation ;
  rdfs:domain odi:Representation .

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 .

odi:isRelatedWith
  rdfs:range odi:Representation ;
  rdfs:domain odi:Representation .

odi:hasIndirectRelationWith
  rdfs:range odi:Representation ;
  rdfs:domain odi:Representation .

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

odi:Representation
  skos:prefLabel "Rappresentazione"@it, "Representation"@en ;
  a skos:Concept, owl:Class ;
  skos:inScheme odi: ;
  rdfs:label "Rappresentazione"@it, "Representation"@en ;
  skos:topConceptOf odi: ;
  rdfs:subClassOf owl:Thing ;
  rdfs:comment "La rappresentazione di una carta."@it, "The representation of a card."@en .

odi:isSpecifiedBy
  rdfs:range odi:Representation ;
  rdfs:domain odi:Representation .

odi:Symbol rdfs:subClassOf odi:Representation .
odi:FictionalPlace rdfs:subClassOf odi:Representation .
odi:hasMeaningOf rdfs:domain odi:Representation .
odi:carriesRepresentation rdfs:range odi:Representation .
odi:InanimateObject rdfs:subClassOf odi:Representation .
odi:Character rdfs:subClassOf odi:Representation .
