@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 skosext: <http://purl.org/finnonto/schema/skosext#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#>.

 <http://purl.org/finnonto/schema/skosext#> a owl:Ontology;
	dc:title "FinnONTO SKOS Extensions Schema"@en;
	dcterms:license <http://creativecommons.org/licenses/by/3.0/>.

 skosext:broaderGeneric a owl:ObjectProperty;
	vs:term_status "unstable"@en;
	rdfs:label "has broader (generic)"@en;
	rdfs:comment "An extension of the 'broader' property to specify the class subsumption (sub-class/super-class) relationship between two concepts."@en;
	rdfs:subPropertyOf skos:broader, skosext:broaderGenericTransitive.

 skosext:broaderPartitive a owl:ObjectProperty;
	vs:term_status "unstable"@en;
	rdfs:label "has broader (partitive)"@en;
	rdfs:comment "An extension of the 'broader' property to specify a partitive (part of) relationship between two concepts."@en;
	rdfs:subPropertyOf skos:broader, skosext:broaderPartitiveTransitive.

 skosext:broaderGenericTransitive a owl:ObjectProperty, owl:TransitiveProperty;
        vs:term_status "unstable"@en;
	rdfs:label "has broader (generic, transitive)"@en;
	rdfs:comment "A transitive version of the broaderGeneric property. With RDFS and OWL inference, this property will be automatically asserted between a concept and all concepts above it in the generic concept hierarchy, as determined by the broaderGeneric relationship."@en.

 skosext:broaderPartitiveTransitive a owl:ObjectProperty, owl:TransitiveProperty;
        vs:term_status "unstable"@en;
	rdfs:label "has broader (partitive, transitive)"@en;
	rdfs:comment "A transitive version of the broaderPartitive property. With RDFS and OWL inference, this property will be automatically asserted between a concept and all concepts above it in the part-of concept hierarchy, as determined by the broaderPartitive relationship."@en.

 skosext:synonymLabel a owl:DatatypeProperty;
	vs:term_status "unstable"@en;
	rdfs:label "synonymous alternative label"@en;
	rdfs:comment "An alternative label for a Concept which is a true synonym for the preferred label."@en;
	rdfs:subPropertyOf skos:altLabel.
