@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix hico: <http://purl.org/emmedi/hico/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://purl.org/spar/cito/agreesWith> rdfs:subPropertyOf <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/citesAsEvidence> rdfs:subPropertyOf <http://purl.org/spar/cito/cites> .
hico:
  skos:prefLabel "Ontologia per il Contesto Storico (HiCO)"@it, "The Historical Context Ontology (HiCO)"@en ;
  a owl:Ontology, skos:ConceptScheme .

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

<http://purl.org/spar/cito/refutes> rdfs:subPropertyOf <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/disagreesWith> rdfs:subPropertyOf <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/cites>
  rdfs:isDefinedBy <http://purl.org/spar/cito> ;
  skos:prefLabel "cita"@it, "cites"@en ;
  rdfs:label "cita"@it, "cites"@en ;
  skos:inScheme hico: ;
  rdfs:comment "La relazione tra l'entità citante e quella citata. La citazione può essere esplicita (e.g. nella sezione Bibliografia di un articolo scientifico), indiretta (e.g. citando un articolo degli stessi autori o sullo stesso argomento), or implicita (e.g. una parodia artistica o un plagio)."@it, "The citing entity cites the cited entity, either directly and explicitly (as in the reference list of a journal article), indirectly (e.g. by citing a more recent paper by the same group on the same topic), or implicitly (e.g. as in artistic quotations or parodies, or in cases of plagiarism)."@en ;
  a skos:Concept, owl:ObjectProperty .

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

owl:ObjectProperty
  rdfs:label "Proprieta di oggeto"@it, "ObjectProperty"@en ;
  a rdfs:Class .

