@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/spaces/preset-test/r/test-ontology/hasTest> a rdf:Property, owl:ObjectProperty;
  dct:partOf <https://w3id.org/spaces/preset-test/r/test-ontology>;
  rdfs:label "has test";
  <http://www.w3.org/2004/02/skos/core#definition> "just testing..." .
