file.oml 401 B

123456789101112131415
  1. vocabulary <http://ontology.rys.one/drivetrain/vocabulary/file#> as file {
  2. extends <http://www.w3.org/2001/XMLSchema#> as xsd
  3. extends <http://purl.org/dc/elements/1.1/> as dc
  4. extends <http://www.w3.org/2000/01/rdf-schema#> as rdfs
  5. aspect Data
  6. aspect File [key isLocatedAt]
  7. scalar property isLocatedAt [
  8. domain File
  9. range xsd:string
  10. functional
  11. ]
  12. }