@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0:   <http://purl.org/vocab/vann/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc:    <http://purl.org/dc/terms/> .

<https://w3id.org/legalhtml/ov#Inapplication>
        a                owl:Class ;
        rdfs:label       "inapplication"@en ;
        rdfs:subClassOf  <https://w3id.org/legalhtml/ov#EfficacyChange> .

<https://w3id.org/legalhtml/ov#EntryIntoEfficacy>
        a                owl:Class ;
        rdfs:label       "entry into efficacy"@en ;
        rdfs:subClassOf  <https://w3id.org/legalhtml/ov#EfficacyChange> .

<https://w3id.org/legalhtml/ov#signatureDate>
        a                owl:DatatypeProperty ;
        rdfs:domain      <http://data.europa.eu/eli/ontology#LegalResource> ;
        rdfs:label       "signature date"@en ;
        rdfs:range       dc:date ;
        skos:definition  "The signature date of a legal resource"@en .

<https://w3id.org/legalhtml/ov#actingEntity>
        a                owl:ObjectProperty ;
        rdfs:domain      <http://data.europa.eu/eli/ontology#LegalResource> ;
        rdfs:label       "acting entity"@en ;
        rdfs:range       <http://data.europa.eu/eli/ontology#Agent> ;
        skos:definition  "Each of the acting entities of a legal resource"@en .

<https://w3id.org/legalhtml/ov#applicability>
        a                owl:ObjectProperty ;
        rdfs:domain      <http://data.europa.eu/eli/ontology#LegalResource> ;
        rdfs:label       "applicability"@en ;
        rdfs:range       owl:Thing ;
        skos:definition  "Reference to an entity directly bound by the application of a legal resource"@en .

<https://w3id.org/legalhtml/ov#ChangeSet>
        a                owl:Class ;
        rdfs:label       "change set"@en ;
        rdfs:subClassOf  owl:Thing ;
        skos:definition  "A collection of related modifications to a legal resource (e.g. originating from the same amendment)"@en .

<https://w3id.org/legalhtml/ov#ProcedureStage>
        a                owl:Class ;
        rdfs:label       "procedure stage"@en ;
        rdfs:subClassOf  owl:Thing ;
        skos:definition  "A stage of a procedure"@en .

<https://w3id.org/legalhtml/ov#Change>
        a                owl:Class ;
        rdfs:label       "change"@en ;
        rdfs:subClassOf  owl:Thing ;
        skos:definition  "A modification affecting a legal resource"@en .

<https://w3id.org/legalhtml/ov#startOfApplicability>
        a                owl:DatatypeProperty ;
        rdfs:domain      <https://w3id.org/legalhtml/ov#ChangeSet> ;
        rdfs:label       "start of applicability"@en ;
        rdfs:range       <http://www.w3.org/2001/XMLSchema#date> ;
        skos:definition  "The date of first applicability"@en .

<https://w3id.org/legalhtml/ov#deletion>
        a                owl:ObjectProperty ;
        rdfs:domain      <https://w3id.org/legalhtml/ov#Repeal> ;
        rdfs:label       "deletion"@en ;
        skos:definition  "Technical reference to the deleted text"@en .

<https://w3id.org/legalhtml/ov#forceChange>
        a                   owl:ObjectProperty ;
        rdfs:label          "force change"@en ;
        rdfs:range          <https://w3id.org/legalhtml/ov#ForceChange> ;
        rdfs:subPropertyOf  <https://w3id.org/legalhtml/ov#change> ;
        skos:definition     "Reference to a force change"@en .

<https://w3id.org/legalhtml/ov#textualChange>
        a                   owl:ObjectProperty ;
        rdfs:label          "textual change"@en ;
        rdfs:range          <https://w3id.org/legalhtml/ov#TextualChange> ;
        rdfs:subPropertyOf  <https://w3id.org/legalhtml/ov#change> ;
        skos:definition     "Reference to a textual change"@en .

<https://w3id.org/legalhtml/ov#Role>
        a                owl:Class ;
        rdfs:label       "role"@en ;
        rdfs:subClassOf  owl:Thing ;
        skos:definition  "A role within an organization"@en .

<https://w3id.org/legalhtml/ov#PostponementOfEntryIntoForce>
        a                owl:Class ;
        rdfs:label       "postponement of entry into force"@en ;
        rdfs:subClassOf  <https://w3id.org/legalhtml/ov#ForceChange> .

<https://w3id.org/legalhtml/ov#amendedText>
        a                owl:ObjectProperty ;
        rdfs:domain      <https://w3id.org/legalhtml/ov#TextualChange> ;
        rdfs:label       "amended text"@en ;
        rdfs:range       <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> ;
        skos:definition  "Reference to the part of the act that is being modified"@en .

<https://w3id.org/legalhtml/ov#entryIntoForce>
        a                owl:DatatypeProperty ;
        rdfs:domain      <https://w3id.org/legalhtml/ov#ChangeSet> ;
        rdfs:label       "entry into force"@en ;
        rdfs:range       <http://www.w3.org/2001/XMLSchema#date> ;
        skos:definition  "The date of first entry into force"@en .

<https://w3id.org/legalhtml/ov#TextualChange>
        a                owl:Class ;
        rdfs:label       "textual change"@en ;
        rdfs:subClassOf  <https://w3id.org/legalhtml/ov#Change> ;
        skos:definition  "A textual modificaiton to a legal resource"@en .

<https://w3id.org/legalhtml/ov#ReEnactment>
        a                owl:Class ;
        rdfs:label       "re-enactment"@en ;
        rdfs:subClassOf  <https://w3id.org/legalhtml/ov#ForceChange> .

<https://w3id.org/legalhtml/ov#Status>
        a                owl:Class ;
        rdfs:label       "status"@en ;
        rdfs:subClassOf  owl:Thing ;
        skos:definition  "A status of a file, document, etc." .

<https://w3id.org/legalhtml/ov#Substitution>
        a                owl:Class ;
        rdfs:label       "substitution"@en ;
        rdfs:subClassOf  <https://w3id.org/legalhtml/ov#TextualChange> ;
        skos:definition  "A substitution of text inside a legal resource"@en .

<https://w3id.org/legalhtml/ov#signaturePlace>
        a                owl:ObjectProperty ;
        rdfs:domain      <http://data.europa.eu/eli/ontology#LegalResource> ;
        rdfs:label       "signature place"@en ;
        rdfs:range       dc:Location ;
        skos:definition  "The signature place of a legal resource"@en .

<https://w3id.org/legalhtml/ov#changeSet>
        a                owl:ObjectProperty ;
        rdfs:domain      <https://w3id.org/legalhtml/ov#ConsolidatedResource> ;
        rdfs:label       "change set"@en ;
        rdfs:range       <https://w3id.org/legalhtml/ov#ChangeSet> ;
        skos:definition  "Reference to a change set being consolidated by a consolidated resource"@en .

<https://w3id.org/legalhtml/ov#legislature>
        a                owl:ObjectProperty ;
        rdfs:domain      <http://data.europa.eu/eli/ontology#LegalResource> ;
        rdfs:label       "legislature"@en ;
        rdfs:range       <https://w3id.org/legalhtml/ov#Legislature> ;
        skos:definition  "Reference to the legislature responsible for originating a legal resource"@en .

<https://w3id.org/legalhtml/ov#replacement>
        a                owl:ObjectProperty ;
        rdfs:domain      <https://w3id.org/legalhtml/ov#Substitution> ;
        rdfs:label       "replacement"@en ;
        skos:definition  "Technical reference to the replacement text"@en .

<https://w3id.org/legalhtml/ov>
        a                             owl:Ontology ;
        dc:creator                    <https://art.uniroma2.it/stellato> , <https://art.uniroma2.it/fiorelli> ;
        dc:description                "An ontology for metadata about legal texts represented using the LegalHTML format"@en ;
        dc:issued                     "2022-12-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
        dc:license                    <http://joinup.ec.europa.eu/software/page/eupl> ;
        dc:title                      "LegalHTML Ontology"@en ;
        ns0:preferredNamespacePrefix  "lh" ;
        ns0:preferredNamespaceUri     "https://w3id.org/legalhtml/ov#" ;
        owl:imports                   dc: , <http://data.europa.eu/eli/ontology#> ;
        owl:versionIRI                <https://w3id.org/legalhtml/ov-1.0.0-rc.1> ;
        owl:versionInfo               "1.0.0-rc.1" .

<https://w3id.org/legalhtml/ov#ProrogationOfForce>
        a                owl:Class ;
        rdfs:label       "prorogation of force"@en ;
        rdfs:subClassOf  <https://w3id.org/legalhtml/ov#ForceChange> .

<https://w3id.org/legalhtml/ov#amendingText>
        a                owl:ObjectProperty ;
        rdfs:domain      <https://w3id.org/legalhtml/ov#TextualChange> ;
        rdfs:label       "amending text"@en ;
        rdfs:range       <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> ;
        skos:definition  "Reference to the part of the amending act that specifies the modification being done"@en .

<https://w3id.org/legalhtml/ov#Unconstitutionality>
        a                owl:Class ;
        rdfs:label       "uncostitutionality"@en ;
        rdfs:subClassOf  <https://w3id.org/legalhtml/ov#ForceChange> .

<https://w3id.org/legalhtml/ov#EndOfEnactment>
        a                owl:Class ;
        rdfs:label       "end of enactment"@en ;
        rdfs:subClassOf  <https://w3id.org/legalhtml/ov#ForceChange> .

<https://w3id.org/legalhtml/ov#Insertion>
        a                owl:Class ;
        rdfs:label       "insertion"@en ;
        rdfs:subClassOf  <https://w3id.org/legalhtml/ov#TextualChange> ;
        skos:definition  "An insertion of text into a legal resource"@en .

<https://w3id.org/legalhtml/ov#relevance>
        a                owl:ObjectProperty ;
        rdfs:domain      <http://data.europa.eu/eli/ontology#LegalResource> ;
        rdfs:label       "relevance"@en ;
        rdfs:range       <http://data.europa.eu/eli/ontology#Agent> ;
        skos:definition  "An entity governed by legal acts relevant for a legal resource"@en .

<https://w3id.org/legalhtml/ov#procedureID>
        a                owl:DatatypeProperty ;
        rdfs:domain      <http://data.europa.eu/eli/ontology#LegalResource> ;
        rdfs:label       "procedure identifier"@en ;
        rdfs:range       rdfs:Literal ;
        skos:definition  "Unique reference for a procedure"@en .

<https://w3id.org/legalhtml/ov#addendum>
        a                owl:ObjectProperty ;
        rdfs:domain      <https://w3id.org/legalhtml/ov#Insertion> ;
        rdfs:label       "addendum"@en ;
        skos:definition  "Technical reference to the inserted text"@en .

<https://w3id.org/legalhtml/ov#addressee>
        a                owl:ObjectProperty ;
        rdfs:domain      <http://data.europa.eu/eli/ontology#LegalResource> ;
        rdfs:label       "addressee"@en ;
        rdfs:range       owl:Thing ;
        skos:definition  "A person or entity to which a legal resource is addressed"@en .

<https://w3id.org/legalhtml/ov#signatoryRole>
        a                owl:ObjectProperty ;
        rdfs:domain      <https://w3id.org/legalhtml/ov#Signature> ;
        rdfs:label       "signatory role"@en ;
        rdfs:range       <https://w3id.org/legalhtml/ov#Role> ;
        skos:definition  "The role played within an organization by someones who affixed a signature on a legal resource on behalf of it"@en .

<https://w3id.org/legalhtml/ov#Repeal>
        a                owl:Class ;
        rdfs:label       "repeal"@en ;
        rdfs:subClassOf  <https://w3id.org/legalhtml/ov#TextualChange> ;
        skos:definition  "A deletion of text from a legal resource"@en .

<https://w3id.org/legalhtml/ov#issuer>
        a                owl:ObjectProperty ;
        rdfs:domain      <http://data.europa.eu/eli/ontology#LegalResource> ;
        rdfs:label       "issuer"@en ;
        rdfs:range       <http://data.europa.eu/eli/ontology#Agent> ;
        skos:definition  "An entity responsible for originating a legal resource"@en .

<https://w3id.org/legalhtml/ov#signatoryOrganization>
        a                owl:ObjectProperty ;
        rdfs:domain      <https://w3id.org/legalhtml/ov#Signature> ;
        rdfs:label       "signatory organization"@en ;
        rdfs:range       <http://data.europa.eu/eli/ontology#Organization> ;
        skos:definition  "The organization on behalf of which the signatory affixed a signature on a legal resource"@en .

<https://w3id.org/legalhtml/ov#signatory>
        a                owl:ObjectProperty ;
        rdfs:domain      <https://w3id.org/legalhtml/ov#Signature> ;
        rdfs:label       "signatory"@en ;
        rdfs:range       <http://data.europa.eu/eli/ontology#Person> ;
        skos:definition  "The person who affixed the signature"@en .

<https://w3id.org/legalhtml/ov#ProrogationOfEfficacy>
        a                owl:Class ;
        rdfs:label       "prorogation of efficacy"@en ;
        rdfs:subClassOf  <https://w3id.org/legalhtml/ov#EfficacyChange> .

<https://w3id.org/legalhtml/ov#change>
        a                owl:ObjectProperty ;
        rdfs:domain      <https://w3id.org/legalhtml/ov#ChangeSet> ;
        rdfs:label       "change"@en ;
        rdfs:range       <https://w3id.org/legalhtml/ov#Change> ;
        skos:definition  "Reference to a change in a change set"@en .

<https://w3id.org/legalhtml/ov#ForceChange>
        a                owl:Class ;
        rdfs:label       "force change"@en ;
        rdfs:subClassOf  <https://w3id.org/legalhtml/ov#Change> ;
        skos:definition  "A modification in the force of a legal resource"@en .

<https://w3id.org/legalhtml/ov#Signature>
        a                owl:Class ;
        rdfs:label       "signature"@en ;
        rdfs:subClassOf  owl:Thing ;
        skos:definition  "A signature on a legal resource made by someone in some organization with certain role"@en .

<https://w3id.org/legalhtml/ov#EntryIntoForce>
        a                owl:Class ;
        rdfs:label       "entry into force"@en ;
        rdfs:subClassOf  <https://w3id.org/legalhtml/ov#ForceChange> .

<https://w3id.org/legalhtml/ov#procedureStage>
        a                owl:ObjectProperty ;
        rdfs:domain      <http://data.europa.eu/eli/ontology#LegalResource> ;
        rdfs:label       "procedure stage"@en ;
        rdfs:range       <https://w3id.org/legalhtml/ov#ProcedureStage> ;
        skos:definition  "Reference to the stage of a procedure"@en .

<https://w3id.org/legalhtml/ov#changingAct>
        a                owl:ObjectProperty ;
        rdfs:domain      <https://w3id.org/legalhtml/ov#ChangeSet> ;
        rdfs:label       "changing act"@en ;
        rdfs:range       <http://data.europa.eu/eli/ontology#LegalResource> ;
        skos:definition  "the act making the modification"@en .

<https://w3id.org/legalhtml/ov#Retroactivity>
        a                owl:Class ;
        rdfs:label       "retroactivity"@en ;
        rdfs:subClassOf  <https://w3id.org/legalhtml/ov#EfficacyChange> .

<https://w3id.org/legalhtml/ov#ConsolidatedResource>
        a                owl:Class ;
        rdfs:label       "consolidated resource"@en ;
        rdfs:subClassOf  <http://data.europa.eu/eli/ontology#LegalResource> ;
        skos:definition  "A consolidated legal resource accounting for subsequent amendments"@en .

<https://w3id.org/legalhtml/ov#originalLanguage>
        a                owl:ObjectProperty ;
        rdfs:domain      <http://data.europa.eu/eli/ontology#LegalResource> ;
        rdfs:label       "original language"@en ;
        rdfs:range       dc:LinguisticSystem ;
        skos:definition  "The language in which a legal resource has been originally drafted"@en .

<https://w3id.org/legalhtml/ov#published>
        a                owl:DatatypeProperty ;
        rdfs:domain      <https://w3id.org/legalhtml/ov#ChangeSet> ;
        rdfs:label       "published"@en ;
        rdfs:range       <http://www.w3.org/2001/XMLSchema#date> ;
        skos:definition  "The date of publication"@en .

<https://w3id.org/legalhtml/ov#status>
        a                owl:ObjectProperty ;
        rdfs:domain      <http://data.europa.eu/eli/ontology#LegalResource> ;
        rdfs:label       "status"@en ;
        rdfs:range       <https://w3id.org/legalhtml/ov#Status> ;
        skos:definition  "The status of a language resource"@en .

<https://w3id.org/legalhtml/ov#replacedContent>
        a                owl:ObjectProperty ;
        rdfs:domain      <https://w3id.org/legalhtml/ov#Substitution> ;
        rdfs:label       "replaced content"@en ;
        skos:definition  "Technical reference to the replaced text"@en .

<https://w3id.org/legalhtml/ov#Legislature>
        a                owl:Class ;
        rdfs:label       "legislature"@en ;
        rdfs:subClassOf  owl:Thing ;
        skos:definition  "An assembly that is empowered to legislate for a political entity such as a country or city"@en .

<https://w3id.org/legalhtml/ov#reference>
        a                owl:DatatypeProperty ;
        rdfs:domain      <http://data.europa.eu/eli/ontology#LegalResource> ;
        rdfs:label       "reference"@en ;
        rdfs:range       rdfs:Literal ;
        skos:definition  "An identifier assigned to a legal resource by an entity"@en .

<https://w3id.org/legalhtml/ov#EfficacyChange>
        a                owl:Class ;
        rdfs:label       "efficacy change"@en ;
        rdfs:subClassOf  <https://w3id.org/legalhtml/ov#Change> ;
        skos:definition  "A modification in the efficacy of a legal resource"@en .

<https://w3id.org/legalhtml/ov#PostponementOfEfficacy>
        a                owl:Class ;
        rdfs:label       "postponement of efficacy"@en ;
        rdfs:subClassOf  <https://w3id.org/legalhtml/ov#EfficacyChange> .

<https://w3id.org/legalhtml/ov#proposingEntity>
        a                owl:ObjectProperty ;
        rdfs:domain      <http://data.europa.eu/eli/ontology#LegalResource> ;
        rdfs:label       "proposing entity"@en ;
        rdfs:range       <http://data.europa.eu/eli/ontology#Agent> ;
        skos:definition  "An entity responsible for the proposal"@en .

<https://w3id.org/legalhtml/ov#Extraefficacy>
        a                owl:Class ;
        rdfs:label       "extraefficacy"@en ;
        rdfs:subClassOf  <https://w3id.org/legalhtml/ov#EfficacyChange> .

<https://w3id.org/legalhtml/ov#signature>
        a                owl:ObjectProperty ;
        rdfs:domain      <http://data.europa.eu/eli/ontology#LegalResource> ;
        rdfs:label       "signature"@en ;
        rdfs:range       <https://w3id.org/legalhtml/ov#Signature> ;
        skos:definition  "Reference to a signature on a legal resource"@en .

<https://w3id.org/legalhtml/ov#EndOfEfficacy>
        a                owl:Class ;
        rdfs:label       "end of efficacy"@en ;
        rdfs:subClassOf  <https://w3id.org/legalhtml/ov#EfficacyChange> .
