@prefix jwcor: <http://ja.wcontology.org/resource/> .
@prefix ewcor: <http://en.wcontology.org/resource/> .
@prefix wcoc: <http://wcontology.org/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1992/02/22-rdf-syntax-ns#> .
@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#> .
wcoc:topicCategory rdfs:subClassOf wcoc:category .
wcoc:neTopicCategory rdfs:subClassOf wcoc:topicCategory .
wcoc:conceptTopicCategory rdfs:subClassOf wcoc:topicCategory .
wcoc:setCategory rdfs:subClassOf wcoc:category .
wcoc:constrainedSetCategory rdfs:subClassOf wcoc:setCategory .
wcoc:constrainedTopicCategory rdfs:subClassOf wcoc:topicCategory .
wcoc:narrower rdfs:subPropertyOf skos:narrower .
wcoc:usedForConstraint rdfs:subPropertyOf wcoc:narrower .
wcoc:instanceOf rdfs:subPropertyOf wcoc:narrower .
wcoc:narrowerTransitive rdfs:subPropertyOf wcoc:narrower .
wcoc:narrowerTransitive rdfs:subPropertyOf skos:narrowerTransitive .
wcoc:age rdfs:subPropertyOf wcoc:narrowerTransitive .
wcoc:geography rdfs:subPropertyOf wcoc:narrowerTransitive .
wcoc:addConstraint rdfs:subPropertyOf wcoc:narrowerTransitive .
wcoc:specifiedConstraint rdfs:subPropertyOf wcoc:narrowerTransitive .
wcoc:subclassOf rdfs:subPropertyOf wcoc:narrowerTransitive .
wcoc:narrower rdf:type rdf:Property .
wcoc:narrower rdf:domain wcoc:category .
wcoc:narrower rdf:range wcoc:category .
wcoc:originSet rdf:type rdf:Property .
wcoc:originSet rdf:domain wcoc:category .
wcoc:originSet rdf:range wcoc:category .
wcoc:originTopic rdf:type rdf:Property .
wcoc:originTopic rdf:domain wcoc:category .
wcoc:originTopic rdf:range wcoc:category .
wcoc:constraint rdf:type rdf:Property .
wcoc:constraint rdf:domain wcoc:category .
wcoc:constraint rdf:range wcoc:category .
wcoc:originSetString rdf:type rdf:Property .
wcoc:originSetString rdf:domain wcoc:category .
wcoc:originSetString rdf:range rdfs:Literal .
wcoc:originTopicString rdf:type rdf:Property .
wcoc:originTopicString rdf:domain wcoc:category .
wcoc:originTopicString rdf:range rdfs:Literal .
wcoc:constraintString rdf:type rdf:Property .
wcoc:constraintString rdf:domain wcoc:category .
wcoc:constraintString rdf:range rdfs:Literal .
