@prefix rdf: . @prefix ns1: . @prefix owl: . ns1:ProductFamily rdf:type owl:Class . @prefix rdfs: . @prefix foaf: . ns1:ProductFamily rdfs:subClassOf foaf:Group . @prefix gr: . ns1:ProductFamily owl:disjointWith gr:ProductOrService ; rdfs:comment "Group to which Products & Services belong. For instance, OpenLink ODBC, JDBC, ADO.NET,\n OLE-DB, and XMLA Drivers belong to the Universal Data Access Drivers (UDA) product family.\n Likewise, Virtuoso Universal Server Open Source and Commercial editions belong to the\n Virtuoso product family. "@en , "Group to which Products & Services belong. For instance, OpenLink ODBC, JDBC, ADO.NET,\r\n OLE-DB, and XMLA Drivers belong to the Universal Data Access Drivers (UDA) product family.\r\n Likewise, Virtuoso Universal Server Open Source and Commercial editions belong to the\r\n Virtuoso product family. "@en ; rdfs:isDefinedBy ns1: . @prefix xsd: . ns1:ProductFamily rdfs:label "Product Family"^^xsd:string . @prefix pwdr: . @prefix ns8: . ns1:ProductFamily pwdr:describedby ns8:products , .