@prefix md: <http://www.w3.org/ns/md#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfa: <http://www.w3.org/ns/rdfa#> .

<0074.html> md:item (
  [ a <http://expansion/MainType>, <http://expansion/AdditionalType>;
    <http://expansion/equivalentProperty> <http://expansion/AdditionalType>,
                                          <http://expansion/MainType>
  ]);
  rdfa:usesVocabulary <http://expansion/> .

<http://expansion/equivalentProperty> owl:equivalentProperty rdf:type .
