@prefix : . @prefix cv: . @prefix dct: . @prefix eli: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix adms: . @prefix cpsv: . @prefix dcat: . @prefix foaf: . @prefix locn: . @prefix rdfs: . @prefix skos: . @prefix vann: . @prefix schema: . @base . rdf:type owl:Ontology ; vann:preferredNamespacePrefix "cpsvap" ; dct:creator ; dct:status ; foaf:homepage ; dct:created "2018-07-09"^^xsd:date . ################################################################# # Annotation properties ################################################################# ### http://purl.org/dc/terms/hasVersion dct:hasVersion rdf:type owl:AnnotationProperty . ### http://purl.org/vocab/vann/usageNote vann:usageNote rdf:type owl:AnnotationProperty . ################################################################# # Object Properties ################################################################# ### http://data.europa.eu/m8g/currency cv:currency rdf:type owl:ObjectProperty ; rdfs:range skos:Concept ; vann:usageNote "The CPSV-AP v2.0 recommends to use as controlled vocabulary the European Publications Office's Currencies Named Authority List (NAL) (http://publications.europa.eu/mdr/authority/currency/index.html)."@en ; rdfs:comment "Cardinality [0..1]. This property represents the currency in which the Cost needs to be paid and the value of the Cost is expressed. The possible values for this property are described in a controlled vocabulary."@en ; rdfs:label "currency"@en . ### http://data.europa.eu/m8g/hasAddress cv:hasAddress rdf:type owl:ObjectProperty ; rdfs:range locn:Address ; rdfs:comment "Cardinality [0..1]. This property represents an Address related to an Agent. Asserting the address relationship implies that the Agent has an Address."@en ; rdfs:label "hasAddress"@en . ### http://data.europa.eu/m8g/hasChannel cv:hasChannel rdf:type owl:ObjectProperty ; rdfs:range cv:Channel ; rdfs:comment "Cardinality [0..n]. This property links the Public Service to any Channel through which an Agent provides, uses or otherwise interacts with the Public Service, such as an online service, phone number or office."@en ; rdfs:label "hasChannel"@en . ### http://data.europa.eu/m8g/hasCompetentAuthority cv:hasCompetentAuthority rdf:type owl:ObjectProperty ; rdfs:range cv:PublicOrganisation ; rdfs:comment "Cardinality [1..1]. This property links a Public Service to a Public Organisation, which is the responsible Agent for the delivery of the Public Service. Whether the particular Public Organisation provides the public service directly or outsources it is not relevant. The Public Organisation that is the Competent Authority of the service is the one that is ultimately responsible for managing and providing the public service."@en ; rdfs:label "hasCompetentAuthority"@en . ### http://data.europa.eu/m8g/hasContactPoint cv:hasContactPoint rdf:type owl:ObjectProperty ; rdfs:range schema:ContactPoint ; rdfs:comment "Cardinality [0..n]. A contact point for the service is almost always helpful. The value of this property, the contact information itself, should be provided using VCard. Note that the contact information should be relevant to the Public Service which may not be the same as contact information for the Competent Authority or any Participant."@en ; rdfs:label "hasContactPoint"@en . ### http://data.europa.eu/m8g/hasCost cv:hasCost rdf:type owl:ObjectProperty ; rdfs:range cv:Cost ; rdfs:comment "Cardinality [0..n]. The Has Cost property links a Public Service to one or more instances of the Cost class. It indicates the costs related to the execution of a Public Service for the citizen or business related to the execution of the particular Public Service. Where the cost varies depending on the channel through which the service is accessed, it can be linked to the channel using the If Accessed Through relationship."@en ; rdfs:label "hasCost"@en . ### http://data.europa.eu/m8g/hasCriterion cv:hasCriterion rdf:type owl:ObjectProperty ; rdfs:range cv:CriterionRequirement ; rdfs:comment "Cardinality [0..n]. Links a Public Service to a class that describes the criteria for needing or using the service, such as residency in a given location, being over a certain age etc. The Criterion class is defined in the Core Criterion and Core Evidence Vocabulary."@en ; rdfs:label "hasCriterion"@en . ### http://data.europa.eu/m8g/hasLegalResource cv:hasLegalResource rdf:type owl:ObjectProperty ; rdfs:range eli:LegalResource ; rdfs:comment "Cardinality [0..n]. The Has Legal Resource property links a Public Service to a Legal Resource. It indicates the Legal Resource (e.g. legislation) to which the Public Service relates, operates or has its legal basis."@en ; rdfs:label "hasLegalResource"@en . ### http://data.europa.eu/m8g/hasParticipation cv:hasParticipation rdf:type owl:ObjectProperty ; rdfs:range cv:Participation ; rdfs:comment "Cardinality [0..n]. The CPSV-AP defines the three basic roles of Competent Authority, Service Provider and Service User but this simple model can be extended if required using the Has Participation property that links to the Participation class ."@en ; rdfs:label "hasParticipation"@en . ### http://data.europa.eu/m8g/ifAccessedThrough cv:ifAccessedThrough rdf:type owl:ObjectProperty ; rdfs:range cv:Channel ; rdfs:comment "Cardinality [0..1]. Where the cost varies depending on the channel used, for example, if accessed through an online service cf. accessed at a physical location, the cost can be linked to the channel using the If Accessed Through property."@en ; rdfs:label "ifAccesseThrough"@en . ### http://data.europa.eu/m8g/isClassifiedBy cv:isClassifiedBy rdf:type owl:ObjectProperty ; rdfs:range skos:Concept ; rdfs:comment "Cardinality [0..n]. The Is Classified By property allows to classify the Public Service with any Concept, other than those already foreseen and defined explicitely in the CPSV-AP (Thematic Area, Sector, …). It is a generic property which can be further specialised to make the classification explicit, for instance for classifying public services according level of digitisation, type of audience … The Concept is at its turn related to a Collection, which groups the different concepts into a controlled vocabulary."@en ; rdfs:label "isClassifiedBy"@en . ### http://data.europa.eu/m8g/isDefinedBy cv:isDefinedBy rdf:type owl:ObjectProperty ; rdfs:range cv:PublicOrganisation ; rdfs:comment "Cardinality [0..n]. This property links the Cost class with one or more instances of the Public Organisation class. This property indicates which Public Organisation is the Competent Authority for defining the costs associated with the delivery of a particular Public Service."@en ; rdfs:label "isDefinedBy"@en . ### http://data.europa.eu/m8g/isDescribedAt cv:isDescribedAt rdf:type owl:ObjectProperty ; rdfs:range cv:PublicServiceDataset ; rdfs:comment "Cardinality [0..n]. The Is Described At property links a Public Service to the dataset where it belongs to. It is used to track the metadata of the origin of the public service descriptions."@en ; rdfs:label "isDescribedAt"@en . ### http://data.europa.eu/m8g/isGroupedBy cv:isGroupedBy rdf:type owl:ObjectProperty ; rdfs:range cv:Event ; rdfs:comment "Cardinality [0..n]. This property links the Public Service to the Event class. Several Public Services may be associated with a particular Event and, likewise, the same Public Service may be associated with several different Events."@en ; rdfs:label "isGroupedBy"@en . ### http://data.europa.eu/m8g/ownedBy cv:ownedBy rdf:type owl:ObjectProperty ; rdfs:range cv:PublicOrganisation ; rdfs:comment "Cardinality [0..n]. This property links the Channel class with one or more instances of the Public Organisation class. This property indicates the owner of a specific Channel through which a Public Service is being delivered."@en ; rdfs:label "ownedBy"@en . ### http://data.europa.eu/m8g/playsRole cv:playsRole rdf:type owl:ObjectProperty ; rdfs:range cv:Participation ; rdfs:comment "Cardinality [0..n]. This property links an Agent to the Participation class. The Participation class facilitates the detailed description of how an Agent participates in or interacts with a Public Service and may include temporal and spatial constraints on that participation."@en ; rdfs:label "playsRole"@en . ### http://data.europa.eu/m8g/role cv:role rdf:type owl:ObjectProperty ; rdfs:range skos:Concept ; rdfs:comment "Cardinality [1..n]. Provides the role played. This should be provided using a controlled vocabulary. Since this is an extension mechanism for the CPSV-AP, the controlled vocabulary should be decided to suit local implementations."@en ; rdfs:label "role"@en . ### http://data.europa.eu/m8g/sector cv:sector rdf:type owl:ObjectProperty ; rdfs:range skos:Concept ; vann:usageNote "The CPSV-AP v2.0 recommends to use as controlled vocabulary the List of NACE codes (http://ec.europa.eu/competition/mergers/cases/index/nace_all.html)."@en ; rdfs:comment "Cardinality [0..n]. This property represents the industry or sector a Public Service relates to, or is intended for. For example: environment, safety, housing. Note that a single Public Service may relate to multiple sectors. The possible values for this property are provided as a controlled vocabulary."@en ; rdfs:label "sector"@en . ### http://data.europa.eu/m8g/thematicArea cv:thematicArea rdf:type owl:ObjectProperty ; rdfs:range skos:Concept ; vann:usageNote "Cardinality [0..n]. This property represents the Thematic Area of a Public Service as described in a controlled vocabulary, for instance social protection, health, recreation, culture and religion, family, traveling economic affairs, tax, staff, environment..."@en ; rdfs:label "thematicArea"@en . ### http://purl.org/dc/terms/language dct:language rdf:type owl:ObjectProperty ; rdfs:range dct:LinguisticSystem ; vann:usageNote "Cardinality [0..n]. Indicates the language(s) in which the Evidence must be provided. The CPSV-AP v2.0 recommends to use as controlled vocabulary the European Publications Office's Languages Named Authority List (NAL) (http://publications.europa.eu/mdr/authority/language/index.html)."@en , "Cardinality [0..n]. This property represents the language(s) in which the Public Service is available. This could be one language or multiple languages, for instance in countries with more than one official language. The possible values for this property are described in a controlled vocabulary. The CPSV-AP v2.0 recommends to use as controlled vocabulary the European Publications Office's Languages Named Authority List (NAL) (http://publications.europa.eu/mdr/authority/language/index.html)."@en , "Cardinality [0..n]. This property represents the language(s) in which the Rule is available. This could be one or multiple languages, for instance in countries with more than one official language. The possible values for this property are described in a controlled vocabulary. The CPSV-AP v2.0 recommends to use as controlled vocabulary the European Publications Office's Languages Named Authority List (NAL) (http://publications.europa.eu/mdr/authority/language/index.html)."@en ; rdfs:label "language"@en . ### http://purl.org/dc/terms/publisher dct:publisher rdf:type owl:ObjectProperty ; rdfs:range dct:Agent ; vann:usageNote "Cardinality [1..1]. This property represents the Publisher of the Public Service Dataset, i.e. an entity (organisation) responsible for making the Public Service Dataset available."@en ; rdfs:label "publisher"@en . ### http://purl.org/dc/terms/relation dct:relation rdf:type owl:ObjectProperty ; rdfs:range eli:LegalResource , cpsv:PublicService ; vann:usageNote "Cardinality [0..n]. This property links an event directly to a public service that is related to it."@en , "Cardinality [0..n]. This property represents a Public Service related to the particular instance of the Public Service class."@en , "Cardinality [0..n]. This property represents another instance of the Legal Resource class that is related to the particular Legal Resource being described."@en ; rdfs:label "related"@en , "relatedService"@en . ### http://purl.org/dc/terms/requires dct:requires rdf:type owl:ObjectProperty ; rdfs:range cpsv:PublicService ; vann:usageNote "Cardinality [0..n]. One Public Service may require, or in some way make use of, the output of one or several other Public Services. In this case, for a Public Service to be executed, another Public Service must be executed beforehand. The nature of the requirement will be described in the associated Rule or Input."@en ; rdfs:label "requires"@en . ### http://purl.org/dc/terms/spatial dct:spatial rdf:type owl:ObjectProperty ; rdfs:range dct:Location ; vann:usageNote """Cardinality [0..n]. A Public Service is likely to be available only within a given area, typically the area covered by a particular public authority. A common usage of the spatial property will be to define the Administrative Territorial Unit(s) – typically a country or region – in which a Public Service is available. The Publications Office of the European Union offers a URI set that is suitable for this purpose, e.g. Malta is identified by http://publications.europa.eu/resource/authority/atu/MLT, West Flanders by http://publications.europa.eu/resource/authority/atu/BEL_PR_WVL and so on. N.B. The spatial restriction is not meant to be used to describe eligibility or the speed of operation of the service. These aspects will be covered by the Criterion class. The CPSV-AP v2.2 recommends to use as controlled vocabulary the MDR Continents Named Authority List (http://publications.europa.eu/mdr/authority/continent/index.html), MDR Countries Named Authority List (http://publications.europa.eu/mdr/authority/country/), MDR Places Named Authority List (http://publications.europa.eu/mdr/authority/place/index.html), Geonames (http://sws.geonames.org/)."""@en , "Cardinality [1..n]. A Public Organisation has to be associated to one or multiple locations."@en ; rdfs:label "spatial"@en . ### http://purl.org/dc/terms/type dct:type rdf:type owl:ObjectProperty ; rdfs:range skos:Concept ; vann:usageNote "Cardinality [0..1]. This property represents the type of Channel as defined in a controlled vocabulary. The CPSV-AP v2.0 recommends to use as controlled vocabulary the CPSV-AP list of Channels."@en , "Cardinality [0..1]. This property represents the type of Evidence as described in a controlled vocabulary."@en , "Cardinality [0..n]. The type property links an Event to a controlled vocabulary of event types and it is the nature of those controlled vocabularies that is the major difference between a business event, such as creating the business in the first place and a life event, such as the birth of a child. The CPSV-AP v2.0 recommends to use as controlled vocabulary the CPSV-AP list of Life Events and Business Events."@en , "Cardinality [0..n]. This property represents the type of Criterion Requirement as described in a controlled vocabulary."@en , "Cardinality [0..n]. This property represents the type of Output as defined in a controlled vocabulary. The CPSV-AP v2.0 recommends to use as controlled vocabulary the CPSV-AP list of Outputs."@en , "Cardinality [0..n]. This property represents the type of a Public Service as described in a controlled vocabulary, for instance social protection, health, recreation, culture and religion, economic affairs... The CPSV-AP v2.0 recommends to use as controlled vocabulary the COFOG taxonomy (http://unstats.un.org/unsd/cr/registry/regcst.asp?Cl=4)."@en ; rdfs:label "type"@en . ### http://purl.org/vocab/cpsv#follows cpsv:follows rdf:type owl:ObjectProperty ; rdfs:range cpsv:Rule ; vann:usageNote "Cardinality [0..n]. The follows property links a Public Service to the Rule(s) under which it operates. The definition of the Rule class is very broad. In a typical case, the competent authority that provides the public service will also define the rules that will implement its own policies. The CPSV-AP is flexible to allow for significant variation in such a scenario."@en ; rdfs:label "follows"@en . ### http://purl.org/vocab/cpsv#hasInput cpsv:hasInput rdf:type owl:ObjectProperty ; rdfs:range cv:Evidence ; vann:usageNote "Cardinality [0..n]. The Has Input property links a Public Service to one or more instances of the Evidence class. A specific Public Service may require the presence of certain pieces of Evidence in order to be delivered. If the evidence required to make use of a service varies according to the channel through which it is accessed, then Has Input should be at the level of the Channel."@en ; rdfs:comment "Cardinality [0..n]. In the majority of cases, the evidence required to use a Public Service will be independent of the channel through which the service is accessed. The Has Input property should normally be used to link a Public Service directly to one or more pieces of Evidence. However, where the type of Evidence required varies according to the channel used to access the Public Service, then the Has Input property may be used at the Channel level. For example, a digital signature may be required for an online channel, whereas a physical signature may be required for a face to face service provision."@en ; rdfs:label "hasInput"@en . ### http://purl.org/vocab/cpsv#implements cpsv:implements rdf:type owl:ObjectProperty ; rdfs:range eli:LegalResource ; vann:usageNote "Cardinality [0..n]. The Implements property links a Rule to relevant legislation or policy documents i.e. the Formal Framework under which the Rules are being defined."@en ; rdfs:label "implements"@en . ### http://purl.org/vocab/cpsv#produces cpsv:produces rdf:type owl:ObjectProperty ; rdfs:range cv:Output ; vann:usageNote "Cardinality [0..n]. The Produces property links a Public Service to one or more instances of the Output class, describing the actual result of executing a given Public Service. Outputs can be any resource, for instance a document, artefact or anything else being produced as a result of executing the Public Service."@en ; rdfs:label "produces"@en . ### http://www.w3.org/2004/02/skos/core#member skos:member rdf:type owl:ObjectProperty ; rdfs:range skos:Concept ; vann:usageNote "Cardinality [0..n]. The Member property, as defined in SKOS, allows to indicate the Concepts that are part of a Collection."@en ; rdfs:label "member"@en . ### http://www.w3.org/ns/adms#status adms:status rdf:type owl:ObjectProperty ; rdfs:range skos:Concept ; vann:usageNote "Cardinality [0..1]. Indicates whether a Public Service is active, inactive, under development etc. according to a controlled vocabulary. The CPSV-AP v2.0 recommends to use as controlled vocabulary the ADMS Status vocabulary (http://purl.org/adms/status/)."@en ; rdfs:label "status"@en . ### http://www.w3.org/ns/dcat#landingPage dcat:landingPage rdf:type owl:ObjectProperty ; rdfs:range foaf:Document ; rdfs:comment "Cardinality [1..n]. This property refers to a web page that provides access to the Public Service Dataset. It is intended to point to a landing page at the original data provider, not to a page on a site of a third party, such as an aggregator."@en ; rdfs:label "landingPage"@en . ### http://xmlns.com/foaf/0.1/page foaf:page rdf:type owl:ObjectProperty ; rdfs:domain owl:Thing ; rdfs:range foaf:Document ; vann:usageNote "Cardinality [0..n]. This property represents documentation that contains information related to the Evidence, for instance a particular template for an administrative document, an application or a guide on formatting the Input."@en ; rdfs:label "relatedDocumentation"@en . ### https://schema.org/hoursAvailable schema:hoursAvailable rdf:type owl:ObjectProperty ; rdfs:range schema:OpeningHoursSpecification ; vann:usageNote "Cardinality [0..1]. This property links a channel to information about when the channel is not available, overriding the general opening hours information. The details are provided using the Opening Hours Specification class."@en , "Cardinality [0..n]."@en ; rdfs:label "availabilityRestriction"@en , "openingHours"@en . ################################################################# # Data properties ################################################################# ### http://data.europa.eu/m8g/processingTime cv:processingTime rdf:type owl:DatatypeProperty ; rdfs:range rdfs:Literal ; rdfs:comment "Cardinality [0..1]. The value of this property is the (estimated) time needed for executing a Public Service. The actual information is provided using the ISO8601 syntax for durations."@en ; rdfs:label "processingTime"@en . ### http://data.europa.eu/m8g/value cv:value rdf:type owl:DatatypeProperty ; rdfs:range xsd:double ; rdfs:comment "Cardinality [0..1]. This property represents a numeric value indicating the amount of the Cost."@en ; rdfs:label "value"@en . ### http://purl.org/dc/terms/description dct:description rdf:type owl:DatatypeProperty ; rdfs:range rdfs:Literal ; vann:usageNote "Cardinality [0..1]. This property represents a free text Description of the Output."@en , "Cardinality [0..1]. This property represents a free text Description of the piece of Evidence."@en , "Cardinality [0..1]. This property represents a free text description of the Cost."@en , "Cardinality [0..1]. This property represents a free text description of the Event. The description is likely to be the text that a business or citizen sees for that specific Event when looking for relevant Public Services. Public administrations are therefore encouraged to include a reasonable level of detail in the description."@en , "Cardinality [1..1]. A free text description of the Participation."@en , "Cardinality [1..1]. This property represents a free text Description of the Public Service. The description is likely to be the text that potential users of the Public Service see in any public service catalogue. Public administrations are encouraged to include a reasonable level of detail in the description, for instance including basic eligibility requirements for the particular Public Service and contact information."@en , "Cardinality [1..1]. This property represents a free text Description of the Rule."@en ; rdfs:label "description"@en . ### http://purl.org/dc/terms/identifier dct:identifier rdf:type owl:DatatypeProperty ; rdfs:range rdfs:Literal . ### http://purl.org/dc/terms/title dct:title rdf:type owl:DatatypeProperty ; rdfs:range rdfs:Literal ; vann:usageNote "Cardinality [1..1]. This property represents the Name (or title) of the Event."@en , "Cardinality [1..1]. This property represents the Name of the Agent."@en , "Cardinality [1..1]. This property represents the name of the Rule."@en , "Cardinality [1..1]. This property represents the official Name of the Criterion Requirement."@en , "Cardinality [1..1]. This property represents the official Name of the Output."@en , "Cardinality [1..1]. This property represents the official Name of the Public Service."@en , "Cardinality [1..1]. This property represents the official Name of the piece of Evidence."@en ; rdfs:comment "Cardinality [1..n]. This property contains a name given to the Public Service Dataset. This property can be repeated for parallel language versions of the name."@en ; rdfs:label "name"@en . ### http://www.w3.org/2004/02/skos/core#prefLabel skos:prefLabel rdf:type owl:DatatypeProperty ; rdfs:range rdfs:Literal ; vann:usageNote "Cardinality [1..1]."@en ; rdfs:label "preferredLabel"@en . ### http://www.w3.org/ns/dcat#keyword dcat:keyword rdf:type owl:DatatypeProperty ; rdfs:range rdfs:Literal ; vann:usageNote "Cardinality [0..n]. This property represents a keyword, term or phrase to describe the Public Service."@en ; rdfs:label "keyword"@en . ### https://schema.org/email schema:email rdf:type owl:DatatypeProperty ; rdfs:range rdfs:Literal ; vann:usageNote "Cardinality [0..n]."@en ; rdfs:label "hasEmail"@en . ### https://schema.org/openingHours schema:openingHours rdf:type owl:DatatypeProperty ; rdfs:range rdfs:Literal ; vann:usageNote "Cardinality [0..n]. This property represents the normal opening hours of a channel. The value should follow the flexible format defined for schema.org's opening hours property. Following that structure, days of the week are represented by two letter codes (Mo, Tu, We, Th, Fr, Sa, Su). Lists should be comma separated (for example: Mo, We, Fr) and periods separated by a hyphen."@en ; rdfs:label "openingHours"@en . ### https://schema.org/telephone schema:telephone rdf:type owl:DatatypeProperty ; rdfs:range rdfs:Literal ; vann:usageNote "Cardinality [0..n]."@en ; rdfs:label "hasTelephone"@en . ################################################################# # Classes ################################################################# ### http://data.europa.eu/eli/ontology#LegalResource eli:LegalResource rdf:type owl:Class ; vann:usageNote "Optional class. This class represents the legislation, policy or policies that lie behind the Rules that govern the service. The definition and properties of the Legal Resource class in the CPSV-AP are aligned with the ontology included in “Council conclusions inviting the introduction of the European Legislation Identifier (ELI)”. For describing the attributes of a Legal Resource (labels, preferred labels, alternative labels, definition …) we refer to the ELI ontology."@en ; rdfs:label "LegalResource"@en . ### http://data.europa.eu/m8g/BusinessEvent cv:BusinessEvent rdf:type owl:Class ; rdfs:comment "Optional class. This class represents a Business Event, which specialises Event. A Business Event is a specific situation or event in the lifecycle of a business that fulfils one or more needs or (legal) obligations of that business at this specific point in time. A Business Event requires a set of public services to be delivered and consumed in order for the associated business need(s) or obligation(s) to be fulfilled. Business Events are defined within the context of a particular Member State. In other words, a Business Event groups together a number of public services that need to be delivered for completing that particular event."@en ; rdfs:label "BusinessEvent"@en . ### http://data.europa.eu/m8g/Channel cv:Channel rdf:type owl:Class ; rdfs:comment "Optional class. The Channel class represents the medium through which an Agent provides, uses or interacts in another way with a Public Service. Typical examples include online services, phone, walk-in centres etc."@en ; rdfs:isDefinedBy ; rdfs:label "Channel"@en . ### http://data.europa.eu/m8g/Cost cv:Cost rdf:type owl:Class ; rdfs:comment "Optional class. The Cost class represents any costs related to the execution of a Public Service that the Agent consuming it needs to pay."@en ; rdfs:isDefinedBy ; rdfs:label "Cost"@en . ### http://data.europa.eu/m8g/CriterionRequirement cv:CriterionRequirement rdf:type owl:Class ; vann:usageNote "Optional class. Not all public services are needed or usable by everyone. For example, the visa service operated by European countries is not needed by European citizens but is needed by some citizens from elsewhere, or public services offering unemployment benefits and grants are targeting specific societal groups. The CPSV reuses the Core Criterion and Core Evidence Vocabulary for this class. The CCCEV provides more details but the CriterionRequirement class has three mandatory properties."@en ; rdfs:isDefinedBy cv:cccev ; rdfs:label "CriterionRequirement"@en . ### http://data.europa.eu/m8g/Event cv:Event rdf:type owl:Class ; rdfs:comment "Optional class. This class represents an event that can be of any type that triggers, makes use of, or in some way is related to, a Public Service. It is not expected to be used directly, rather, one or other of its subclasses should be used. The properties of the class are, of course, inherited by those subclasses."@en ; rdfs:isDefinedBy ; rdfs:label "Event"@en . ### http://data.europa.eu/m8g/Evidence cv:Evidence rdf:type owl:Class ; vann:usageNote "Optional class. Evidence can be any resource - document, artefact – anything needed for executing the Public Service. In the context of Public Services, Evidence is usually administrative documents or completed application forms. A specific Public Service may require the presence of certain Evidence or combinations of Evidence in order to be delivered. In some cases, the Output of one service will be Evidence for another service. Such relationships should be described in the associated Rule(s)."@en ; rdfs:isDefinedBy cv:cccev ; rdfs:label "Evidence"@en . ### http://data.europa.eu/m8g/LifeEvent cv:LifeEvent rdf:type owl:Class ; rdfs:comment "Optional class. The Life Event class represents an important event or situations in a citizen's life where public services may be required. Note the scope: an individual will encounter any number of 'events' in the general sense of the word. In the context of the CPSV-AP, the Life Event class only represents an event for which a Public Service is related. For example, a couple becoming engaged is not a CPSV-AP Life Event, getting married is, since only the latter has any relevance to public services."@en ; rdfs:label "LifeEvent"@en . ### http://data.europa.eu/m8g/Output cv:Output rdf:type owl:Class ; rdfs:comment "Optional class. Outputs can be any resource - document, artefact – anything produced by the Public Service. In the context of a Public Service, the output provides an official document or other artefact of the Competent Authority (Public Organisation) that permits/authorises/entitles an Agent to (do) something."@en ; rdfs:isDefinedBy ; rdfs:label "Output"@en . ### http://data.europa.eu/m8g/Participation cv:Participation rdf:type owl:Class ; vann:usageNote "Optional class. The CPSV-AP recognises a common role connected with public services, i.e. the Competent Authority. However, this simple structure does not allow statements to be made about those participants, such the start and end date of a contract, nor does it support the inclusion of other roles. The Participation class supports this extra complexity if required, for instance, the description of a service user or a service provider. The model is consistent with the CPOV which in turn is based on the W3C Organization Ontology that supports the common cases simply but allows the complex cases where necessary. The Participation class can be mapped to the Organization Ontology’s Membership class that allows more complex relationships and richer metadata to be applied to a role filled by a given Agent."@en ; rdfs:isDefinedBy cv:cpov ; rdfs:label "Participation"@en . ### http://data.europa.eu/m8g/PublicOrganisation cv:PublicOrganisation rdf:type owl:Class ; vann:usageNote "Mandatory class. The CPSV-AP reuses the Core Public Organisation Vocabulary that defines the concept of a Public Organisation and associated properties and relationships. It is largely based on the W3C Organization Ontology."@en ; rdfs:isDefinedBy cv:cpov ; rdfs:label "PublicOrganisation"@en . ### http://data.europa.eu/m8g/PublicServiceDataset cv:PublicServiceDataset rdf:type owl:Class ; vann:usageNote "Optional class. The CPSV-AP reuses the Data Catalog Vocabulary (DCAT) for the creation of the Public Service Dataset class. The Public Service Dataset, is a specialisation of the Dataset class of the Data Catalog Vocabulary (DCAT) and inherits all its properties. The class describes the metadata of where the dataset is being described, for instance on a regional public service portal or a national eGovernment portal."@en ; rdfs:label "PublicServiceDataset"@en . ### http://purl.org/dc/terms/Agent dct:Agent rdf:type owl:Class ; vann:usageNote "Optional class. The Agent class is any resource that acts or has the power to act. This includes people, organisations and groups. The Public Organisation class, defined in the Core Public Organisation Vocabulary, is a notable sub class of Agent."@en ; rdfs:isDefinedBy cv:cpov ; rdfs:label "Agent"@en . ### http://purl.org/dc/terms/LinguisticSystem dct:LinguisticSystem rdf:type owl:Class . ### http://purl.org/dc/terms/Location dct:Location rdf:type owl:Class . ### http://purl.org/vocab/cpsv#PublicService cpsv:PublicService rdf:type owl:Class ; vann:usageNote "Mandatory class. This class represents the Public Service itself, as it is described in a public service catalogue. A Public Service is a mandatory or discretionary set of activities performed, or able to be performed, by or on behalf of a public organisation, publicly funded and arise from public policy. Services may be for the benefit of an individual, a business, or other public authority, or groups of any of these. A service exists whether it is used or not, and the term 'benefit' may apply in the sense of enabling the fulfilment of an obligation. As defined in the revised version of the European Interoperability Framework, a European public service comprises any service provided by public administrations in Europe, or by other organisations on their behalf, to businesses, citizens or others public administrations."@en ; rdfs:label "PublicService"@en . ### http://purl.org/vocab/cpsv#Rule cpsv:Rule rdf:type owl:Class ; vann:usageNote "Optional class. The Rule class represents a document that sets out the specific rules, guidelines or procedures that the Public Service follows. It includes the terms of service, licence, and authentication requirements of the Public Service."@en ; rdfs:label "Rule"@en . ### http://www.w3.org/2004/02/skos/core#Collection skos:Collection rdf:type owl:Class ; vann:usageNote "Optional class. This class represents the Collection to which a Concept belongs. Grouping different concepts defines a controlled vocabulary. In this context the CPSV-AP reuses the Collection class as defined in the SKOS Simple Knowledge Organization System . For describing the attributes of a Collection (labels, preferred labels, alternative labels, definition …) we refer to SKOS."@en ; rdfs:label "Collection"@en . ### http://www.w3.org/2004/02/skos/core#Concept skos:Concept rdf:type owl:Class ; vann:usageNote "Optional class. This class represents any concept that can be used for classifying the Public Service and which relates to the Public Service through the property Is Classified By. This class has been added in the CPSV-AP to complement the need for adding other ways of classifying the Public Service, which have not been explicitely defined in the CPSV-AP. In this context the CPSV-AP reuses the Concept class as defined in the SKOS Simple Knowledge Organization System . For describing the attributes of a Concept (labels, preferred labels, alternative labels, definition …) we refer to SKOS. The Concept may or may not belong to (member) a certain Collection."@en ; rdfs:label "Concept"@en . ### http://www.w3.org/ns/adms#Asset adms:Asset rdf:type owl:Class . ### http://www.w3.org/ns/locn#Address locn:Address rdf:type owl:Class . ### http://xmlns.com/foaf/0.1/Document foaf:Document rdf:type owl:Class . ### https://schema.org/ContactPoint schema:ContactPoint rdf:type owl:Class ; vann:usageNote "Optional class. This class represents the contact information for a Public Service, Channel, Public Organisation etc. It is defined in the Core Public Organisation Vocabulary and is usually provided as a VCard."@en ; rdfs:label "ContactPoint"@en . ### https://schema.org/OpeningHoursSpecification schema:OpeningHoursSpecification rdf:type owl:Class . ################################################################# # Individuals ################################################################# ### http://data.europa.eu/m8g/cpsvap rdf:type owl:NamedIndividual , adms:Asset ; dct:publisher ; dct:type ; dct:description "The original CPSV-AP was prepared in the context of Action 1.3 – Accessing Member State information resources at European level – Catalogue of Services of the European Commission’s Interoperability for European Public Administrations (ISA) programme. The CPSV-AP has been seen as a first step for creating a model for describing public services related to business events, to facilitate the set-up of catalogues of services in the context of the Services Directive. Update to version 2.2 finds its motivation in the experience of implementing version 2.1 of the CPSV-AP by different MSs and stakeholders and consequent requests received from them, as detailed in https://github.com/catalogue-of-services-isa/CPSV-AP/issues."@en ; dct:title "Core Public Service Vocabulary Application Profile"@en . ### http://publications.europa.eu/resource/authority/corporate-body/DIGIT rdf:type owl:NamedIndividual . ### http://purl.org/adms/assettype/Ontology rdf:type owl:NamedIndividual . ### http://purl.org/dc/terms/identifier dct:identifier rdf:type owl:NamedIndividual ; dct:description "Recommended best practice is to identify the resource by means of a string conforming to a formal identification system. "@en . ################################################################# # Annotations ################################################################# dct:identifier vann:usageNote "Cardinality [1..1]. This property represents an Identifier for the Cost."@en , "Cardinality [1..1]. This property represents an Identifier for the Participation."@en , "Cardinality [1..1]. This property represents an Identifier for the Output."@en , "Cardinality [1..1]. This property represents an Identifier for the Event."@en , "Cardinality [1..1]. This property represents an Identifier for the Agent."@en ; rdfs:label "Identifier"@en ; dct:hasVersion ; vann:usageNote "Cardinality [1..1]. This property represents an Identifier for the Public Service Dataset."@en , "Cardinality [1..1]. This property represents an Identifier for the Channel."@en ; rdfs:isDefinedBy dct: ; vann:usageNote "Cardinality [1..1]. This property represents an Identifier for the Criterion Requirement."@en , "Cardinality [1..1]. This property represents an Identifier for the piece of Evidence."@en , "Cardinality [1..1]. This property represents an Identifier for the Rule."@en ; rdfs:comment "An unambiguous reference to the resource within a given context."@en ; vann:usageNote "Cardinality [1..1]. This property represents a formally-issued Identifier for the Public Service."@en . ### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi