@prefix prov: <http://www.w3.org/ns/prov#> .
@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#> .
@prefix hico: <http://purl.org/emmedi/hico/> .

prov:wasInfluencedBy
  rdfs:label "è influenzato da"@it, "was influenced by"@en ;
  skos:prefLabel "è influenzato da"@it, "was influenced by"@en ;
  a owl:ObjectProperty, skos:Concept .

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 .

hico:
  skos:prefLabel "Ontologia per il Contesto Storico (HiCO)"@it, "The Historical Context Ontology (HiCO)"@en ;
  a owl:Ontology, skos:ConceptScheme .

hico:isExtractedFrom
  skos:prefLabel "is extracted from"@en, "è estratto da"@it ;
  rdfs:comment "A property relating an interpretation act to the source where from the claim has been extracted"@en, "La relazione tra l'atto interpretativo e la fonte (primaria o secondaria) da cui l'asserzione è estratta."@it ;
  a owl:ObjectProperty, skos:Concept ;
  skos:inScheme hico: ;
  rdfs:domain hico:InterpretationAct ;
  rdfs:isDefinedBy hico: ;
  rdfs:label "è estratto da"@it, "is extracted from"@en ;
  rdfs:subPropertyOf prov:wasInfluencedBy .

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

hico:InterpretationAct
  rdfs:label "Atto Interpretativo"@it, "Interpretation Act"@en ;
  skos:prefLabel "Atto Interpretativo"@it, "Interpretation Act"@en ;
  a owl:Class, skos:Concept .

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 .

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

