@prefix dc: <http://purl.org/dc/elements/1.1/>.
@prefix dcterms: <http://purl.org/dc/terms/>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix ts: <http://www.yso.fi/onto/tervesuomi-schema/>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#>.

 <http://www.yso.fi/onto/tervesuomi-schema/> a owl:Ontology;
     dc:title "HealthFinland Metadata Schema"@en;
     dcterms:license <http://creativecommons.org/licenses/by/3.0/>.

 ts:Publication a owl:Class;
     vs:term_status "stable"@en;
     rdfs:comment "A Publication in HealthFinland is a web-accessible document that has been described with HealthFinland-specific metadata."@en;
     rdfs:label "Publication"@en.

 dc:identifier a owl:ObjectProperty;
     vs:term_status "stable"@en;
     rdfs:comment "A stable identifier expressed as a URI."@en;
     rdfs:label "Identifier"@en.

 ts:url a owl:DatatypeProperty;
     vs:term_status "stable"@en;
     rdfs:comment "The web address where this publication can be accessed, if different from the identifier."@en;
     rdfs:label "URL address"@en;
     rdfs:domain ts:Publication;
     rdfs:range dcterms:URL.

 dc:title a owl:DatatypeProperty;
     vs:term_status "stable"@en;
     rdfs:comment "Title of the publication; should be same as the main heading."@en;
     rdfs:label "Title"@en;
     rdfs:domain ts:Publication;
     rdfs:range xsd:string.

 dc:description a owl:DatatypeProperty;
     vs:term_status "stable"@en;
     rdfs:comment "A short description or summary of the publication."@en;
     rdfs:label "Description"@en;
     rdfs:domain ts:Publication;
     rdfs:range xsd:string.
 
 dc:language a owl:DatatypeProperty;
     vs:term_status "stable"@en;
     rdfs:comment "Language of the publication, expressed as a RFC4646 language code."@en;
     rdfs:label "Language"@en;
     rdfs:domain ts:Publication;
     rdfs:range dcterms:RFC4646.
  
 dcterms:issued a owl:DatatypeProperty;
     vs:term_status "stable"@en;
     rdfs:comment "Date and time when the publication was first created."@en;
     rdfs:label "Publication time"@en;
     rdfs:domain ts:Publication;
     rdfs:range xsd:dateTime.
  
 dcterms:dateAccepted a owl:DatatypeProperty;
     vs:term_status "stable"@en;
     rdfs:comment "Date and time when the publication was accepted for publication."@en;
     rdfs:label "Acceptance time"@en;
     rdfs:domain ts:Publication;
     rdfs:range xsd:dateTime.
  
 dcterms:modified a owl:DatatypeProperty;
     vs:term_status "stable"@en;
     rdfs:comment "Date and time of the last modification of the publication."@en;
     rdfs:label "Modification time"@en;
     rdfs:domain ts:Publication;
     rdfs:range xsd:dateTime.
  
 dc:publisher a owl:ObjectProperty;
     vs:term_status "stable"@en;
     rdfs:comment "The publisher of the document, which must be an organization."@en;
     rdfs:label "Publisher"@en;
     rdfs:domain ts:Publication;
     rdfs:range foaf:Organization.
   
 dc:creator a owl:ObjectProperty;
     vs:term_status "stable"@en;
     rdfs:comment "Creator of the document, which can be a person, and organization or a group."@en;
     rdfs:label "Creator"@en;
     rdfs:domain ts:Publication;
     rdfs:range foaf:Agent.
   
 dc:rights a owl:DatatypeProperty;
     vs:term_status "stable"@en;
     rdfs:comment "Short statement of the rights (e.g. copyright) that apply when using the publication."@en;
     rdfs:label "Rights"@en;
     rdfs:domain ts:Publication;
     rdfs:range xsd:string.
   
 ts:noindex a owl:DatatypeProperty;
     vs:term_status "stable"@en;
     rdfs:comment "When given a true value, forbids including this publication in the HealthFinland portal."@en;
     rdfs:label "NoIndex"@en;
     rdfs:domain ts:Publication;
     rdfs:range xsd:boolean.
   
 ts:genre a owl:ObjectProperty;
     vs:term_status "stable"@en;
     rdfs:comment "Publication genre, e.g. article, guide or test. Possible values are specified in the HealthFinland genre classification."@en;
     rdfs:label "Publication type"@en;
     rdfs:domain ts:Publication;
     rdfs:range skos:Concept.
   
 dc:type a owl:ObjectProperty;
     vs:term_status "stable"@en;
     rdfs:comment "Entity type according to the DCMI Type vocabulary. Often Text."@en;
     rdfs:label "Type"@en;
     rdfs:domain ts:Publication;
     rdfs:range rdfs:Class.
   
 dc:format a owl:DatatypeProperty;
     vs:term_status "stable"@en;
     rdfs:comment "Technical format of the publication, expressed as a MIME type."@en;
     rdfs:label "Format"@en;
     rdfs:domain ts:Publication;
     rdfs:range dcterms:IMT.
   
 dc:subject a owl:ObjectProperty;
     vs:term_status "stable"@en;
     rdfs:comment "Main subject of the publication, expressed using concepts drawn from the Health Promotion Ontology."@en;
     rdfs:label "Subject"@en;
     rdfs:domain ts:Publication;
     rdfs:range skos:Concept.
   
 ts:keyword a owl:DatatypeProperty;
     vs:term_status "stable"@en;
     rdfs:comment "Free text keyword describing the content of the publication. For use when suitable concepts cannot be found in the Health Promotion Ontology."@en;
     rdfs:label "Keyword"@en;
     rdfs:domain ts:Publication;
     rdfs:range skos:Concept.
   
 dcterms:audience a owl:ObjectProperty;
     vs:term_status "stable"@en;
     rdfs:comment "Intended audience for the publication, expressed using the HealthFinland Section Classification."@en;
     rdfs:label "Audience"@en;
     rdfs:domain ts:Publication;
     rdfs:range skos:Concept.
