@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dct: <http://purl.org/dc/terms/> .

<https://w3id.org/fair/fip/terms/Semantic-Interoperability-Profile> a owl:Class, owl:DeprecatedClass;
  rdfs:label "Semantic Interoperability Profile";
  rdfs:subClassOf <https://w3id.org/fair/fip/terms/FAIR-Supporting-Resource>;
  <http://www.w3.org/2004/02/skos/core#definition> "A Semantic Interoperability Profil (SIP) is a list of FAIR Supporting Resources chosen by a community to support semantic interoperability of (meta)data." .

<https://w3id.org/kpxl/gen/terms/PartLevelViewDisplay> a owl:Class, owl:DeprecatedClass;
  dct:partOf <https://w3id.org/kpxl/gen/terms/GeneralNanopubEcosystemOntology>;
  rdfs:label "Part-level View Display";
  rdfs:subClassOf <https://w3id.org/kpxl/gen/terms/ViewDisplay>;
  <http://www.w3.org/2004/02/skos/core#definition> "A part-level view display shows the view on the level of the parts of a resource." .

<https://w3id.org/kpxl/gen/terms/TopLevelViewDisplay> a owl:Class, owl:DeprecatedClass;
  dct:partOf <https://w3id.org/kpxl/gen/terms/GeneralNanopubEcosystemOntology>;
  rdfs:label "Top-level View Display";
  rdfs:subClassOf <https://w3id.org/kpxl/gen/terms/ViewDisplay>;
  <http://www.w3.org/2004/02/skos/core#definition> "A top-level view display shows the view on the top-level of the resource, as compared to the level of its parts." .
