@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/> .
@prefix rfr-shw: <http://w3id.org/RoBivaL/FDORecord/Specification/Hardware/> .
@prefix cora: <http://www.ieee.org/1872/cora#> .
@prefix fdof: <https://w3id.org/fdof/ontology#> .
@prefix rfp: <http://w3id.org/RoBivaL/FDOProfile/> .
@prefix iso8373: <http://www.iso.org/8373#> .
@prefix sosa: <http://www.w3.org/ns/sosa/> .

rfr-shw:Artemis a cora:MobileRobot, cora:Robot, iso8373:AutonomousRobot, iso8373:MobileRobot,
    owl:NamedIndividual, sosa:Platform, fdof:FAIRDigitalObject;
  dct:conformsTo rfp:TrivialProfile;
  rdfs:label "ARTEMIS" .
