@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 ns1: <http://www.nimble-project.org/catalogue#> . ns0:AdherenceUnitList ns1:hasCode "MPa"^^<http://www.w3.org/2001/XMLSchema#normalizedString>, "N/mm2"^^<http://www.w3.org/2001/XMLSchema#normalizedString> ; ns1:id "AdherenceUnitListId"^^<http://www.w3.org/2001/XMLSchema#normalizedString> ; a ns1:UnitList, owl:NamedIndividual . ns0:hasAdherence ns1:hasUnitList ns0:AdherenceUnitList .
@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 ns1: <http://www.nimble-project.org/catalogue#> .

ns0:AdherenceUnitList
    ns1:hasCode "MPa"^^<http://www.w3.org/2001/XMLSchema#normalizedString>, "N/mm2"^^<http://www.w3.org/2001/XMLSchema#normalizedString> ;
    ns1:id "AdherenceUnitListId"^^<http://www.w3.org/2001/XMLSchema#normalizedString> ;
    a ns1:UnitList, owl:NamedIndividual .

ns0:hasAdherence
    ns1:hasUnitList ns0:AdherenceUnitList .