https://w3id.org/standards/smart/taxonomies/publication-component-type/figure
Content in the form of a Graphic
@prefix publication-component-type: <https://w3id.org/standards/smart/taxonomies/publication-component-type/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix smart: <https://w3id.org/standards/smart/ontologies/core/> .
publication-component-type:figure a skos:Concept,
smart:PublicationComponentType ;
rdfs:label "Figure"@en ;
skos:altLabel "Graphic"@en ;
skos:definition "Content in the form of a Graphic"@en ;
skos:inScheme publication-component-type: ;
skos:prefLabel "Figure"@en ;
skos:topConceptOf publication-component-type: .