Fork me on GitHub

SPACECRAFT Ontology

description: Objects and properties to describe systems and subsystems of devices and structures needed to fly a spacecraft, including structure and platform. Words separated by _ has to be read as separated concepts, camelCase in they are the same concepts (see umbel.org for this norm)

comment: A space vessel is described as made of two components: a set of devices called BUS and a set of one or more DETECTORS (see /sensors/Detector)

Context

Properties

isSubsystemOf (endpoint)
{
  "@id": "https://ontologies.pramantha.net/spacecraft/isSubsystemOf",
  "@type": [
    "https://www.w3.org/2002/07/owl#ObjectProperty"
  ],
  "owl:inverseOf": {
    "@id": "https://ontologies.pramantha.net/spacecraft/hasSubSystem"
  },
  "skos:prefLabel": "subject is a device or a system of devices that is subsystem of a wider system or device",
  "rdf:label": "isSubsystemOf"
}
isComponentOf (endpoint)
{
  "@id": "https://ontologies.pramantha.net/spacecraft/isComponentOf",
  "@type": [
    "https://www.w3.org/2002/07/owl#ObjectProperty"
  ],
  "skos:prefLabel": "the subject is a member of a wider artifact, that is a set of artifacts",
  "rdf:label": "isComponentOf"
}
hasSubSystem (endpoint)
{
  "@id": "https://ontologies.pramantha.net/spacecraft/hasSubSystem",
  "owl:inverseOf": {
    "@id": "https://ontologies.pramantha.net/spacecraft/isSubsystemOf"
  },
  "@type": [
    "https://www.w3.org/2002/07/owl#ObjectProperty"
  ],
  "rdf:label": "hasSubSystem"
}
embedSensor (endpoint)
{
  "@id": "https://ontologies.pramantha.net/subsystems/embedSensor",
  "@type": [
    "https://www.w3.org/2002/07/owl#AsymmetricProperty",
    "https://www.w3.org/2002/07/owl#IrreflexiveProperty",
    "https://www.w3.org/2002/07/owl#ObjectProperty"
  ],
  "rdf:domain": [
    {
      "@id": "https://ontologies.pramantha.net/spacecraft/Subsystem_Spacecraft"
    }
  ],
  "rdf:range": [
    {
      "@id": "https://ontologies.pramantha.net/sensors/Detector"
    }
  ],
  "rdf:comment": "It is a payload",
  "rdf:label": "embedSensor",
  "skos:prefLabel": "a subsystem that holds a sensor",
  "skos:altLabel": "holds a sensor"
}
isDeployedIn (endpoint)
{
  "@id": "https://ontologies.pramantha.net/spacecraft/isDeployedIn",
  "@type": [
    "https://www.w3.org/2002/07/owl#AsymmetricProperty",
    "https://www.w3.org/2002/07/owl#ObjectProperty"
  ],
  "rdf:label": "isDeployedIn",
  "skos:prefLabel": "the environment in which a device or a system of devices is designed to work"
}

Classes

Spacecraft (endpoint)
{
  "@id": "https://ontologies.pramantha.net/spacecraft/Spacecraft",
  "owl:sameAs": "http://umbel.org/umbel/rc/Spacecraft",
  "rdfs:subClassOf": [
    {
      "@id": "http://umbel.org/umbel/rc/SystemOfDevices"
    },
    {
      "@type": "https://www.w3.org/2002/07/owl#Restriction",
      "owl:onProperty": {
        "@id": "https://ontologies.pramantha.net/spacecraft/isDeployedIn"
      },
      "owl:hasValue": {
        "@id": "http://live.dbpedia.org/ontology/Outer_space.ntriples"
      }
    }
  ],
  "@type": "https://www.w3.org/2002/07/owl#Class",
  "rdf:label": "Spacecraft",
  "skos:prefLabel": "Each instance of spacecraft is a transportation device either deployed entirely in outer space, or one whose trajectories leave the atmosphere of the planet it's launched from, in order to orbit the planet or to travel beyond the planet's gravitational field.",
  "rdf:comment": "In this set of ontologies a spacecraft is described as a system of devices, a vessel made by different subsystems.",
  "chronos:relConcept": {
    "@id": "http://hypermedia.projectchronos.eu/data/dbpediadocs/spacecraft"
  }
}
Subsystem_Spacecraft (endpoint)
{
  "@id": "https://ontologies.pramantha.net/spacecraft/Subsystem_Spacecraft",
  "@type": "https://www.w3.org/2002/07/owl#Class",
  "rdfs:subClassOf": [
    {
      "@id": "http://live.dbpedia.org/ontology/Device.ntriples"
    },
    {
      "@type": "https://www.w3.org/2002/07/owl#Restriction",
      "owl:onProperty": {
        "@id": "https://ontologies.pramantha.net/spacecraft/isSubsystemOf"
      },
      "owl:hasValue": {
        "@id": "https://ontologies.pramantha.net/spacecraft/Spacecraft"
      }
    },
    {
      "@type": "https://www.w3.org/2002/07/owl#Restriction",
      "owl:onProperty": {
        "@id": "https://ontologies.pramantha.net/subsystems/hasVolume"
      },
      "owl:minCardinality": 1
    },
    {
      "@type": "https://www.w3.org/2002/07/owl#Restriction",
      "owl:onProperty": {
        "@id": "https://ontologies.pramantha.net/subsystems/hasPower"
      },
      "owl:minCardinality": 1
    },
    {
      "@type": "https://www.w3.org/2002/07/owl#Restriction",
      "owl:onProperty": {
        "@id": "https://ontologies.pramantha.net/subsystems/hasMass"
      },
      "owl:minCardinality": 1
    }
  ],
  "skos:prefLabel": "A device that is deployed into a spacecraft and works outside Earth lower atmosphere",
  "rdf:comment": "A Device is an artifact with a relatively rigid, set shape, designed for a specific use or to perform a specific function",
  "rdf:label": "Subsystem_Spacecraft",
  "spacecraft:isComponent": {
    "@id": "https://ontologies.pramantha.net/spacecraft/Spacecraft"
  }
}
Payload_Spacecraft (endpoint)
{
  "@id": "https://ontologies.pramantha.net/spacecraft/Payload_Spacecraft",
  "@type": "https://www.w3.org/2002/07/owl#Class",
  "rdfs:subClassOf": [
    {
      "@id": "http://umbel.org/umbel/rc/SystemOfDevices"
    },
    {
      "@type": "https://www.w3.org/2002/07/owl#Restriction",
      "owl:onProperty": {
        "@id": "https://ontologies.pramantha.net/subsytems/embedSensor"
      },
      "owl:minCardinality": 1
    }
  ],
  "rdf:label": "Payload_Spacecraft",
  "rdf:comment": "The set of devices that the spacecraft carries for scientific purposes, with their supporting (readout) devices.",
  "skos:prefLabel": "Payload_Spacecraft",
  "spacecraft:isComponent": {
    "@id": "https://ontologies.pramantha.net/spacecraft/Spacecraft"
  }
}