@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.aidimme.es/FurnitureSectorOntology.owl#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:Catalogue metadata_def:mappingLoom "catalogue" ; metadata_def:mappingSameURI ns0:Catalogue ; metadata_def:prefLabel "Catalogue"@en, "Catalogue"@es ; metadata:prefixIRI "FurnitureSectorOntology:Catalogue" ; a owl:Class ; rdfs:label "Catalogue"@en, "Catálogo"@es ; rdfs:subClassOf owl:Thing . ns0:Micuna_Collection_2017 a ns0:Catalogue . ns0:hasCatalogue rdfs:range ns0:Catalogue . ns0:hasCatalogueName rdfs:domain ns0:Catalogue . ns0:hasIssueDate rdfs:domain ns0:Catalogue . ns0:hasProduct rdfs:domain ns0:Catalogue .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.aidimme.es/FurnitureSectorOntology.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:Catalogue
    metadata_def:mappingLoom "catalogue" ;
    metadata_def:mappingSameURI ns0:Catalogue ;
    metadata_def:prefLabel "Catalogue"@en, "Catalogue"@es ;
    metadata:prefixIRI "FurnitureSectorOntology:Catalogue" ;
    a owl:Class ;
    rdfs:label "Catalogue"@en, "Catálogo"@es ;
    rdfs:subClassOf owl:Thing .

ns0:Micuna_Collection_2017
    a ns0:Catalogue .

ns0:hasCatalogue
    rdfs:range ns0:Catalogue .

ns0:hasCatalogueName
    rdfs:domain ns0:Catalogue .

ns0:hasIssueDate
    rdfs:domain ns0:Catalogue .

ns0:hasProduct
    rdfs:domain ns0:Catalogue .