@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:represents rdfs:range odi:Place .
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:Place .

owl:Class
  rdfs:label "Classe"@it, "Class"@en ;
  a rdfs:Class .

odi:Place
  skos:topConceptOf odi: ;
  rdfs:comment "Is a real place related to the book (e.g. the current location of a card)."@en, "È un luogo reale legato al libro (es. la collocazione attuale di una carta)."@it ;
  skos:prefLabel "Place"@en, "Luogo"@it ;
  rdfs:label "Luogo"@it, "Place"@en ;
  a skos:Concept, owl:Class ;
  skos:inScheme odi: ;
  rdfs:subClassOf owl:Thing .

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:hasCurrentLocation rdfs:range odi:Place .
rdfs:comment
  rdfs:comment "Una descrizione della risorsa oggetto."@it, "A description of the subject resource."@en ;
  rdfs:label "commento"@it, "comment"@en .

odi:placeOfPublication rdfs:range odi:Place .
