<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:skos="http://www.w3.org/2004/02/skos/core#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:core="http://vocab-dhlab.epfl.ch/data-core#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#" > 
  <rdf:Description rdf:about="http://vocab-dhlab.epfl.ch/data-core">
    <rdfs:comment xml:lang="en">This ontology defines the core elements of the Venice time machine data model, specifically regarding material of textual nature.</rdfs:comment>
    <rdfs:comment xml:lang="en">Core Data Model Ontology</rdfs:comment>
    <owl:versionIRI rdf:resource="http://vocab-dhlab.epfl.ch/data-core/1.0"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://vocab-dhlab.epfl.ch/data-core#Source">
    <rdfs:label xml:lang="en">Source</rdfs:label>
    <rdfs:comment xml:lang="en">An information object with a digital representation.</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://vocab-dhlab.epfl.ch/data-core#isComponentOf">
    <rdfs:label xml:lang="en">isComponentOf</rdfs:label>
    <rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologydesignpatterns.org/cp/owl/componency.owl#isComponentOf</rdfs:isDefinedBy>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://vocab-dhlab.epfl.ch/data-core#refersTo">
    <rdfs:label xml:lang="en">refersTo</rdfs:label>
    <rdfs:comment xml:lang="en">This property indicates the entity a mention refers to.</rdfs:comment>
    <rdfs:range rdf:resource="http://vocab-dhlab.epfl.ch/data-core#Entity"/>
    <rdfs:domain rdf:resource="http://vocab-dhlab.epfl.ch/data-core#Mention"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://vocab-dhlab.epfl.ch/data-core#isMentionedIn">
    <rdfs:label xml:lang="en">isMentionedIn</rdfs:label>
    <rdfs:comment xml:lang="en">This property indicates the source were a mention occurs.</rdfs:comment>
    <rdfs:range rdf:resource="http://vocab-dhlab.epfl.ch/data-core#Source"/>
    <rdfs:domain rdf:resource="http://vocab-dhlab.epfl.ch/data-core#Mention"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#closeMatch">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://vocab-dhlab.epfl.ch/data-core#referredBy">
    <rdfs:label xml:lang="en">referredBy</rdfs:label>
    <rdfs:comment xml:lang="en">This property indicates the mention an entity is referred by.</rdfs:comment>
    <rdfs:range rdf:resource="http://vocab-dhlab.epfl.ch/data-core#Mention"/>
    <rdfs:domain rdf:resource="http://vocab-dhlab.epfl.ch/data-core#Entity"/>
    <owl:inverseOf rdf:resource="http://vocab-dhlab.epfl.ch/data-core#refersTo"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://vocab-dhlab.epfl.ch/data-core#Entity">
    <skos:closeMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dkm.fbk.eu/ontologies/knowledgestore#Entity</skos:closeMatch>
    <rdfs:label xml:lang="en">Entity</rdfs:label>
    <rdfs:comment xml:lang="en">Cf. the 'KnowledgeStore Core Data Model ontology' definition "Any identifiable entity in the domain of discourse, extracted from text and/or imported from some source of background knowledge."</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://vocab-dhlab.epfl.ch/data-core#hasComponent">
    <rdfs:label xml:lang="en">hasComponent</rdfs:label>
    <rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologydesignpatterns.org/cp/owl/componency.owl#hasComponent</rdfs:isDefinedBy>
    <owl:inverseOf rdf:resource="http://vocab-dhlab.epfl.ch/data-core#isComponentOf"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://vocab-dhlab.epfl.ch/data-core#hasMention">
    <rdfs:label xml:lang="en">hasMention</rdfs:label>
    <rdfs:comment xml:lang="en">This property indicates the mention which occur in a source.</rdfs:comment>
    <rdfs:range rdf:resource="http://vocab-dhlab.epfl.ch/data-core#Mention"/>
    <rdfs:domain rdf:resource="http://vocab-dhlab.epfl.ch/data-core#Source"/>
    <owl:inverseOf rdf:resource="http://vocab-dhlab.epfl.ch/data-core#isMentionedIn"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://vocab-dhlab.epfl.ch/data-core#Mention">
    <skos:closeMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dkm.fbk.eu/ontologies/knowledgestore#Mention</skos:closeMatch>
    <rdfs:label xml:lang="en">Mention</rdfs:label>
    <rdfs:comment xml:lang="en">Fragment of an information object (source) which refer to an entity.</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
</rdf:RDF>
